-
Notifications
You must be signed in to change notification settings - Fork 19
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
[ANN] Dev Status Update(mainnet) #35
Comments
Update 2020/10/30Stopped at block 4191802. Balance mismatch for TJbjRBAKKhNEAHMEqjxRFA6KPBrVLuFtuf Update 2020/11/01Re-sync:
Re-sync fixes. 😅 |
Update 2020/11/01Stop at:
Recorded as #38. Fixed. |
Update 2020/11/01Stop at:
insufficient balance Balance matches at 4192109. Related to burnt energy consumption. Recorded as #39. Update 2020/11/04Rewrite the energy consumption code. let's see. Fixed. |
Update 2020/11/04Stop at: 0xf6451b5238ad77c8024912343ea92267af247fb55fed03a02a21adfb801efee1 at block #4282748 Recorded as #41. Fixed by rewrite validation logic of TriggerSmartContract. |
Update 2020/11/04Stop at: TVM contract result mismatch. Inconsistency in handling Recorded as #42, fixed. |
Update 2020/11/04Stop at: TVM contract result mismatch. Update 2020/11/05Bug located, error while handling UnfreezeBalanceContract at block 4621702. Located, recorded as #44, fixed. |
Update 2020/11/06Resync from genesis. sync speed=22block/s, the average txn process time is 0.2ms. (6core12threads, 32G) NOTE: javatron's average txn process time is 5+ms for a typical cloud server. |
Update 2020/11/06Stop at: A Smart Contract call. TVM exit reason mismatch. required=Unknown, opentron=Revert. The energy calculation is OK before this. A call to
Also to mention that, the account Update 2020/11/07The contract is a Update 2020/11/18Resync and add massive debug code. The problem is: Calling an empty contract with no value transfer bypasses Recorded as #45, Fixed. |
Update 2021/01/15Just had some busy days. Resume developing. |
Update 2021/01/16
|
Update 2021/01/18
|
Update 2020/10/27
Stopped at 4152605.
Problem: balance mismatch
Update 2020/10/29
The balance mismatch located.
Account: TLw48YQsUcKTkuPnn9nHjieacvntHADQaw
block #4137160 0xa33ca08a8cffff532fa43771527e145a63a37fca50dd1468632acc146e8e2d7a
An ExchangeTransaction
in opentron:
exchange sell #1000161:29218, buy #0:13516579895
while in javatron:
buy #0:13516579896
See-also: https://stackoverflow.com/questions/64586096/math-pow-in-java8-and-java13-returns-different-result
Update 2020/10/30
Recorded as #36. Fixed.
The text was updated successfully, but these errors were encountered: