Skip to content

contract transactions#161

Closed
matjazonline wants to merge 4 commits intodevelopfrom
contract-tx
Closed

contract transactions#161
matjazonline wants to merge 4 commits intodevelopfrom
contract-tx

Conversation

@matjazonline
Copy link
Member

No description provided.

hash TEXT NOT NULL,
args JSON NOT NULL,
docs TEXT NOT NULL,
contract_address_evm_call VARCHAR(48),
Copy link
Collaborator

@Frenkiee Frenkiee Feb 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In my opinion, this does not belong here...

Let's do it like we discussed to have one separate table for EVM events and have foreign keys on contract and event

}: InsertExtrinsicBody): string => {
let contractAddress = undefined;
if(section === 'evm' && method === 'call'){
try {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aren't two try catches a bit of an overkill?

@Frenkiee Frenkiee deleted the contract-tx branch April 14, 2022 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants