-
Notifications
You must be signed in to change notification settings - Fork 144
Revert "Fixes GetEntryScriptHash and GetCallingScriptHash (2.x) (#138)" #157
Conversation
This reverts commit 38c5dc0.
Codecov Report
@@ Coverage Diff @@
## master-2.x #157 +/- ##
==============================================
+ Coverage 80.38% 91.49% +11.1%
==============================================
Files 45 17 -28
Lines 4548 1986 -2562
==============================================
- Hits 3656 1817 -1839
+ Misses 892 169 -723 Continue to review full report at Codecov.
|
Can you describe why this is needed? |
#138 may not be compatible with previous contracts and is being tested. |
Ok, I'll keep watching this issue then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is strange, because we synced Testnet and no issues were reported.
And @superboyiii synced the Mainnet and also did not found inconsistencies.
Let's double check this before reverting.
😞 |
What happened, @ixje? I am not sure if it really affected storage of Mainnet since I only compared for Testnet. |
I have not tested it myself, but the NGD team has confirmed this problem. |
@superboyiii there seems to be some doubt in whether this is the solution
Did you try a comparison with a version that had this PR merged to validate this is the actual solution to the problem? |
Yes, I just completed the test of revert#138, it got the same correct storage with v2.10.0 and v2.9.4. There actually has contradiction between storage compatibility and TAIL CALL fixing. What a pity..... |
Great! Thanks for the input. Now I can confidently revert this change as well |
This reverts commit 38c5dc0.