-
Notifications
You must be signed in to change notification settings - Fork 1
Bump rbuilder to latest + add rbuilder-rebalancer + bump reth/lighthouse
#101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
niccoloraspa
wants to merge
22
commits into
main
Choose a base branch
from
feat/bump-rbuilder
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+73
−58
Open
Changes from 7 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
a0aa362
Add adjust_finalized_blocks setting
niccoloraspa 12c6dc9
Remove scraped_bids_publisher_url and add rbuilder.relay_bid_scrapers
niccoloraspa f6e1389
remove bid_scraper
niccoloraspa cbe2e93
Bump rbuilder to v1.2.19
niccoloraspa 8bba5d5
Bump rbuilder-bidding to v1.2.19
niccoloraspa f72d051
Update config for rbuilder
niccoloraspa 77e80a3
Update config for rbuilder -- add single quote
niccoloraspa 95c7978
Align mustache with curret istances
niccoloraspa a8ca099
Bump rbuilder to v1.2.22
niccoloraspa 0671759
Bump rbuilder-bidding to v1.2.22
niccoloraspa ffeec3b
add rbuilder-rebalancer
niccoloraspa c3de387
add rbuilder-rebalancer as a package to install
niccoloraspa b0b3a8a
add rbuilder-rebalancer in render-config
niccoloraspa 56bbf76
align service with new naming
niccoloraspa d1e8a86
Update rbuilder-rebalancer_v1.2.22.bb
niccoloraspa 70c351b
Replace GitHub repository for rbuilder-operator -> rbuilder
niccoloraspa 628a534
update licenses after deprecating rbuilder-operator
niccoloraspa b1e4fab
bump lighthouse to 8.0.0
niccoloraspa 728f926
bump reth to v1.9.0
niccoloraspa f958fcb
bump reth to v1.9.1
niccoloraspa 3d1235d
remove old reth version
niccoloraspa 12426f8
Fix ordering
niccoloraspa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| PACKAGE_INSTALL:append = " bid-scraper rbuilder orderflow-proxy system-api ssh-key-injection haproxy config-watchdog acme-le" | ||
| PACKAGE_INSTALL:append = " rbuilder orderflow-proxy system-api ssh-key-injection haproxy config-watchdog acme-le" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| adjust_finalized_blocks = {{rbuilder.adjust_finalized_blocks}} | ||
| bidding_service_ipc_path = "/var/run/rbuilder/rpc_bidding_server.sock" | ||
| blocklist = "{{rbuilder.blocklist}}" | ||
| blocks_processor_url = "https://orderflow-archive.flashbots.net/api" | ||
|
|
@@ -30,12 +31,15 @@ reth_static_files_path = "/persistent/reth/static_files" | |
| root_hash_sparse_trie_version = "v2" | ||
| root_hash_threads = {{rbuilder.root_hash_threads}} | ||
| root_hash_use_sparse_trie = true | ||
| system_recipient_allowlist = '{{rbuilder.system_recipient_allowlist}}' | ||
| sbundle_mergeable_signers = ["0xFC171C46A32DC7fF09fBDDD4884a65b2aD596517"] | ||
| scraped_bids_publisher_url = "{{rbuilder.scraped_bids_publisher_url}}" | ||
| simulation_threads = 4 | ||
| time_to_keep_mempool_txs_secs = {{rbuilder.time_to_keep_mempool_txs_secs}} | ||
| max_order_execution_duration_warning_us = {{rbuilder.max_order_execution_duration_warning_us}} | ||
|
||
| watchdog_timeout_sec = {{rbuilder.watchdog_timeout_sec}} | ||
|
|
||
| {{{rbuilder.builders}}} | ||
|
|
||
| {{{rbuilder.relays}}} | ||
|
|
||
| {{{rbuilder.relay_bid_scrapers}}} | ||
2 changes: 1 addition & 1 deletion
2
recipes-nodes/rbuilder/rbuilder_v1.2.9.bb → recipes-nodes/rbuilder/rbuilder_v1.2.19.bb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| include rbuilder.inc | ||
|
|
||
| SRC_URI = "git://github.com/flashbots/rbuilder-operator;protocol=https;branch=main" | ||
| SRCREV = "v1.2.9" | ||
| SRCREV = "v1.2.19" | ||
|
|
||
| PV = "1.0+git${SRCPV}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix ordering