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

fix: revert mapper changes #2

Merged
merged 1 commit into from Feb 17, 2023

Conversation

Rjected
Copy link
Member

@Rjected Rjected commented Feb 17, 2023

Previously we were passing the gasLimit field into infix_zeros_to_length

This resulted in the gas limit having one less zero byte for devp2p tests:

"gasLimit": "0x800000",

When it should have been:

"gasLimit": "0x80000000",

Instead of fixing the methods, this just removes the additional mappings, because the tests should work without them due to fixes in gakonst/ethers-rs#2145

@Rjected Rjected changed the title revert mapper changes fix: revert mapper changes Feb 17, 2023
@onbjerg onbjerg merged commit 968f727 into paradigmxyz:master Feb 17, 2023
mattsse pushed a commit to mattsse/hive that referenced this pull request Mar 23, 2023
mattsse pushed a commit to mattsse/hive that referenced this pull request Mar 24, 2023
mattsse pushed a commit that referenced this pull request Mar 24, 2023
Rjected added a commit that referenced this pull request Apr 3, 2023
Rjected added a commit that referenced this pull request Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants