-
Notifications
You must be signed in to change notification settings - Fork 51
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
Cherrypick precompiles fixes #148
Cherrypick precompiles fixes #148
Conversation
polkadot-evm#963 and polkadot-evm#964 can be cherry pick on our branch The purpose of this PR is to merge polkadot-evm#961 on our fork without waiting upstream merge. |
I fixed the template compilation |
@nanocryk can you add some rust unit tests that check the good behavior of these precompiles with some hardcoded inputs? |
Added tests for ecrecover. The other 2 changes already have tests (changed an existing test that was non-compliant for modexp padding, and added a new test with hardcoded input for modexp gas used) |
upstream PR: polkadot-evm#961