Skip to content

Commit

Permalink
Make bls-to-execution-change command work
Browse files Browse the repository at this point in the history
  • Loading branch information
mksh committed Aug 20, 2024
1 parent 3e4f624 commit e4f1882
Show file tree
Hide file tree
Showing 17 changed files with 465 additions and 912 deletions.
564 changes: 87 additions & 477 deletions Cargo.lock

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ ethereum_hashing = "0.6.0"
eth2_key_derivation = { git = "https://github.com/ChorusOne/lighthouse", rev = "1be5253610dc8fee3bf4b7a8dc1d01254bc5b57d"}
eth2_keystore = { git = "https://github.com/ChorusOne/lighthouse", rev = "1be5253610dc8fee3bf4b7a8dc1d01254bc5b57d"}
eth2_network_config = { git = "https://github.com/ChorusOne/lighthouse", rev = "1be5253610dc8fee3bf4b7a8dc1d01254bc5b57d" }
ethereum_ssz = "0.5.3"
ethereum_ssz = "0.5.4"
ethereum_ssz_derive = "0.5.4"
eth2_wallet = { git = "https://github.com/ChorusOne/lighthouse", rev = "1be5253610dc8fee3bf4b7a8dc1d01254bc5b57d"}
ethereum-types = { version = "0.14.1", optional = true }
env_logger = "^0.11"
hex = "0.4"
lazy_static = "1.5"
Expand All @@ -30,11 +30,10 @@ regex = "1.10.6"
serde = "1.0.204"
serde_derive = "1.0"
serde_json = "1.0"
ssz_rs = { git = "https://github.com/ChorusOne/ssz-rs.git", rev = "1f94d5dfc70c86dab672e91ac46af04a5f96c342" }
ssz_rs_derive = { git = "https://github.com/ChorusOne/ssz-rs.git", rev = "1f94d5dfc70c86dab672e91ac46af04a5f96c342" }
tiny-bip39 = "1.0.0"
# This must be pinned to a version that lighthouse uses
tree_hash = "0.5.2"
tree_hash_derive = "0.5.2"
types = { git = "https://github.com/ChorusOne/lighthouse", rev = "1be5253610dc8fee3bf4b7a8dc1d01254bc5b57d"}
uuid = { version = "1.10", features = ["v4"] }

Expand Down
Loading

0 comments on commit e4f1882

Please sign in to comment.