forked from ethereum/hive
-
Notifications
You must be signed in to change notification settings - Fork 3
Update hive #18
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
Open
tcoratger
wants to merge
557
commits into
kkrt-labs:master
Choose a base branch
from
ethereum:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update hive #18
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…im.limit support (#1127)
…1133) lower timeout from 6000s to 240s
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
It should not return an error.
* 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.
Add rpc-gas-cap to 50M
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.