Skip to content

Commit

Permalink
Merge branch 'unstable' into faheelsattar/return-fee-in-error
Browse files Browse the repository at this point in the history
  • Loading branch information
faheelsattar authored Jan 14, 2025
2 parents 684475a + c3a0591 commit bbf291c
Show file tree
Hide file tree
Showing 36 changed files with 757 additions and 657 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bolt_sidecar_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
- name: Run bolt-sidecar tests
run: |
cd bolt-sidecar
cargo nextest run --workspace --retries 3
cargo nextest run --workspace --all-features --retries 3
env:
RPC_URL: ${{ secrets.RPC_URL }}
32 changes: 16 additions & 16 deletions bolt-boost/Cargo.lock

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

6 changes: 3 additions & 3 deletions bolt-boost/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tokio = { version = "1", features = ["full"] }
axum = { version = "0.7", features = ["macros"] }
axum-extra = "0.10.0"
futures = "0.3"
async-trait = "0.1.84"
async-trait = "0.1.85"
eyre = "0.6.12"
thiserror = "2.0.9"
reqwest = "0.12.9"
Expand All @@ -29,8 +29,8 @@ prometheus = "0.13.4"

# serialization
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
ethereum_ssz = "0.8.1"
serde_json = "1.0.135"
ethereum_ssz = "0.8.2"
ethereum_ssz_derive = "0.8.1"

# alloy
Expand Down
2 changes: 1 addition & 1 deletion bolt-boost/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lukemathwalker/cargo-chef:latest-rust-1.83.0 AS chef
FROM lukemathwalker/cargo-chef:latest-rust-1.84.0 AS chef
WORKDIR /app

FROM chef AS planner
Expand Down
2 changes: 1 addition & 1 deletion bolt-boost/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.83.0"
channel = "1.84.0"
profile = "default"
Loading

0 comments on commit bbf291c

Please sign in to comment.