-
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
Difference in storage changes at mainnet's block 2072033 #735
Comments
Application log for neo-go:
C#:
It faulted very early on based on GAS values, something went wrong, maybe there is even no contract deployed in our case. |
Yeah, it couldn't make an APPCALL based on the stack values it left behind, though I'm wondering why it only consumed 0.011 GAS, it probably should be 0.013 (3 regular instructions and an APPCALL). @fyrchik? |
Invocation that creates deploys this contract: https://neoscan.io/transaction/64b32ee43a644ebfcc81532769b4440a1164941032327814914c25e3b7164ee2
C#:
Quite simple:
|
Yeah, there is no contract like this in our DB:
|
C#:
neo-go:
There is just one invocation transaction in this block, so it's not hard to tell which one behaves in a wrong way.
The text was updated successfully, but these errors were encountered: