Skip to content
Open
Show file tree
Hide file tree
Changes from 16 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
220 changes: 110 additions & 110 deletions rust/Cargo.lock

Large diffs are not rendered by default.

144 changes: 72 additions & 72 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -307,78 +307,78 @@ alloy-op-evm = { version = "0.26.3", path = "alloy-op-evm/", default-features =
alloy-op-hardforks = { version = "0.4.7", path = "alloy-op-hardforks/", default-features = false }

# ==================== RETH CRATES (from git rev 564ffa58 / main) ====================
reth = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-basic-payload-builder = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-chain-state = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-chainspec = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0", default-features = false }
reth-cli = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-cli-commands = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-cli-runner = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-cli-util = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-codecs = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-consensus = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0", default-features = false }
reth-consensus-common = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0", default-features = false }
reth-db = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0", default-features = false }
reth-db-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-db-common = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-downloaders = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-e2e-test-utils = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-engine-local = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-engine-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0", default-features = false }
reth-errors = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-eth-wire = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-ethereum = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-ethereum-cli = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-ethereum-consensus = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-ethereum-forks = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0", default-features = false }
reth-ethereum-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-evm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0", default-features = false }
reth-evm-ethereum = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-exex = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-exex-test-utils = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-execution-errors = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0", default-features = false }
reth-execution-types = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0", default-features = false }
reth-fs-util = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-metrics = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-network = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-network-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-network-peers = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0", default-features = false }
reth-node-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-node-builder = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-node-core = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-node-events = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-node-metrics = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-payload-builder = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-payload-builder-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-payload-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-payload-util = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-payload-validator = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-primitives-traits = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0", default-features = false }
reth-provider = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-prune = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-prune-types = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0", default-features = false }
reth-revm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0", default-features = false }
reth-rpc = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-rpc-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-rpc-builder = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-rpc-engine-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-rpc-eth-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-rpc-eth-types = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0", default-features = false }
reth-rpc-server-types = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-stages = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-stages-types = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0", default-features = false }
reth-static-file = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-static-file-types = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0", default-features = false }
reth-storage-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0", default-features = false }
reth-storage-errors = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0", default-features = false }
reth-tasks = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-tracing = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0", default-features = false }
reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-trie = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-trie-common = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0", default-features = false }
reth-trie-db = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" }
reth-zstd-compressors = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0", default-features = false }
reth = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-basic-payload-builder = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-chain-state = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-chainspec = { git = "https://github.com/celo-org/reth", rev = "4861090", default-features = false }
reth-cli = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-cli-commands = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-cli-runner = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-cli-util = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-codecs = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-consensus = { git = "https://github.com/celo-org/reth", rev = "4861090", default-features = false }
reth-consensus-common = { git = "https://github.com/celo-org/reth", rev = "4861090", default-features = false }
reth-db = { git = "https://github.com/celo-org/reth", rev = "4861090", default-features = false }
reth-db-api = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-db-common = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-downloaders = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-e2e-test-utils = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-engine-local = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-engine-primitives = { git = "https://github.com/celo-org/reth", rev = "4861090", default-features = false }
reth-errors = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-eth-wire = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-ethereum = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-ethereum-cli = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-ethereum-consensus = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-ethereum-forks = { git = "https://github.com/celo-org/reth", rev = "4861090", default-features = false }
reth-ethereum-primitives = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-evm = { git = "https://github.com/celo-org/reth", rev = "4861090", default-features = false }
reth-evm-ethereum = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-exex = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-exex-test-utils = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-execution-errors = { git = "https://github.com/celo-org/reth", rev = "4861090", default-features = false }
reth-execution-types = { git = "https://github.com/celo-org/reth", rev = "4861090", default-features = false }
reth-fs-util = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-metrics = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-network = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-network-api = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-network-peers = { git = "https://github.com/celo-org/reth", rev = "4861090", default-features = false }
reth-node-api = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-node-builder = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-node-core = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-node-ethereum = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-node-events = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-node-metrics = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-payload-builder = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-payload-builder-primitives = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-payload-primitives = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-payload-util = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-payload-validator = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-primitives-traits = { git = "https://github.com/celo-org/reth", rev = "4861090", default-features = false }
reth-provider = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-prune = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-prune-types = { git = "https://github.com/celo-org/reth", rev = "4861090", default-features = false }
reth-revm = { git = "https://github.com/celo-org/reth", rev = "4861090", default-features = false }
reth-rpc = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-rpc-api = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-rpc-builder = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-rpc-engine-api = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-rpc-eth-api = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-rpc-eth-types = { git = "https://github.com/celo-org/reth", rev = "4861090", default-features = false }
reth-rpc-server-types = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-stages = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-stages-types = { git = "https://github.com/celo-org/reth", rev = "4861090", default-features = false }
reth-static-file = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-static-file-types = { git = "https://github.com/celo-org/reth", rev = "4861090", default-features = false }
reth-storage-api = { git = "https://github.com/celo-org/reth", rev = "4861090", default-features = false }
reth-storage-errors = { git = "https://github.com/celo-org/reth", rev = "4861090", default-features = false }
reth-tasks = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-tracing = { git = "https://github.com/celo-org/reth", rev = "4861090", default-features = false }
reth-transaction-pool = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-trie = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-trie-common = { git = "https://github.com/celo-org/reth", rev = "4861090", default-features = false }
reth-trie-db = { git = "https://github.com/celo-org/reth", rev = "4861090" }
reth-zstd-compressors = { git = "https://github.com/celo-org/reth", rev = "4861090", default-features = false }

# ==================== REVM (latest: op-reth versions) ====================
revm = { version = "34.0.0", default-features = false }
Expand Down
1 change: 1 addition & 0 deletions rust/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ registries = []
[sources]
allow-git = [
"https://github.com/paradigmxyz/reth",
"https://github.com/celo-org/reth",
"https://github.com/alloy-rs/alloy",
"https://github.com/alloy-rs/hardforks",
"https://github.com/alloy-rs/evm",
Expand Down
Loading
Loading