-
Notifications
You must be signed in to change notification settings - Fork 79
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
Storage mismatch @testnet's block 2400921 #994
Comments
Ours:
Theirs:
The other transaction is treated the same way, ours:
Theirs:
|
0x313f8f2e05f5f5c6165af5f797ce74a211276e49133275bf5b6e09871cacf71d is the first one in the block. |
And the scripts are the same up to |
Looks like cache change from the first tx leaking into the second. |
Logging returned values from both iterators for these two transactions:
|
Lower Cached state shouldn't be changed until Persist. Fixes #994.
Lower Cached state shouldn't be changed until Persist. Fixes #994.
Testnet is fine now up to 3684000 after #996. |
neo-go version 0.74.1-pre-245-g0da1935e
, importing testnet from scratch:Ours:
Theirs:
There are two transactions in this block and both invoke the same contract as in #977.
The text was updated successfully, but these errors were encountered: