Skip to content
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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

feat: tstore fevm test #12849

wants to merge 7 commits into from

Conversation

snissn
Copy link
Contributor

@snissn snissn commented Jan 26, 2025

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:

… 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.
@snissn snissn requested review from rvagg and rjan90 January 26, 2025 19:52
@rjan90 rjan90 linked an issue Jan 27, 2025 that may be closed by this pull request
@snissn snissn added the skip/changelog This change does not require CHANGELOG.md update label Jan 27, 2025
@BigLep
Copy link
Member

BigLep commented Jan 29, 2025

2025-01-29 conversation: this will be ready for review once filecoin-project/go-state-types#340 lands

@rvagg
Copy link
Member

rvagg commented Jan 30, 2025

seems good to me, just need dependencies to be updated

@rjan90
Copy link
Contributor

rjan90 commented Jan 30, 2025

@snissn
Copy link
Contributor Author

snissn commented Jan 30, 2025

I changed the version of go-state-types to rc3 and ran go mod tidy which updated go.sum 797ee4c

I also ran make bundle-gen and bash pack.sh v16 v16.0.0-dev1 and commited those changes in build/builtin_actors_gen.go and in build/actors/v16.tar.zst f5ea560

itests pass locally for me! at the moment github tests are still pending

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip/changelog This change does not require CHANGELOG.md update
Projects
Status: ⌨️ In Progress
Development

Successfully merging this pull request may close these issues.

itest for TSTORE and TLOAD OP Codes in FEVM
4 participants