Skip to content

Commit

Permalink
chore: replace alloy-rs/trie fork (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
xJonathanLEI authored Aug 20, 2024
1 parent d26f0b2 commit 9a1ab0f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ alloy-transport-http = { version = "0.1", features = [
], default-features = false }
alloy-eips = { version = "0.1", default-features = false }

# Using the fork until https://github.com/alloy-rs/trie/pull/27 is merged and released
alloy-trie = { git = "https://github.com/xJonathanLEI/trie.git", rev = "fb57b642278fd4213f244a2ab217be831a51abc9" }
# Using GitHub until https://github.com/alloy-rs/trie/pull/27 is released
alloy-trie = { git = "https://github.com/alloy-rs/trie.git", rev = "28ebb7cc70cbef9e894e5b36c99e28412525ac1a" }

[patch.crates-io]
# alloy-eips = { path = "../alloy/crates/eips" }
Expand All @@ -144,8 +144,8 @@ alloy-eips = { git = "https://github.com/jtguibas/alloy.git", branch = "john/rsp
alloy-serde = { git = "https://github.com/jtguibas/alloy.git", branch = "john/rsp-8e9e6ac" }
tiny-keccak = { git = "https://github.com/sp1-patches/tiny-keccak", branch = "patch-v2.0.2" }

# Using the fork until https://github.com/alloy-rs/trie/pull/27 is merged and released
alloy-trie = { git = "https://github.com/xJonathanLEI/trie.git", rev = "fb57b642278fd4213f244a2ab217be831a51abc9" }
# Using GitHub until https://github.com/alloy-rs/trie/pull/27 is released
alloy-trie = { git = "https://github.com/alloy-rs/trie.git", rev = "28ebb7cc70cbef9e894e5b36c99e28412525ac1a" }

[workspace.lints]
rust.missing_debug_implementations = "warn"
Expand Down
2 changes: 1 addition & 1 deletion bin/client-eth/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bin/client-eth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ sp1-zkvm = { git = "https://github.com/succinctlabs/sp1", branch = "experimental
alloy-eips = { git = "https://github.com/jtguibas/alloy.git", branch = "john/rsp-8e9e6ac" }
alloy-serde = { git = "https://github.com/jtguibas/alloy.git", branch = "john/rsp-8e9e6ac" }

# Using the fork until https://github.com/alloy-rs/trie/pull/27 is merged and released
alloy-trie = { git = "https://github.com/xJonathanLEI/trie.git", rev = "fb57b642278fd4213f244a2ab217be831a51abc9" }
# Using GitHub until https://github.com/alloy-rs/trie/pull/27 is released
alloy-trie = { git = "https://github.com/alloy-rs/trie.git", rev = "28ebb7cc70cbef9e894e5b36c99e28412525ac1a" }

# Precompile patches
sha2 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", branch = "patch-v0.10.8", package = "sha2" }
Expand Down
2 changes: 1 addition & 1 deletion bin/client-op/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions bin/client-op/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ sp1-zkvm = { git = "https://github.com/succinctlabs/sp1", branch = "experimental
alloy-eips = { git = "https://github.com/jtguibas/alloy.git", branch = "john/rsp-8e9e6ac" }
alloy-serde = { git = "https://github.com/jtguibas/alloy.git", branch = "john/rsp-8e9e6ac" }

# Using the fork until https://github.com/alloy-rs/trie/pull/27 is merged and released
alloy-trie = { git = "https://github.com/xJonathanLEI/trie.git", rev = "fb57b642278fd4213f244a2ab217be831a51abc9" }

# Using GitHub until https://github.com/alloy-rs/trie/pull/27 is released
alloy-trie = { git = "https://github.com/alloy-rs/trie.git", rev = "28ebb7cc70cbef9e894e5b36c99e28412525ac1a" }

# Precompile patches
sha2 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", branch = "patch-v0.10.8", package = "sha2" }
Expand Down

0 comments on commit 9a1ab0f

Please sign in to comment.