Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle both AEVM and FATE registry contracts #176

Open
mradkov opened this issue Nov 8, 2019 · 1 comment
Open

Handle both AEVM and FATE registry contracts #176

mradkov opened this issue Nov 8, 2019 · 1 comment
Assignees
Labels
area/contracts Smart Contracts related issues area/lima area/tokens Everything token related (FT, NFT, more ...)

Comments

@mradkov
Copy link
Member

mradkov commented Nov 8, 2019

Implement check whether the contract called is using FATE or AEVM to determine which registry should be used.

@mradkov mradkov added area/contracts Smart Contracts related issues area/tokens Everything token related (FT, NFT, more ...) area/lima labels Nov 8, 2019
@mradkov
Copy link
Member Author

mradkov commented Nov 8, 2019

Suggested steps:

{
    "transactions": [
         {
            "block_height": 147705,
            "block_hash": "mh_....",
            "hash": "th_.....",
            "signatures": [ 
                "sg_...."
             ],
             "tx": {
                 "abi_version": 1,
                 "amount": 0,
                 "call_data": "..."
             }
          }
     ]
}
  • compare the ABI versions

@petarbaykov petarbaykov self-assigned this Nov 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/contracts Smart Contracts related issues area/lima area/tokens Everything token related (FT, NFT, more ...)
Projects
None yet
Development

No branches or pull requests

2 participants