Skip to content

Commit df936ef

Browse files
committed
refactor get_header and submit_block into modules for readability
1 parent 6e14ec4 commit df936ef

12 files changed

Lines changed: 1639 additions & 1570 deletions

File tree

config.example.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ chain = "Holesky"
1212
# Docker image to use for the PBS module.
1313
# OPTIONAL, DEFAULT: ghcr.io/commit-boost/pbs:latest
1414
docker_image = "ghcr.io/commit-boost/pbs:latest"
15-
# Whether to enable the PBS module to request signatures from the Signer module (not used in the default PBS image)
16-
# OPTIONAL, DEFAULT: false
17-
with_signer = false
1815
# Host to receive BuilderAPI calls from beacon node
1916
# OPTIONAL, DEFAULT: 127.0.0.1
2017
host = "127.0.0.1"
@@ -174,7 +171,7 @@ timeout_get_header_ms = 900
174171
id = "mux-relay-1"
175172
url = "http://0xa119589bb33ef52acbb8116832bec2b58fca590fe5c85eac5d3230b44d5bc09fe73ccd21f88eab31d6de16194d17782e@def.xyz"
176173

177-
# Configuration for the Signer Module, only required if any `commit` module is present, or if `pbs.with_signer = true`
174+
# Configuration for the Signer Module, only required if any `commit` module is present
178175
# Currently three types of Signer modules are supported (only one can be used at a time):
179176
# - Remote: a remote Web3Signer instance
180177
# - Dirk: a remote Dirk instance

0 commit comments

Comments
 (0)