-
Notifications
You must be signed in to change notification settings - Fork 140
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
StateReadState fails with Embryo Actors #1022
Comments
Stebalien
added a commit
to filecoin-project/lotus
that referenced
this issue
Oct 25, 2022
We need to add full FEVM state support, but that will require merging master. This is enough for now. fixes filecoin-project/ref-fvm#1022
We can't properly fix this until we rebase our lotus branch on master. But filecoin-project/lotus#9550 will address the immediate issue. |
Stebalien
added a commit
to filecoin-project/lotus
that referenced
this issue
Oct 26, 2022
We need to add full FEVM state support, but that will require merging master. This is enough for now. fixes filecoin-project/ref-fvm#1022
vyzo
pushed a commit
to filecoin-project/lotus
that referenced
this issue
Nov 9, 2022
We need to add full FEVM state support, but that will require merging master. This is enough for now. fixes filecoin-project/ref-fvm#1022
@jennijuju this bug still occurs with deployed evm actors:
|
7 tasks
aayush has a PR merged and ready to get tested on wallaby filecoin-project/lotus#9958 |
Note that there's a separate issue that will cause this to not work for EVM actors: filecoin-project/go-state-types#145 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checklist
Latest release
, or the most recent RC(release canadiate) for the upcoming release or the dev branch(master), or have an issue updating to any of these.Lotus component
Lotus Version
Describe the Bug
Calling
StateReadState
for an embryo actor returns an error:I have validated that the embryo actor version matches what the network should be suspecting by calling
StateActorCodeCIDs
with18
as the version number.bafk2bzacecau3tohdilfx66pohfqdrngpuqd5oew2j5iv3c7sjlrkcm5npqos
is returned as the CID for embryo actorsLogging Information
Repo Steps
This curl command will trigger it, but if the network resets again, actor
t01008
might not exist, or might get reassigned to a non-embryo actor typeThe text was updated successfully, but these errors were encountered: