Skip to content

Commit 438a027

Browse files
chore: bump fuel core to 0.26.0 (#70)
1 parent a2bce92 commit 438a027

File tree

6 files changed

+10
-16
lines changed

6 files changed

+10
-16
lines changed

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage = "https://fuel.network/"
55
license = "Apache-2.0"
66
repository = "https://github.com/FuelLabs/fuel-block-committer"
77
rust-version = "1.77.0"
8-
version = "0.3.0"
8+
version = "0.4.0"
99
name = "fuel-block-committer"
1010

1111
[[test]]
@@ -16,7 +16,7 @@ path = "tests/harness.rs"
1616
[dependencies]
1717
actix-web = "4"
1818
async-trait = "0.1.68"
19-
fuel-core-client = "0.25.3"
19+
fuel-core-client = "0.26"
2020
prometheus = "0.13.3"
2121
serde = { version = "1.0", features = ["derive"] }
2222
ethers = { version = "2.0", features = ["ws"] }

compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
build:
2222
context: fuel_node
2323
args:
24-
fuel_core_version: "v${FUEL_CORE_VERSION:-0.25.3}"
24+
fuel_core_version: "v${FUEL_CORE_VERSION:-0.26.0}"
2525
container_name: fuel-node
2626
environment:
2727
- PORT=4000

deployment/charts/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: fuel-block-committer
33
description: Fuel Block Committer Helm Chart
44
type: application
5-
appVersion: "0.3.0"
5+
appVersion: "0.4.0"
66
version: 0.1.1

eth_node/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.19.1 AS fetcher
22
RUN apk add --no-cache git
33
RUN git clone --no-checkout https://github.com/FuelLabs/fuel-bridge \
44
&& cd fuel-bridge \
5-
&& git checkout a5b15f1 \
5+
&& git checkout 97bb4ce \
66
&& cd packages/solidity-contracts \
77
&& rm -rf deploy deployments exports test \
88
&& cd contracts \

fuel-toolchain.toml

-6
This file was deleted.

0 commit comments

Comments
 (0)