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

Eth API: Write full test case for EthGetStorageAt #10407

Open
Stebalien opened this issue Feb 15, 2023 · 0 comments
Open

Eth API: Write full test case for EthGetStorageAt #10407

Stebalien opened this issue Feb 15, 2023 · 0 comments
Assignees

Comments

@Stebalien
Copy link
Member

Specifically, we need to test:

  1. Looking up storage for a non-existent actor (returns 32 zero bytes).
  2. Looking up storage for a non-evm actor (returns 32 zero bytes).
  3. Looking up an unset slot (returns 32 zero bytes).
  4. Looking up a set slot (returns the value).
  5. Looking up a set slot after deleting an actor (selfdestruct).

We already have some test coverage here, but it's not thorough.

@Stebalien Stebalien transferred this issue from filecoin-project/ref-fvm Mar 7, 2023
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

No branches or pull requests

2 participants