-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
feat: tstore fevm test #12849
base: master
Are you sure you want to change the base?
feat: tstore fevm test #12849
Conversation
… Because the network upgrade does not happen the tests currently fail so they are commented with what needs to change once the network upgrade can be wired in.
…xpected correct result happens.
2025-01-29 conversation: this will be ready for review once filecoin-project/go-state-types#340 lands |
seems good to me, just need dependencies to be updated |
GST-release that includes filecoin-project/go-state-types#340 has been published here: https://github.com/filecoin-project/go-state-types/releases/tag/v0.16.0-rc3 |
Co-authored-by: Rod Vagg <[email protected]>
Co-authored-by: Rod Vagg <[email protected]>
I changed the version of go-state-types to rc3 and ran I also ran itests pass locally for me! at the moment github tests are still pending |
Related Issues
filecoin-project/go-state-types#340
The PR 340 in go state types is needed for the tests in this PR to pass.
Proposed Changes
add tests for transient storage that asserts that there is no support for transient storage in the evm, migrates to nv16, then asserts that there is support for transient storage after the migration
Additional Info
filecoin-project/FIPs#1084
Checklist
Before you mark the PR ready for review, please make sure that: