-
Notifications
You must be signed in to change notification settings - Fork 27
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
snapshots from nodes should be identical for a given block height #301
snapshots from nodes should be identical for a given block height #301
Comments
If I remember correctly the diff is in the list of de-dup transactions. Potentially speculative trxs after irreversible are being included, although that should not be the case. Once JSON support for snapshot is added #710. This becomes easier to debug/fix. The first step is to determine what the differences are. |
I reproduced the problem using the following steps:
I also trimmed block.log to 912, which resulted in differences in other objects in the snapshots. |
Currently snapshots generated from nodes running in IRRESVERSIBLE mode differ from those running in SPECULATIVE or HEAD mode. This should be fixed so that deterministic snapshots can be created no matter what mode nodeos is running in.
The text was updated successfully, but these errors were encountered: