-
Notifications
You must be signed in to change notification settings - Fork 35
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
tests: Enable EEST blockchainTests #238
Merged
Merged
+626
−201
Conversation
This file contains 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
test: Enable Shanghai and Cancun EIPs blockchain test by Cancun and Prague forks
test: Enable prague's EIP7623
* Enable eip 2935 on blockchain EEST * Fix cyclic import * Fix for lint
test: EETS Set precompile correctly
* Enable old forks other than frontier and byzantium * Restore all old fork tests
* Remove gxhash global variable * Remove unused code
test: Remove some main code modifications in EETS
test: Refactor eets blockchain test flow
hyeonLewis
reviewed
Jan 31, 2025
shiki-tak
reviewed
Jan 31, 2025
Co-authored-by: Lewis <[email protected]>
ulbqb
reviewed
Jan 31, 2025
Let's merge it after rc.3. |
I'm planning to merge dev once after #246 is merged. (To incorporate the eest update and genesis changes) |
yoomee1313
reviewed
Feb 6, 2025
Please rebase on dev for CI fix https://app.circleci.com/pipelines/github/kaiachain/kaia/1915/workflows/33fd30c6-9855-48bc-902b-a81c999af375/jobs/10398 |
ulbqb
reviewed
Feb 7, 2025
ian0371
reviewed
Feb 11, 2025
ulbqb
approved these changes
Feb 12, 2025
I'll make PR such as #250 after this PR will be merged. |
ian0371
approved these changes
Feb 12, 2025
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Proposed changes
Modify the eest blockchain test flow to run it on all forks (except 2537 and 7702). This time, enable state and storage checks, and comment out header validation.
Test flow
Changes
Impact to the main logic
Types of changes
Please put an x in the boxes related to your change.
Checklist
Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.
I have read the CLA Document and I hereby sign the CLA
in first time contribute$ make test
)Related issues
Further comments
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...