We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
latest
If contract emit revert error with custom error, the web3 rpc return 0x, doesn't return error message. Use below cmd can reproduce error on testnet.
0x
cast call 0x2d93899a441a12a694D3b6D1a505931c99fbDDc4 'validPrice(uint256,uint256,bytes)(bool)' 3387000 1726021000 0xd6c42fdc96b0cc44f3d2e3abfb9dbc889d574ab93057e6d04e4d10073106b886261dc7964f8a9f7b59f584fddab8528e758a151a8a09fe4fe0c332f00ba70da31c
(code: 3, message: execution reverted: custom error c9cf1f8b:, data: Some(String("0xc9cf1f8b")))
The text was updated successfully, but these errors were encountered:
envestcc
Successfully merging a pull request may close this issue.
What version of iotex-core image (or code branch) are you using?
latest
What operating system and processor architecture are you using?
What did you do? If possible, provide a recipe for reproducing the error.
If contract emit revert error with custom error, the web3 rpc return
0x
, doesn't return error message. Use below cmd can reproduce error on testnet.What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: