We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
nv18-rc1
The default actor type in lotus has changed, it now has a new field: https://github.com/filecoin-project/lotus/blob/master/chain/types/actor.go#L33 this causes unmarshalling actors here to fail: https://github.com/filecoin-project/lily/blob/master/chain/datasource/datasource.go#L393-L416 since their encoded bytes are different depending on network version.
Run a walk or watch job
frrist/nv18-rc1
The text was updated successfully, but these errors were encountered:
fix: correctly diff new actor version
4e7c3fc
- closes #1144
fix: correctly diff new actor version (#1145)
f014011
* fix: correctly diff new actor version - closes #1144 * chore: remove unused metrics * metric: track GettActorStateChanges duration
5f82b10
345a6ab
frrist
No branches or pull requests
Describe the bug:
The default actor type in lotus has changed, it now has a new field: https://github.com/filecoin-project/lotus/blob/master/chain/types/actor.go#L33 this causes unmarshalling actors here to fail: https://github.com/filecoin-project/lily/blob/master/chain/datasource/datasource.go#L393-L416 since their encoded bytes are different depending on network version.
Steps to Reproduce:
Run a walk or watch job
Lily Version:
frrist/nv18-rc1
The text was updated successfully, but these errors were encountered: