-
Notifications
You must be signed in to change notification settings - Fork 2.2k
bump(revm
: step 1): bump revm
to 21.0.0
release
#10183
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
Changes from all commits
6933c85
bc48af7
1122da1
85036e8
03083a7
edb2455
1c11e70
5f4f8e5
94d8397
8d0e45f
bc856c4
eccc959
6bf4e91
c75903a
39206bd
5208520
e3ecba7
b3e648e
d72eb16
5dbabaf
933ea20
256a414
721845e
6404dab
cab1d4f
0d2dc86
e2d0db7
bfa11ce
396791e
d347f24
b31257a
81f6c81
8946aa3
24a7e83
2f671e5
dd0a072
f15710c
3269e90
c42e152
523a7b6
28dc375
58a8994
b7e2484
b08e41b
ed210a3
73141a9
242df6b
ba5d558
9f935a2
94c94a7
eff2a0c
d6ac47d
0429e63
8534afc
7742e25
df22fcc
3469e1c
02ebd02
268e1b7
0e2085d
de3e8f7
f69d141
30a6284
eb3142e
5fb9554
2a4bfa4
270dbad
12c3b71
6ed3ae7
f0fca47
ed7c35c
25440e8
464b39e
7b0279b
0daddb8
2e3107e
cc045f2
926db33
a25b13b
695f0ff
fc5b1ec
4f24fb6
11146d7
44afdd2
9b27ff2
ec10771
8957990
32c7201
db518f3
2db1c84
4849341
9735c08
756ac40
efebbf6
c589110
61a9338
6373a24
106cdf4
1eb2ca8
10cd5bf
8a908af
8968b00
c42649f
479b151
2f5c2ec
27bf832
a978d45
28c0e9e
ab40c0f
2d4f538
3d607f3
7a6b9c1
e20d2a6
8d06e42
b94f25f
905b253
9fbeb83
7ecf953
93543f6
20383c1
630ffc4
92f2465
0586f90
5843f31
5005376
c78af12
73f1842
e3d51f3
ad855f5
b8dfec2
3624b54
e4b3493
058731e
25a5ce7
1d28788
34face7
ab71127
100f72c
4aa7b08
c7d41af
69c1e57
0c11f5a
6ada1ed
0957ba6
f70e0b0
95f0c15
00ae885
fe0340a
3145a9a
22c9073
ab95c68
e3c8602
645cef6
1908428
9e2af65
38ffcf8
741afe1
647ba04
078d14c
2165526
d08fa08
d8d8b97
10cd73d
52eeac5
30c93ea
c9449f9
4832b10
5b47a33
2f09b68
e25d45c
d4d1313
fd702f5
0e28b8a
95cd68f
13f3bc1
8ce5c47
a682067
e823899
569fca9
91bd0a2
959a00f
f25ca3f
aca65af
9fdd30d
0bae474
cfd7292
5ccf7de
4f07ea3
5b5fc8c
97470d3
593225f
2d6312d
a928abc
fc6b765
c7c1162
031e060
4b4da4a
2bb2ffd
fb53456
9ea7ff4
766f60f
fec95f2
f8b4c7c
9a4fb2b
fcfaa25
5ad9091
d6aa9a0
78c94f7
f1acfc4
21ef359
19a9289
7392f81
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ resolver = "2" | |
version = "1.2.0" | ||
edition = "2021" | ||
# Remember to update clippy.toml as well | ||
rust-version = "1.83" | ||
rust-version = "1.85" | ||
authors = ["Foundry Contributors"] | ||
license = "MIT OR Apache-2.0" | ||
homepage = "https://github.com/foundry-rs/foundry" | ||
|
@@ -116,10 +116,17 @@ alloy-sol-types.opt-level = 3 | |
hashbrown.opt-level = 3 | ||
foldhash.opt-level = 3 | ||
keccak.opt-level = 3 | ||
revm.opt-level = 3 | ||
revm-primitives.opt-level = 3 | ||
revm-interpreter.opt-level = 3 | ||
revm-precompile.opt-level = 3 | ||
revm-primitives.opt-level = 3 | ||
revm.opt-level = 3 | ||
revm-database-interface.opt-level = 3 | ||
revm-database.opt-level = 3 | ||
revm-bytecode.opt-level = 3 | ||
revm-state.opt-level = 3 | ||
revm-context-interface.opt-level = 3 | ||
revm-context.opt-level = 3 | ||
revm-inspector.opt-level = 3 | ||
ruint.opt-level = 3 | ||
sha2.opt-level = 3 | ||
sha3.opt-level = 3 | ||
|
@@ -196,32 +203,32 @@ solar-parse = { version = "=0.1.2", default-features = false } | |
solar-sema = { version = "=0.1.2", default-features = false } | ||
|
||
## revm | ||
revm = { version = "19.4.0", default-features = false } | ||
revm-primitives = { version = "15.1.0", default-features = false } | ||
revm-inspectors = { version = "0.16.0", features = ["serde"] } | ||
revm = { version = "21.0.0", default-features = false } | ||
revm-inspectors = { version = "0.18.1", features = ["serde"] } | ||
op-revm = { version = "2.0.0", default-features = false } | ||
|
||
## alloy | ||
alloy-consensus = { version = "0.12.1", default-features = false } | ||
alloy-contract = { version = "0.12.1", default-features = false } | ||
alloy-eips = { version = "0.12.1", default-features = false } | ||
alloy-genesis = { version = "0.12.1", default-features = false } | ||
alloy-json-rpc = { version = "0.12.1", default-features = false } | ||
alloy-network = { version = "0.12.1", default-features = false } | ||
alloy-provider = { version = "0.12.1", default-features = false } | ||
alloy-pubsub = { version = "0.12.1", default-features = false } | ||
alloy-rpc-client = { version = "0.12.1", default-features = false } | ||
alloy-rpc-types = { version = "0.12.1", default-features = true } | ||
alloy-serde = { version = "0.12.1", default-features = false } | ||
alloy-signer = { version = "0.12.1", default-features = false } | ||
alloy-signer-aws = { version = "0.12.1", default-features = false } | ||
alloy-signer-gcp = { version = "0.12.1", default-features = false } | ||
alloy-signer-ledger = { version = "0.12.1", default-features = false } | ||
alloy-signer-local = { version = "0.12.1", default-features = false } | ||
alloy-signer-trezor = { version = "0.12.1", default-features = false } | ||
alloy-transport = { version = "0.12.1", default-features = false } | ||
alloy-transport-http = { version = "0.12.1", default-features = false } | ||
alloy-transport-ipc = { version = "0.12.1", default-features = false } | ||
alloy-transport-ws = { version = "0.12.1", default-features = false } | ||
alloy-consensus = { version = "0.13.0", default-features = false } | ||
alloy-contract = { version = "0.13.0", default-features = false } | ||
alloy-eips = { version = "0.13.0", default-features = false } | ||
alloy-genesis = { version = "0.13.0", default-features = false } | ||
alloy-json-rpc = { version = "0.13.0", default-features = false } | ||
alloy-network = { version = "0.13.0", default-features = false } | ||
alloy-provider = { version = "0.13.0", default-features = false } | ||
alloy-pubsub = { version = "0.13.0", default-features = false } | ||
alloy-rpc-client = { version = "0.13.0", default-features = false } | ||
alloy-rpc-types = { version = "0.13.0", default-features = true } | ||
alloy-serde = { version = "0.13.0", default-features = false } | ||
alloy-signer = { version = "0.13.0", default-features = false } | ||
alloy-signer-aws = { version = "0.13.0", default-features = false } | ||
alloy-signer-gcp = { version = "0.13.0", default-features = false } | ||
alloy-signer-ledger = { version = "0.13.0", default-features = false } | ||
alloy-signer-local = { version = "0.13.0", default-features = false } | ||
alloy-signer-trezor = { version = "0.13.0", default-features = false } | ||
alloy-transport = { version = "0.13.0", default-features = false } | ||
alloy-transport-http = { version = "0.13.0", default-features = false } | ||
alloy-transport-ipc = { version = "0.13.0", default-features = false } | ||
alloy-transport-ws = { version = "0.13.0", default-features = false } | ||
|
||
## alloy-core | ||
alloy-dyn-abi = "0.8.22" | ||
|
@@ -237,12 +244,14 @@ alloy-sol-macro-input = "0.8.22" | |
alloy-sol-types = "0.8.22" | ||
|
||
alloy-chains = "0.1" | ||
alloy-evm = "0.3.2" | ||
alloy-op-evm = "0.3.2" | ||
alloy-rlp = "0.3" | ||
alloy-trie = "0.7.0" | ||
|
||
## op-alloy | ||
op-alloy-consensus = "0.11.0" | ||
op-alloy-rpc-types = "0.11.0" | ||
op-alloy-consensus = "0.12.0" | ||
op-alloy-rpc-types = "0.12.0" | ||
|
||
## cli | ||
anstream = "0.6" | ||
|
@@ -359,3 +368,11 @@ idna_adapter = "=1.1.0" | |
# alloy-transport-http = { git = "https://github.com/alloy-rs/alloy", rev = "7fab7ee" } | ||
# alloy-transport-ipc = { git = "https://github.com/alloy-rs/alloy", rev = "7fab7ee" } | ||
# alloy-transport-ws = { git = "https://github.com/alloy-rs/alloy", rev = "7fab7ee" } | ||
|
||
## revm | ||
revm = { git = "https://github.com/bluealloy/revm.git", rev = "2401c2c3" } | ||
op-revm = { git = "https://github.com/bluealloy/revm.git", rev = "2401c2c3" } | ||
Comment on lines
+373
to
+374
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Note: this uses the https://github.com/bluealloy/revm/compare/rakita/v21-inspector-fix branch |
||
# revm-inspectors = { git = "https://github.com/paradigmxyz/revm-inspectors.git", rev = "a625c04" } | ||
|
||
## foundry | ||
foundry-fork-db = { git = "https://github.com/foundry-rs/foundry-fork-db", rev = "811a61a" } | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Note: this is the pre-Alloy 0.15 commit |
Uh oh!
There was an error while loading. Please reload this page.