Remove unused anvil references (#8710)

AFAICT `anvil` is not used anywhere in the codebase. Lighthouse has its own `MockExecutionLayer` for testing. This PR remove `anvil` installations and references in developer documentation.


  


Co-Authored-By: Jimmy Chen <jchen.tc@gmail.com>
This commit is contained in:
Jimmy Chen
2026-01-28 16:21:01 +11:00
committed by GitHub
parent 9bec8df37a
commit c4409cdf28
2 changed files with 0 additions and 11 deletions

View File

@@ -92,10 +92,6 @@ jobs:
bins: cargo-nextest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install Foundry (anvil)
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-ca67d15f4abd46394b324c50e21e66f306a1162d
- name: Run tests in release
run: make test-release
- name: Show cache stats
@@ -213,10 +209,6 @@ jobs:
with:
channel: stable
bins: cargo-nextest
- name: Install Foundry (anvil)
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-ca67d15f4abd46394b324c50e21e66f306a1162d
- name: Run tests in debug
run: make test-debug
state-transition-vectors-ubuntu: