Skip to content

Commit

Permalink
version for testing, dep pending rbuilder merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanCorDX committed Dec 18, 2024
1 parent 2b3aeea commit cad1890
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,12 @@ http = "0.2.9"
hyper = "0.14"
futures-util = "0.3"


metrics_macros = { git = "https://github.com/flashbots/rbuilder.git", rev = "171d8fcb2de834b6d46463979f8643756c599e86"}
# Dependency to branch. Good dep pending.
metrics_macros = { git = "https://github.com/flashbots/rbuilder.git", rev = "93dc7e8c2bb5912b1ed8660b68edbfef47a7fb94"}

#rbuilder = {path="./../rbuilder/crates/rbuilder"}
rbuilder = { git = "https://github.com/flashbots/rbuilder.git", rev = "171d8fcb2de834b6d46463979f8643756c599e86"}
# Dependency to branch. Good dep pending.
rbuilder = { git = "https://github.com/flashbots/rbuilder.git", rev = "93dc7e8c2bb5912b1ed8660b68edbfef47a7fb94"}

[build-dependencies]
built = { version = "0.7.1", features = ["git2", "chrono"] }
Expand Down
6 changes: 1 addition & 5 deletions src/flashbots_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,7 @@ impl LiveBuilderConfig for FlashbotsConfig {
})?;
res = res.with_extra_rpc(module);
let root_hash_config = self.base_config.live_root_hash_config()?;
let builders = create_builders(
self.live_builders()?,
root_hash_config,
self.base_config.sbundle_mergeabe_signers(),
);
let builders = create_builders(self.live_builders()?, root_hash_config);
res = res.with_builders(builders);
Ok(res)
}
Expand Down

0 comments on commit cad1890

Please sign in to comment.