-
Notifications
You must be signed in to change notification settings - Fork 17
feat: bump revm to 21.0.0
and alloy to 0.13.0
#44
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
Merged
Merged
Changes from 8 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
8e25857
feat: bump revm
klkvr 84ec0d3
bump revm
klkvr e60b89c
9e39df5
klkvr 1b88ddc
20.0.0-alpha.5
klkvr cd548da
bump revm version
zerosnacks 3d62906
fix tests, BlockEnv now uses u64 fields
zerosnacks c168d11
fix CI
zerosnacks 183aa4f
bump deps
zerosnacks 5264e51
bump deps
zerosnacks bbc76fb
warns missing const for fn that is not correct
zerosnacks 6d5903a
bump MSRV to 1.82 due to c-kzg compilation failure
zerosnacks 6144088
bump msrv in ci to 1.82 due to c-kzg
zerosnacks 8dcb86a
bump deps
zerosnacks bef37fc
revert bump, set to same version of Foundry revm-bump-2
zerosnacks 0da5d63
revert formatting
klkvr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,49 @@ | ||
{"meta":{"cfg_env":{"chain_id":1,"spec_id":"LATEST","perf_all_precompiles_have_balance":false,"memory_limit":4294967295,"perf_analyse_created_bytecodes":"Analyse","limit_contract_code_size":24576,"disable_coinbase_tip":false},"block_env":{"number":"0xdc42b8","coinbase":"0x0000000000000000000000000000000000000000","timestamp":"0x1","difficulty":"0x0","basefee":"0x0","gas_limit":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"},"hosts":["mainnet.infura.io"]},"accounts":{"0x63091244180ae240c87d1f528f5f269134cb07b3":{"balance":"0x0","code_hash":"0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470","code":null,"nonce":0}},"storage":{"0x63091244180ae240c87d1f528f5f269134cb07b3":{"0x0":"0x0","0x1":"0x0","0x2":"0x0","0x3":"0x0","0x4":"0x0","0x5":"0x0","0x6":"0x0","0x7":"0x0","0x8":"0x0","0x9":"0x0"}},"block_hashes":{}} | ||
{ | ||
"meta":{ | ||
"cfg_env":{ | ||
"chain_id":1, | ||
"spec_id":"LATEST", | ||
"perf_all_precompiles_have_balance":false, | ||
"memory_limit":4294967295, | ||
"perf_analyse_created_bytecodes":"Analyse", | ||
"limit_contract_code_size":24576, | ||
"disable_coinbase_tip":false | ||
}, | ||
"block_env":{ | ||
"number":14435000, | ||
"coinbase":"0x0000000000000000000000000000000000000000", | ||
"timestamp":0, | ||
"difficulty":"0", | ||
"basefee":0, | ||
"gas_limit":18446744073709551615 | ||
}, | ||
"hosts":[ | ||
"mainnet.infura.io" | ||
] | ||
}, | ||
"accounts":{ | ||
"0x63091244180ae240c87d1f528f5f269134cb07b3":{ | ||
"balance":"0x0", | ||
"code_hash":"0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", | ||
"code":null, | ||
"nonce":0 | ||
} | ||
}, | ||
"storage":{ | ||
"0x63091244180ae240c87d1f528f5f269134cb07b3":{ | ||
"0x0":"0x0", | ||
"0x1":"0x0", | ||
"0x2":"0x0", | ||
"0x3":"0x0", | ||
"0x4":"0x0", | ||
"0x5":"0x0", | ||
"0x6":"0x0", | ||
"0x7":"0x0", | ||
"0x8":"0x0", | ||
"0x9":"0x0" | ||
} | ||
}, | ||
"block_hashes":{ | ||
|
||
} | ||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
hmm, didn't realize we have this serde breaking change. @rakita @mattsse should we fix it?
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.
or I guess this shouldn't really affect anything
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.
hm this is a change from U256 to u128 fields. I didn't get any complaints on this part, would say it is fine to leave as is