Skip to content

Comments

fix: revert mapper changes#2

Merged
onbjerg merged 1 commit intoparadigmxyz:masterfrom
Rjected:dan/remove-mapper-fields
Feb 17, 2023
Merged

fix: revert mapper changes#2
onbjerg merged 1 commit intoparadigmxyz:masterfrom
Rjected:dan/remove-mapper-fields

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

Development

Successfully merging this pull request may close these issues.

2 participants