Skip to content

Commit 603dbca

Browse files
committed
Add logging; change return type for submit_blinded_block
1 parent f75a0c8 commit 603dbca

File tree

3 files changed

+48
-48
lines changed

3 files changed

+48
-48
lines changed

Cargo.lock

Lines changed: 42 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ edition = "2021"
55

66
[dependencies]
77
clap = "4.5"
8-
builder-server = {git = "https://github.com/pawanjay176/ethereum_apis", rev = "44505a3310206210bab978f291363b942734e01b"}
9-
ethereum-apis-common= {git = "https://github.com/pawanjay176/ethereum_apis", rev = "44505a3310206210bab978f291363b942734e01b"}
8+
builder-server = {git = "https://github.com/pawanjay176/ethereum_apis", rev = "c87ffa25606d41ff1352c46fa3fb62151b5e03c5"}
9+
ethereum-apis-common= {git = "https://github.com/pawanjay176/ethereum_apis", rev = "c87ffa25606d41ff1352c46fa3fb62151b5e03c5"}
1010
async-trait = "0.1.51"
1111
tokio = { version = "1", default-features = false, features = ["signal", "rt-multi-thread"] }
1212
tracing = { version = "0.1", features = ["attributes"] }

0 commit comments

Comments
 (0)