Skip to content

Commit

Permalink
Add support for bolt-boost
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailUshakoff committed Dec 29, 2024
1 parent 4db4332 commit ecb980a
Show file tree
Hide file tree
Showing 16 changed files with 1,488 additions and 1,895 deletions.
2,052 changes: 1,366 additions & 686 deletions Node/Cargo.lock

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions Node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ ethereum_ssz_derive = "0.7"
bls_on_arkworks = "0.3.0"
num-bigint = "0.4.6"
rand = "0.8"
#helix-utils = { git = "https://github.com/chainbound/helix.git" , branch = "bolt" }
tree_hash = "0.6.0"
tree_hash_derive = "0.6.0"
reth-primitives = { git = "https://github.com/paradigmxyz/reth", rev = "5dd5555c5c7d8e43420e273e7005b8af63a847a5" }
#zstd-sys = "=2.0.9"

[dev-dependencies]
mockall_double = "0.3"
Expand All @@ -52,3 +57,7 @@ use_mock = []
# TODO: remove when the bug is fixed (https://github.com/ralexstokes/ssz-rs/issues/163)
[patch."https://github.com/ralexstokes/ssz-rs"]
ssz_rs = { git = "https://github.com/noahfigueras/ssz-rs", branch = "partial_merkle_tree" }

[patch.crates-io]
#zstd-sys = { version = "=2.0.9+zstd.1.5.5" }
zstd-sys = { git = "https://github.com/gyscos/zstd-rs", tag = "zstd-sys-2.0.9" }
29 changes: 0 additions & 29 deletions Node/integration/mev-boost-mock/Dockerfile

This file was deleted.

5 changes: 0 additions & 5 deletions Node/integration/mev-boost-mock/build.sh

This file was deleted.

13 changes: 0 additions & 13 deletions Node/integration/mev-boost-mock/call.sh

This file was deleted.

Loading

0 comments on commit ecb980a

Please sign in to comment.