-
Notifications
You must be signed in to change notification settings - Fork 1.1k
pallet-revive: Enable call_invalid_opcode test #10849
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
base: master
Are you sure you want to change the base?
pallet-revive: Enable call_invalid_opcode test #10849
Conversation
|
/cmd prdoc --audience runtime_dev --bump patch |
…time_dev --bump patch'
…ithub.com:paritytech/polkadot-sdk into 206-proper-treatment-of-yuls-invalid-in-resolcpvm
50aee89 to
1847fdf
Compare
|
All GitHub workflows were cancelled due to failure one of the required jobs. |
|
All GitHub workflows were cancelled due to failure one of the required jobs. |
pgherveou
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks
Fixes paritytech/contract-issues#206
This PR enables the call_invalid_opcode test, which verifies that the INVALID opcode consumes all forwarded gas when executed in a nested call. The underlying issue was fixed in the following PRs:
paritytech/revive#433
#9997