-
Notifications
You must be signed in to change notification settings - Fork 6
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
rosetta-cli check:data failures #83
Comments
If I query block
|
I'll look into it as soon any of our nodes gets synced. |
41281 is the epoch when our first "upgrade" would be computed, which involved a lot of irregular transitions. These transitions don't actually live on chain as any messages, but we provided a way to include them in ExecutionTraces. Sounds like we need to modify the way we include them so that the tx hashes are not duplicated. This should be easy to do, it doesn't impact consensus. |
Ok, I will mark the issue as an external dependency. This is something not related to the proxy itself. |
Related to filecoin-project/lotus#4350 |
I'll add some code to avoid including this "fake" transactions, hopefully checking if |
@raynaudoe Lotus changed this (Msg.Nonce == math.MaxUint64) in the PR. This will not work anymore, please check here filecoin-project/lotus#4350 |
ok, I guess that filtering by address ( |
getting duplicated transaction hash error while trying to sync from 50000 to 120010
The text was updated successfully, but these errors were encountered: