Skip to content

Commit

Permalink
Merge pull request #10 from flashbots/update-rbuider-version
Browse files Browse the repository at this point in the history
New version and updated config.
  • Loading branch information
ZanCorDX authored Oct 23, 2024
2 parents e9a18f2 + 2550295 commit 8624925
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"cSpell.words": [
"innecesary"
]
}
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ tower = "0.4"



metrics_macros = { git = "https://github.com/flashbots/rbuilder.git", rev = "ef24d9eb2683367055e7984e12e8a15545d68742"}
metrics_macros = { git = "https://github.com/flashbots/rbuilder.git", rev = "d96e7215483bac0ab145459f4ddaa811d99459d6"}

#rbuilder = {path="./../rbuilder/crates/rbuilder"}
rbuilder = { git = "https://github.com/flashbots/rbuilder.git", rev = "ef24d9eb2683367055e7984e12e8a15545d68742"}
rbuilder = { git = "https://github.com/flashbots/rbuilder.git", rev = "d96e7215483bac0ab145459f4ddaa811d99459d6"}

[build-dependencies]
built = { version = "0.7.1", features = ["git2", "chrono"] }
Expand Down
2 changes: 0 additions & 2 deletions config-live-example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ blocks_processor_url = "http://block_processor.internal"
ignore_cancellable_orders = true

sbundle_mergeabe_signers = []
# slot_delta_to_start_submits_ms is usually negative since we start bidding BEFORE the slot start
#slot_delta_to_start_submits_ms = -5000
live_builders = ["mp-ordering", "mgp-ordering", "merging"]

top_bid_ws_url = "env:TOP_BID_WS_URL"
Expand Down

0 comments on commit 8624925

Please sign in to comment.