-
Notifications
You must be signed in to change notification settings - Fork 141
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 contract testing: Openzeppelin: Contract: Address #1621
Comments
Stebalien
added a commit
to filecoin-project/lotus
that referenced
this issue
Feb 15, 2023
We cbor-encode it. Also: 1. Actually use the passed block param. 2. Check if the target actor is an EVM actor to avoid nonsense outputs. fixes filecoin-project/ref-fvm#1621
Stebalien
added a commit
to filecoin-project/lotus
that referenced
this issue
Feb 15, 2023
We cbor-encode it. Also: 1. Actually use the passed block param. 2. Check if the target actor is an EVM actor to avoid nonsense outputs. fixes filecoin-project/ref-fvm#1621
Stebalien
added a commit
to filecoin-project/lotus
that referenced
this issue
Feb 15, 2023
We cbor-encode it. Also: 1. Actually use the passed block param. 2. Check if the target actor is an EVM actor to avoid nonsense outputs. fixes filecoin-project/ref-fvm#1621
Stebalien
added a commit
to filecoin-project/lotus
that referenced
this issue
Feb 15, 2023
We cbor-encode it. Also: 1. Actually use the passed block param. 2. Check if the target actor is an EVM actor to avoid nonsense outputs. fixes filecoin-project/ref-fvm#1621
Turns out we weren't correctly decoding the response when looking up storage slots. |
Stebalien
added a commit
to filecoin-project/lotus
that referenced
this issue
Feb 17, 2023
* fix: eth: correctly decode EthGetStorageAt output We cbor-encode it. Also: 1. Actually use the passed block param. 2. Check if the target actor is an EVM actor to avoid nonsense outputs. fixes filecoin-project/ref-fvm#1621
Verified fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CI fails while testing Openzeppelin contracts
Link to CircleCI result
Reproduce Steps
Follow the README to set up the environment
The text was updated successfully, but these errors were encountered: