Skip to content

Commit

Permalink
feat: bump anvil to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Jan 30, 2025
1 parent 96fcccb commit 9a07738
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .changeset/fluffy-taxis-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@cartesi/devnet": minor
"@cartesi/sdk": minor
---

bump anvil to 0.3.0
2 changes: 2 additions & 0 deletions .github/workflows/cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: v0.3.0

- name: Install dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-2044faec64f99a21f0e5f0094458a973612d0712
version: v0.3.0

- name: Install dependencies
run: pnpm install
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/paymaster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: v0.3.0

- name: Install dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-2044faec64f99a21f0e5f0094458a973612d0712
version: v0.3.0

- name: Install Dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ ENV LANGUAGE=en_US:en

# download anvil pre-compiled binaries
ARG ANVIL_VERSION
RUN curl -sSL https://github.com/foundry-rs/foundry/releases/download/nightly-${ANVIL_VERSION}/foundry_nightly_linux_$(dpkg --print-architecture).tar.gz | \
RUN curl -sSL https://github.com/foundry-rs/foundry/releases/download/v${ANVIL_VERSION}/foundry_v${ANVIL_VERSION}_linux_$(dpkg --print-architecture).tar.gz | \
tar -zx -C /usr/local/bin

# healthcheck script using net_listening JSON-RPC method
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ target "default" {
CRANE_VERSION = "0.19.1"
NODEJS_VERSION = "18.19.0"
SU_EXEC_VERSION = "0.2"
ANVIL_VERSION = "2044faec64f99a21f0e5f0094458a973612d0712"
ANVIL_VERSION = "0.3.0"
CARTESI_ROLLUPS_GRAPHQL_VERSION = "2.3.4"
ESPRESSO_DEV_NODE_TAG = "20241120-patch2"
}
Expand Down

0 comments on commit 9a07738

Please sign in to comment.