Skip to content

Commit 774438f

Browse files
authored
No root hash on backtest (#45)
* new temp dep * Final deps, build-blocks fixed
1 parent 1c34985 commit 774438f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 5 additions & 5 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
@@ -58,10 +58,10 @@ hyper = "0.14"
5858
futures-util = "0.3"
5959

6060

61-
metrics_macros = { git = "https://github.com/flashbots/rbuilder.git", rev = "945f0395996b5ed24fc4f61c49e6b6f7869b7406"}
61+
metrics_macros = { git = "https://github.com/flashbots/rbuilder.git", rev = "51284e32157ae6d9be53e749ef89c6905aac1855"}
6262

6363
#rbuilder = {path="./../rbuilder/crates/rbuilder"}
64-
rbuilder = { git = "https://github.com/flashbots/rbuilder.git", rev = "945f0395996b5ed24fc4f61c49e6b6f7869b7406"}
64+
rbuilder = { git = "https://github.com/flashbots/rbuilder.git", rev = "51284e32157ae6d9be53e749ef89c6905aac1855"}
6565

6666
[build-dependencies]
6767
built = { version = "0.7.1", features = ["git2", "chrono"] }

src/bin/backtest-build-block.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
use rbuilder::backtest::run_backtest_build_block;
1+
use rbuilder::backtest::build_block::landed_block_from_db::run_backtest;
22
use rbuilder_operator::flashbots_config::FlashbotsConfig;
33

44
#[tokio::main]
55
async fn main() -> eyre::Result<()> {
6-
run_backtest_build_block::<FlashbotsConfig>().await
6+
run_backtest::<FlashbotsConfig>().await
77
}

0 commit comments

Comments
 (0)