Skip to content

Commit a556aa9

Browse files
committed
Merge branch 'main' into add-ssz-to-pbs
2 parents 06a3092 + 5a83386 commit a556aa9

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

config.example.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ extra_validation_enabled = false
5656
# OPTIONAL
5757
# rpc_url = "https://ethereum-holesky-rpc.publicnode.com"
5858
# URL of the SSV API server to use, if you have a mux that targets an SSV node operator
59-
# OPTIONAL, DEFAULT: "https://api.ssv.network/api/v4"
60-
# ssv_api_url = "https://api.ssv.network/api/v4"
59+
# OPTIONAL, DEFAULT: "https://api.ssv.network/api/v4/"
60+
# ssv_api_url = "https://api.ssv.network/api/v4/"
6161
# Timeout for any HTTP requests sent from the PBS module to other services, in seconds
6262
# OPTIONAL, DEFAULT: 10
6363
http_timeout_seconds = 10

crates/pbs/src/routes/submit_block.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use cb_common::{
1010
pbs::{BuilderApiVersion, GetPayloadInfo},
1111
utils::{
1212
CONSENSUS_VERSION_HEADER, EncodingType, RawRequest, deserialize_body, get_accept_type,
13-
get_user_agent, timestamp_of_slot_start_millis, utcnow_ms,
13+
get_user_agent, timestamp_of_slot_start_millis, utcnow_ms
1414
},
1515
};
1616
use reqwest::{StatusCode, header::CONTENT_TYPE};

docs/docs/get_started/overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ git clone https://github.com/Commit-Boost/commit-boost-client
4040

4141
# Stable branch has the latest released version
4242
git checkout stable
43+
44+
# Init submodules
45+
git submodule update --init --recursive
4346
```
4447

4548
:::note

0 commit comments

Comments
 (0)