Skip to content

Commit

Permalink
chore: bump fuel core to 0.26.0 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
segfault-magnet authored May 3, 2024
1 parent a2bce92 commit 438a027
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 16 deletions.
10 changes: 5 additions & 5 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 @@ -5,7 +5,7 @@ homepage = "https://fuel.network/"
license = "Apache-2.0"
repository = "https://github.com/FuelLabs/fuel-block-committer"
rust-version = "1.77.0"
version = "0.3.0"
version = "0.4.0"
name = "fuel-block-committer"

[[test]]
Expand All @@ -16,7 +16,7 @@ path = "tests/harness.rs"
[dependencies]
actix-web = "4"
async-trait = "0.1.68"
fuel-core-client = "0.25.3"
fuel-core-client = "0.26"
prometheus = "0.13.3"
serde = { version = "1.0", features = ["derive"] }
ethers = { version = "2.0", features = ["ws"] }
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
build:
context: fuel_node
args:
fuel_core_version: "v${FUEL_CORE_VERSION:-0.25.3}"
fuel_core_version: "v${FUEL_CORE_VERSION:-0.26.0}"
container_name: fuel-node
environment:
- PORT=4000
Expand Down
2 changes: 1 addition & 1 deletion deployment/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: fuel-block-committer
description: Fuel Block Committer Helm Chart
type: application
appVersion: "0.3.0"
appVersion: "0.4.0"
version: 0.1.1
2 changes: 1 addition & 1 deletion eth_node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.19.1 AS fetcher
RUN apk add --no-cache git
RUN git clone --no-checkout https://github.com/FuelLabs/fuel-bridge \
&& cd fuel-bridge \
&& git checkout a5b15f1 \
&& git checkout 97bb4ce \
&& cd packages/solidity-contracts \
&& rm -rf deploy deployments exports test \
&& cd contracts \
Expand Down
6 changes: 0 additions & 6 deletions fuel-toolchain.toml

This file was deleted.

0 comments on commit 438a027

Please sign in to comment.