Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump fuel core to 0.26.0 #70

Merged
merged 1 commit into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor Author

@segfault-magnet segfault-magnet May 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@FuelLabs/infra would this 0.1.1 need to be bumped as well?
It was suggested last time meanwhile I don't see it being bumped in fuel-core

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.

Loading