mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-19 03:04:27 -05:00
perf(trie): parallelize merge_ancestors_into_overlay (#21202)
This commit is contained in:
135
Cargo.lock
generated
135
Cargo.lock
generated
@@ -14636,3 +14636,138 @@ dependencies = [
|
||||
"cc",
|
||||
"pkg-config",
|
||||
]
|
||||
|
||||
[[patch.unused]]
|
||||
name = "alloy-consensus"
|
||||
version = "1.5.1"
|
||||
source = "git+https://github.com/alloy-rs/alloy?branch=main#05fd66e6f05399b71dfc9c802e6ee182b19e8575"
|
||||
|
||||
[[patch.unused]]
|
||||
name = "alloy-contract"
|
||||
version = "1.5.1"
|
||||
source = "git+https://github.com/alloy-rs/alloy?branch=main#05fd66e6f05399b71dfc9c802e6ee182b19e8575"
|
||||
|
||||
[[patch.unused]]
|
||||
name = "alloy-eips"
|
||||
version = "1.5.1"
|
||||
source = "git+https://github.com/alloy-rs/alloy?branch=main#05fd66e6f05399b71dfc9c802e6ee182b19e8575"
|
||||
|
||||
[[patch.unused]]
|
||||
name = "alloy-genesis"
|
||||
version = "1.5.1"
|
||||
source = "git+https://github.com/alloy-rs/alloy?branch=main#05fd66e6f05399b71dfc9c802e6ee182b19e8575"
|
||||
|
||||
[[patch.unused]]
|
||||
name = "alloy-json-rpc"
|
||||
version = "1.5.1"
|
||||
source = "git+https://github.com/alloy-rs/alloy?branch=main#05fd66e6f05399b71dfc9c802e6ee182b19e8575"
|
||||
|
||||
[[patch.unused]]
|
||||
name = "alloy-network"
|
||||
version = "1.5.1"
|
||||
source = "git+https://github.com/alloy-rs/alloy?branch=main#05fd66e6f05399b71dfc9c802e6ee182b19e8575"
|
||||
|
||||
[[patch.unused]]
|
||||
name = "alloy-network-primitives"
|
||||
version = "1.5.1"
|
||||
source = "git+https://github.com/alloy-rs/alloy?branch=main#05fd66e6f05399b71dfc9c802e6ee182b19e8575"
|
||||
|
||||
[[patch.unused]]
|
||||
name = "alloy-provider"
|
||||
version = "1.5.1"
|
||||
source = "git+https://github.com/alloy-rs/alloy?branch=main#05fd66e6f05399b71dfc9c802e6ee182b19e8575"
|
||||
|
||||
[[patch.unused]]
|
||||
name = "alloy-pubsub"
|
||||
version = "1.5.1"
|
||||
source = "git+https://github.com/alloy-rs/alloy?branch=main#05fd66e6f05399b71dfc9c802e6ee182b19e8575"
|
||||
|
||||
[[patch.unused]]
|
||||
name = "alloy-rpc-client"
|
||||
version = "1.5.1"
|
||||
source = "git+https://github.com/alloy-rs/alloy?branch=main#05fd66e6f05399b71dfc9c802e6ee182b19e8575"
|
||||
|
||||
[[patch.unused]]
|
||||
name = "alloy-rpc-types"
|
||||
version = "1.5.1"
|
||||
source = "git+https://github.com/alloy-rs/alloy?branch=main#05fd66e6f05399b71dfc9c802e6ee182b19e8575"
|
||||
|
||||
[[patch.unused]]
|
||||
name = "alloy-rpc-types-admin"
|
||||
version = "1.5.1"
|
||||
source = "git+https://github.com/alloy-rs/alloy?branch=main#05fd66e6f05399b71dfc9c802e6ee182b19e8575"
|
||||
|
||||
[[patch.unused]]
|
||||
name = "alloy-rpc-types-anvil"
|
||||
version = "1.5.1"
|
||||
source = "git+https://github.com/alloy-rs/alloy?branch=main#05fd66e6f05399b71dfc9c802e6ee182b19e8575"
|
||||
|
||||
[[patch.unused]]
|
||||
name = "alloy-rpc-types-beacon"
|
||||
version = "1.5.1"
|
||||
source = "git+https://github.com/alloy-rs/alloy?branch=main#05fd66e6f05399b71dfc9c802e6ee182b19e8575"
|
||||
|
||||
[[patch.unused]]
|
||||
name = "alloy-rpc-types-debug"
|
||||
version = "1.5.1"
|
||||
source = "git+https://github.com/alloy-rs/alloy?branch=main#05fd66e6f05399b71dfc9c802e6ee182b19e8575"
|
||||
|
||||
[[patch.unused]]
|
||||
name = "alloy-rpc-types-engine"
|
||||
version = "1.5.1"
|
||||
source = "git+https://github.com/alloy-rs/alloy?branch=main#05fd66e6f05399b71dfc9c802e6ee182b19e8575"
|
||||
|
||||
[[patch.unused]]
|
||||
name = "alloy-rpc-types-eth"
|
||||
version = "1.5.1"
|
||||
source = "git+https://github.com/alloy-rs/alloy?branch=main#05fd66e6f05399b71dfc9c802e6ee182b19e8575"
|
||||
|
||||
[[patch.unused]]
|
||||
name = "alloy-rpc-types-mev"
|
||||
version = "1.5.1"
|
||||
source = "git+https://github.com/alloy-rs/alloy?branch=main#05fd66e6f05399b71dfc9c802e6ee182b19e8575"
|
||||
|
||||
[[patch.unused]]
|
||||
name = "alloy-rpc-types-trace"
|
||||
version = "1.5.1"
|
||||
source = "git+https://github.com/alloy-rs/alloy?branch=main#05fd66e6f05399b71dfc9c802e6ee182b19e8575"
|
||||
|
||||
[[patch.unused]]
|
||||
name = "alloy-rpc-types-txpool"
|
||||
version = "1.5.1"
|
||||
source = "git+https://github.com/alloy-rs/alloy?branch=main#05fd66e6f05399b71dfc9c802e6ee182b19e8575"
|
||||
|
||||
[[patch.unused]]
|
||||
name = "alloy-serde"
|
||||
version = "1.5.1"
|
||||
source = "git+https://github.com/alloy-rs/alloy?branch=main#05fd66e6f05399b71dfc9c802e6ee182b19e8575"
|
||||
|
||||
[[patch.unused]]
|
||||
name = "alloy-signer"
|
||||
version = "1.5.1"
|
||||
source = "git+https://github.com/alloy-rs/alloy?branch=main#05fd66e6f05399b71dfc9c802e6ee182b19e8575"
|
||||
|
||||
[[patch.unused]]
|
||||
name = "alloy-signer-local"
|
||||
version = "1.5.1"
|
||||
source = "git+https://github.com/alloy-rs/alloy?branch=main#05fd66e6f05399b71dfc9c802e6ee182b19e8575"
|
||||
|
||||
[[patch.unused]]
|
||||
name = "alloy-transport"
|
||||
version = "1.5.1"
|
||||
source = "git+https://github.com/alloy-rs/alloy?branch=main#05fd66e6f05399b71dfc9c802e6ee182b19e8575"
|
||||
|
||||
[[patch.unused]]
|
||||
name = "alloy-transport-http"
|
||||
version = "1.5.1"
|
||||
source = "git+https://github.com/alloy-rs/alloy?branch=main#05fd66e6f05399b71dfc9c802e6ee182b19e8575"
|
||||
|
||||
[[patch.unused]]
|
||||
name = "alloy-transport-ipc"
|
||||
version = "1.5.1"
|
||||
source = "git+https://github.com/alloy-rs/alloy?branch=main#05fd66e6f05399b71dfc9c802e6ee182b19e8575"
|
||||
|
||||
[[patch.unused]]
|
||||
name = "alloy-transport-ws"
|
||||
version = "1.5.1"
|
||||
source = "git+https://github.com/alloy-rs/alloy?branch=main#05fd66e6f05399b71dfc9c802e6ee182b19e8575"
|
||||
|
||||
Reference in New Issue
Block a user