You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As investigated in #268, results from revert construction can be encoded in different ways.
We need to realize what ways can be returned and decode them properly.
The revert result can be returned through different solidity ways. In any case, the first 4 bytes contain a selector, which identifies the method used to encode the result. Some possible values:
As investigated in #268, results from
revert
construction can be encoded in different ways.We need to realize what ways can be returned and decode them properly.
The revert result can be returned through different solidity ways. In any case, the first 4 bytes contain a selector, which identifies the method used to encode the result. Some possible values:
We should analyze the selector before parsing the following data:
https://github.com/neonlabsorg/proxy-model.py/blob/5cb42d5e7f951338e787f669e96512499b081a89/proxy/plugin/solana_rest_api_tools.py#L363-L371
See also:
┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: