mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: bump revm (#14568)
This commit is contained in:
36
Cargo.lock
generated
36
Cargo.lock
generated
@ -261,7 +261,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "alloy-evm"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/alloy-rs/evm?rev=bcb0ebe#bcb0ebed25d8b7a0184b78543144eda21b8b98c7"
|
||||
source = "git+https://github.com/alloy-rs/evm?rev=b77a39a#b77a39aa954a95b1c0385905b7d39c9d096b0a1b"
|
||||
dependencies = [
|
||||
"alloy-primitives",
|
||||
"revm",
|
||||
@ -368,7 +368,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "alloy-op-evm"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/alloy-rs/evm?rev=bcb0ebe#bcb0ebed25d8b7a0184b78543144eda21b8b98c7"
|
||||
source = "git+https://github.com/alloy-rs/evm?rev=b77a39a#b77a39aa954a95b1c0385905b7d39c9d096b0a1b"
|
||||
dependencies = [
|
||||
"alloy-evm",
|
||||
"alloy-primitives",
|
||||
@ -9819,7 +9819,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "revm"
|
||||
version = "20.0.0-alpha.1"
|
||||
source = "git+https://github.com/bluealloy/revm?rev=a8b9b1e#a8b9b1e403d73be0af1fd107f217dd835eb79971"
|
||||
source = "git+https://github.com/bluealloy/revm?rev=a8a9893b#a8a9893b11c480a4f1c2fa8742d8ca60bf3d7ba4"
|
||||
dependencies = [
|
||||
"revm-bytecode",
|
||||
"revm-context",
|
||||
@ -9838,7 +9838,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "revm-bytecode"
|
||||
version = "1.0.0-alpha.1"
|
||||
source = "git+https://github.com/bluealloy/revm?rev=a8b9b1e#a8b9b1e403d73be0af1fd107f217dd835eb79971"
|
||||
source = "git+https://github.com/bluealloy/revm?rev=a8a9893b#a8a9893b11c480a4f1c2fa8742d8ca60bf3d7ba4"
|
||||
dependencies = [
|
||||
"bitvec",
|
||||
"revm-primitives",
|
||||
@ -9849,7 +9849,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "revm-context"
|
||||
version = "1.0.0-alpha.1"
|
||||
source = "git+https://github.com/bluealloy/revm?rev=a8b9b1e#a8b9b1e403d73be0af1fd107f217dd835eb79971"
|
||||
source = "git+https://github.com/bluealloy/revm?rev=a8a9893b#a8a9893b11c480a4f1c2fa8742d8ca60bf3d7ba4"
|
||||
dependencies = [
|
||||
"alloy-eip2930",
|
||||
"alloy-eip7702",
|
||||
@ -9869,7 +9869,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "revm-context-interface"
|
||||
version = "1.0.0-alpha.1"
|
||||
source = "git+https://github.com/bluealloy/revm?rev=a8b9b1e#a8b9b1e403d73be0af1fd107f217dd835eb79971"
|
||||
source = "git+https://github.com/bluealloy/revm?rev=a8a9893b#a8a9893b11c480a4f1c2fa8742d8ca60bf3d7ba4"
|
||||
dependencies = [
|
||||
"alloy-eip2930",
|
||||
"alloy-eip7702",
|
||||
@ -9884,7 +9884,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "revm-database"
|
||||
version = "1.0.0-alpha.1"
|
||||
source = "git+https://github.com/bluealloy/revm?rev=a8b9b1e#a8b9b1e403d73be0af1fd107f217dd835eb79971"
|
||||
source = "git+https://github.com/bluealloy/revm?rev=a8a9893b#a8a9893b11c480a4f1c2fa8742d8ca60bf3d7ba4"
|
||||
dependencies = [
|
||||
"auto_impl",
|
||||
"revm-bytecode",
|
||||
@ -9897,7 +9897,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "revm-database-interface"
|
||||
version = "1.0.0-alpha.1"
|
||||
source = "git+https://github.com/bluealloy/revm?rev=a8b9b1e#a8b9b1e403d73be0af1fd107f217dd835eb79971"
|
||||
source = "git+https://github.com/bluealloy/revm?rev=a8a9893b#a8a9893b11c480a4f1c2fa8742d8ca60bf3d7ba4"
|
||||
dependencies = [
|
||||
"auto_impl",
|
||||
"revm-primitives",
|
||||
@ -9908,13 +9908,13 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "revm-handler"
|
||||
version = "1.0.0-alpha.1"
|
||||
source = "git+https://github.com/bluealloy/revm?rev=a8b9b1e#a8b9b1e403d73be0af1fd107f217dd835eb79971"
|
||||
source = "git+https://github.com/bluealloy/revm?rev=a8a9893b#a8a9893b11c480a4f1c2fa8742d8ca60bf3d7ba4"
|
||||
dependencies = [
|
||||
"auto_impl",
|
||||
"revm-bytecode",
|
||||
"revm-context",
|
||||
"revm-context-interface",
|
||||
"revm-database",
|
||||
"revm-database-interface",
|
||||
"revm-interpreter",
|
||||
"revm-precompile",
|
||||
"revm-primitives",
|
||||
@ -9926,7 +9926,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "revm-inspector"
|
||||
version = "1.0.0-alpha.1"
|
||||
source = "git+https://github.com/bluealloy/revm?rev=a8b9b1e#a8b9b1e403d73be0af1fd107f217dd835eb79971"
|
||||
source = "git+https://github.com/bluealloy/revm?rev=a8a9893b#a8a9893b11c480a4f1c2fa8742d8ca60bf3d7ba4"
|
||||
dependencies = [
|
||||
"auto_impl",
|
||||
"revm-context",
|
||||
@ -9943,7 +9943,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "revm-inspectors"
|
||||
version = "0.15.0"
|
||||
source = "git+https://github.com/paradigmxyz/revm-inspectors?rev=74b6aa4#74b6aa48107b93a9f661a30bd1d763bbf145e828"
|
||||
source = "git+https://github.com/paradigmxyz/revm-inspectors?rev=8900c2b#8900c2bf8430e41f1a1cc92dbc1cf0615f00a26b"
|
||||
dependencies = [
|
||||
"alloy-primitives",
|
||||
"alloy-rpc-types-eth",
|
||||
@ -9962,7 +9962,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "revm-interpreter"
|
||||
version = "16.0.0-alpha.1"
|
||||
source = "git+https://github.com/bluealloy/revm?rev=a8b9b1e#a8b9b1e403d73be0af1fd107f217dd835eb79971"
|
||||
source = "git+https://github.com/bluealloy/revm?rev=a8a9893b#a8a9893b11c480a4f1c2fa8742d8ca60bf3d7ba4"
|
||||
dependencies = [
|
||||
"revm-bytecode",
|
||||
"revm-context-interface",
|
||||
@ -9974,7 +9974,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "revm-optimism"
|
||||
version = "1.0.0-alpha.1"
|
||||
source = "git+https://github.com/bluealloy/revm?rev=a8b9b1e#a8b9b1e403d73be0af1fd107f217dd835eb79971"
|
||||
source = "git+https://github.com/bluealloy/revm?rev=a8a9893b#a8a9893b11c480a4f1c2fa8742d8ca60bf3d7ba4"
|
||||
dependencies = [
|
||||
"auto_impl",
|
||||
"once_cell",
|
||||
@ -9987,7 +9987,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "revm-precompile"
|
||||
version = "17.0.0-alpha.1"
|
||||
source = "git+https://github.com/bluealloy/revm?rev=a8b9b1e#a8b9b1e403d73be0af1fd107f217dd835eb79971"
|
||||
source = "git+https://github.com/bluealloy/revm?rev=a8a9893b#a8a9893b11c480a4f1c2fa8742d8ca60bf3d7ba4"
|
||||
dependencies = [
|
||||
"aurora-engine-modexp",
|
||||
"blst",
|
||||
@ -10009,7 +10009,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "revm-primitives"
|
||||
version = "16.0.0-alpha.1"
|
||||
source = "git+https://github.com/bluealloy/revm?rev=a8b9b1e#a8b9b1e403d73be0af1fd107f217dd835eb79971"
|
||||
source = "git+https://github.com/bluealloy/revm?rev=a8a9893b#a8a9893b11c480a4f1c2fa8742d8ca60bf3d7ba4"
|
||||
dependencies = [
|
||||
"alloy-primitives",
|
||||
]
|
||||
@ -10017,7 +10017,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "revm-specification"
|
||||
version = "1.0.0-alpha.1"
|
||||
source = "git+https://github.com/bluealloy/revm?rev=a8b9b1e#a8b9b1e403d73be0af1fd107f217dd835eb79971"
|
||||
source = "git+https://github.com/bluealloy/revm?rev=a8a9893b#a8a9893b11c480a4f1c2fa8742d8ca60bf3d7ba4"
|
||||
dependencies = [
|
||||
"enumn",
|
||||
"revm-primitives",
|
||||
@ -10027,7 +10027,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "revm-state"
|
||||
version = "1.0.0-alpha.1"
|
||||
source = "git+https://github.com/bluealloy/revm?rev=a8b9b1e#a8b9b1e403d73be0af1fd107f217dd835eb79971"
|
||||
source = "git+https://github.com/bluealloy/revm?rev=a8a9893b#a8a9893b11c480a4f1c2fa8742d8ca60bf3d7ba4"
|
||||
dependencies = [
|
||||
"bitflags 2.8.0",
|
||||
"revm-bytecode",
|
||||
|
||||
30
Cargo.toml
30
Cargo.toml
@ -623,23 +623,23 @@ snmalloc-rs = { version = "0.3.7", features = ["build_cc"] }
|
||||
crunchy = "=0.2.2"
|
||||
|
||||
[patch.crates-io]
|
||||
alloy-evm = { git = "https://github.com/alloy-rs/evm", rev = "bcb0ebe" }
|
||||
alloy-op-evm = { git = "https://github.com/alloy-rs/evm", rev = "bcb0ebe" }
|
||||
alloy-evm = { git = "https://github.com/alloy-rs/evm", rev = "b77a39a" }
|
||||
alloy-op-evm = { git = "https://github.com/alloy-rs/evm", rev = "b77a39a" }
|
||||
|
||||
revm = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
|
||||
revm-bytecode = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
|
||||
revm-database = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
|
||||
revm-state = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
|
||||
revm-primitives = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
|
||||
revm-interpreter = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
|
||||
revm-inspector = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
|
||||
revm-context = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
|
||||
revm-context-interface = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
|
||||
revm-database-interface = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
|
||||
revm-specification = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
|
||||
revm-optimism = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
|
||||
revm = { git = "https://github.com/bluealloy/revm", rev = "a8a9893b" }
|
||||
revm-bytecode = { git = "https://github.com/bluealloy/revm", rev = "a8a9893b" }
|
||||
revm-database = { git = "https://github.com/bluealloy/revm", rev = "a8a9893b" }
|
||||
revm-state = { git = "https://github.com/bluealloy/revm", rev = "a8a9893b" }
|
||||
revm-primitives = { git = "https://github.com/bluealloy/revm", rev = "a8a9893b" }
|
||||
revm-interpreter = { git = "https://github.com/bluealloy/revm", rev = "a8a9893b" }
|
||||
revm-inspector = { git = "https://github.com/bluealloy/revm", rev = "a8a9893b" }
|
||||
revm-context = { git = "https://github.com/bluealloy/revm", rev = "a8a9893b" }
|
||||
revm-context-interface = { git = "https://github.com/bluealloy/revm", rev = "a8a9893b" }
|
||||
revm-database-interface = { git = "https://github.com/bluealloy/revm", rev = "a8a9893b" }
|
||||
revm-specification = { git = "https://github.com/bluealloy/revm", rev = "a8a9893b" }
|
||||
revm-optimism = { git = "https://github.com/bluealloy/revm", rev = "a8a9893b" }
|
||||
|
||||
revm-inspectors = { git = "https://github.com/paradigmxyz/revm-inspectors", rev = "74b6aa4" }
|
||||
revm-inspectors = { git = "https://github.com/paradigmxyz/revm-inspectors", rev = "8900c2b" }
|
||||
|
||||
# alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
|
||||
# alloy-contract = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
|
||||
|
||||
Reference in New Issue
Block a user