Skip to content

Commit 925efe8

Browse files
authored
chore: sync Foundry & Tempo (#154)
Sync's Tempo and Foundry to latest commits
2 parents 36f06fe + 80f1c8d commit 925efe8

File tree

27 files changed

+306
-450
lines changed

27 files changed

+306
-450
lines changed

.github/scripts/tempo-check.sh

100644100755
File mode changed.

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
run: ./.github/scripts/commit-and-read-benchmarks.sh benches "${{ github.event_name }}" "${{ github.repository }}"
138138

139139
- name: Upload benchmark results as artifacts
140-
uses: actions/upload-artifact@v5
140+
uses: actions/upload-artifact@v6
141141
with:
142142
name: benchmark-results
143143
path: |
@@ -165,7 +165,7 @@ jobs:
165165
persist-credentials: false
166166

167167
- name: Download benchmark results
168-
uses: actions/download-artifact@v6
168+
uses: actions/download-artifact@v7
169169
with:
170170
name: benchmark-results
171171
path: benches/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
fi
221221
222222
- name: Upload build artifacts
223-
uses: actions/upload-artifact@v5
223+
uses: actions/upload-artifact@v6
224224
with:
225225
retention-days: 1
226226
name: ${{ steps.artifacts.outputs.file_name }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: pip --version && pip install vyper==0.4.3
9090

9191
- name: Foundry test cache
92-
uses: actions/cache@v4
92+
uses: actions/cache@v5
9393
with:
9494
path: |
9595
~/.foundry/cache

Cargo.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -292,13 +292,13 @@ revm-inspectors = { version = "0.33.0", features = ["serde"] }
292292
op-revm = { version = "14.1.0", default-features = false }
293293

294294
# tempo
295-
tempo-alloy = { git = "https://github.com/tempoxyz/tempo", rev = "f8c4c03" }
296-
tempo-contracts = { git = "https://github.com/tempoxyz/tempo", rev = "f8c4c03" }
297-
tempo-revm = { git = "https://github.com/tempoxyz/tempo", rev = "f8c4c03" }
298-
tempo-evm = { git = "https://github.com/tempoxyz/tempo", rev = "f8c4c03" }
299-
tempo-chainspec = { git = "https://github.com/tempoxyz/tempo", rev = "f8c4c03" }
300-
tempo-primitives = { git = "https://github.com/tempoxyz/tempo", rev = "f8c4c03" }
301-
tempo-precompiles = { git = "https://github.com/tempoxyz/tempo", rev = "f8c4c03" }
295+
tempo-alloy = { git = "https://github.com/tempoxyz/tempo", rev = "0806822" }
296+
tempo-contracts = { git = "https://github.com/tempoxyz/tempo", rev = "0806822" }
297+
tempo-revm = { git = "https://github.com/tempoxyz/tempo", rev = "0806822" }
298+
tempo-evm = { git = "https://github.com/tempoxyz/tempo", rev = "0806822" }
299+
tempo-chainspec = { git = "https://github.com/tempoxyz/tempo", rev = "0806822" }
300+
tempo-primitives = { git = "https://github.com/tempoxyz/tempo", rev = "0806822" }
301+
tempo-precompiles = { git = "https://github.com/tempoxyz/tempo", rev = "0806822" }
302302

303303
## cli
304304
anstream = "0.6"

crates/anvil/core/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ alloy-eips.workspace = true
3131
alloy-eip5792.workspace = true
3232
alloy-consensus = { workspace = true, features = ["k256", "kzg"] }
3333
alloy-dyn-abi = { workspace = true, features = ["std", "eip712"] }
34-
op-alloy-consensus = { workspace = true, features = ["serde"] }
35-
alloy-network.workspace = true
3634
serde.workspace = true
3735
serde_json.workspace = true
3836
bytes.workspace = true

0 commit comments

Comments
 (0)