Skip to content

Commit 056037c

Browse files
authored
Support fork-aware txpool (#3488)
* init * small update * use astar dep * fix cargo lock * fix compile * update scripts * fix
1 parent 810f952 commit 056037c

File tree

14 files changed

+401
-249
lines changed

14 files changed

+401
-249
lines changed

common/primitives/core/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@ webpki = { version = "=0.102.0-alpha.3", git = "https://github.com/rustls/webpki
2121
x509-cert = { version = "0.1.0", default-features = false, features = ["alloc"] }
2222

2323
frame-support = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false }
24-
pallet-evm = { git = "https://github.com/paritytech/frontier", branch = "stable2412", default-features = false }
2524
scale-info = { version = "2.11", default-features = false, features = ["derive"] }
2625
sp-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false }
2726
sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false }
2827
sp-io = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false }
2928
sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false }
3029
sp-std = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false }
3130

31+
pallet-evm = { git = "https://github.com/AstarNetwork/frontier", branch = "stable2412-txpoolwrapper", default-features = false, features = ["forbid-evm-reentrancy"] }
32+
3233
litentry-hex-utils = { path = "../../utils/hex", default-features = false }
3334
litentry-macros = { path = "macros" }
3435
litentry-proc-macros = { path = "proc-macros" }

0 commit comments

Comments
 (0)