Skip to content

Conversation

@tcoratger
Copy link

No description provided.

@tcoratger tcoratger closed this Apr 12, 2024
@tcoratger tcoratger reopened this Apr 12, 2024
KolbyML and others added 28 commits June 21, 2024 14:12
Split the test suites to allow running only current consensus tests.
There are now three suites which can be selected via --sim.limit:

# run develop bc tests
./hive --sim consensus --sim.limit "consensus/add11" 

# run legacy tests from frontier to constantinople
./hive --sim consensus --sim.limit "legacy/add11"

# run legacy tests from constantinople fix to cancun
./hive --sim consensus --sim.limit "legacy-cancun/add11"

---

Co-authored-by: Felix Lange <[email protected]>
* simulators/portal/history: process epoch accumulators to be tested

* simulators/portal: consolidate portal simulators
* simulators/ethereum/engine: use legacy Hash state scheme

* simulators/ethereum/engine: use new Path state scheme

* simulators/ethereum/engine: add comment

* simulators/ethereum/pyspec: go mod tidy
…sim (#1151)

simulators/portal: update portal simulators to newest version of hivesim
simulators/ethereum/engine: Fix SYNCING FCU expectation on invalid payloads
fjl and others added 30 commits October 14, 2025 21:35
)

simulators/ethereum/rpc-compat: allow to pass a git ref for execution-apis
* Added osaka, bpo1 and bpo2 mappings

* Fixing missing commas

* Delete clients/.DS_Store

---------

Co-authored-by: Felix Lange <[email protected]>
* added mappings for ethrex for bpo3 to bpo5

* Remove accidentally commited DS_STORE

* Changed defaults for BPO forks blob schedules

* clients/ethrex: fix bpo1/2 params.

---------

Co-authored-by: spencer <[email protected]>
…ec-tests (#1358)

* Update EEST simulators to use execution-specs

Signed-off-by: Miroslav Kovar <[email protected]>

* simulators/ethereum/eest: small tweaks.

---------

Signed-off-by: Miroslav Kovar <[email protected]>
Co-authored-by: spencer-tb <[email protected]>
simulators/ethereum/eels: rename eest to eels.
* ✨ feat(fork): Amsterdam

* 🧹 chore: geth blob sch

* ✨ feat: Besu

* clients: small mapper tweaks

* cmd/hivechain: remove amsterdam for now

* client/ethrex: tweak

---------

Co-authored-by: raxhvl <[email protected]>
Co-authored-by: spencer-tb <[email protected]>
The access is useless, it's just so we can test the behavior of
eth_createAccessList in case of a revert.
Signed-off-by: Sally MacFarlane <[email protected]>
replace use of deprecated CLI option name with the new one
`--Xsnapsync-server-enabled` removed in besu
hyperledger/besu#9385
chore: bump docker api version from 1.25 to 1.44
This adds the largeReceipt block modifier, which generates a block with > 10MB of
receipts. We need this for testing eth/70 (EIP-7975). The gas limit of the test chain
has been increased to 300M to make this work.

---------

Co-authored-by: Felix Lange <[email protected]>
This avoids creating a new account for each transaction.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.