Skip to content

Commit

Permalink
experimental: get payload from EL error hints
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Jun 25, 2024
1 parent c27a7bc commit dbb26f1
Show file tree
Hide file tree
Showing 6 changed files with 457 additions and 127 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.

4 changes: 4 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 Down Expand Up @@ -71,6 +73,8 @@ tracing-subscriber = "0.3.18"
cb-crypto = { git = "https://github.com/Commit-Boost/commit-boost-client" }
cb-common = { git = "https://github.com/Commit-Boost/commit-boost-client" }

base64 = "0.22.1"

[dev-dependencies]
alloy-node-bindings = "0.1.1"

Expand Down
Loading

0 comments on commit dbb26f1

Please sign in to comment.