Skip to content

Commit

Permalink
Merge pull request #93 from chainbound/experiment/el-error-hints
Browse files Browse the repository at this point in the history
experimental: create new payload from EL error hints
  • Loading branch information
mempirate authored Jun 26, 2024
2 parents 8127c0e + 73b7273 commit 256130a
Show file tree
Hide file tree
Showing 6 changed files with 755 additions and 187 deletions.
189 changes: 186 additions & 3 deletions bolt-sidecar/Cargo.lock

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

3 changes: 3 additions & 0 deletions bolt-sidecar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ alloy-transport-http = { version = "0.1.2" }
alloy-transport-ws = { version = "0.1.2" }
alloy-pubsub = { version = "0.1.2" }
alloy-rpc-types = { version = "0.1.2" }
alloy-rpc-types-engine = { version = "0.1.2" }
alloy-rpc-types-beacon = { version = "0.1.2" }
alloy-rpc-types-trace = { version = "0.1.2" }
alloy-json-rpc = { version = "0.1.2" }
Expand All @@ -41,6 +42,7 @@ alloy-rlp = { version = "0.3" }

# reth
reth-primitives = { git = "https://github.com/paradigmxyz/reth", rev = "71c404d" }
reth-rpc-layer = { git = "https://github.com/paradigmxyz/reth", rev = "6e146e1" }
# reth-provider = { git = "https://github.com/paradigmxyz/reth", rev = "71c404d" }

reqwest = "0.12"
Expand All @@ -62,6 +64,7 @@ eyre = "0.6.12"
thiserror = "1.0"
rand = "0.8.5"
dotenvy = "0.15.7"
regex = "1.10.5"

# tracing
tracing = "0.1.40"
Expand Down
Loading

0 comments on commit 256130a

Please sign in to comment.