Andelf
Andelf
## Update 2021/03/11 Now it packs transactions.  And can run multiple SRs in a single node(for local-test). 
## Update 2021/03/14  Testing against transactions and block producer. Add a new cli to send transfers.
## Update 2021/03/15 Use cli to create witness, vote... TODO: all commands ``` wallet-cli 0.1.0 OpenTron Developers Opentron command line util USAGE: cli [FLAGS] [OPTIONS] FLAGS: -d, --dont-broadcast Don't broadcast...
- PBFT - Ugly design, performance degradation under large networks, OpenTron will not follow - TVM - opcodes done, `altbn128` update TODO - Market order support - TODO
The only 2 fields are `ret` and `contract_ret`. They and are checked by block's merkle_tree_root, (hash against all txns in the block). There once was an `account_state_root` field in `Block`,...
See-also: https://github.com/tronprotocol/java-tron/pull/3753
This issue blocks "block producing" feature.
## Update 2020/10/30 Stopped at block 4191802. Balance mismatch for TJbjRBAKKhNEAHMEqjxRFA6KPBrVLuFtuf ## Update 2020/11/01 Re-sync: ```text opentron #4146014 0a5296a4e01fae39eb73527bf09d6f05f45a8985f55dbbe1e4b7e2c0128c0878 balance=72178577494 energy_used=0 energy_slot=514130674 javatron #4146014 0a5296a4e01fae39eb73527bf09d6f05f45a8985f55dbbe1e4b7e2c0128c0878 balance=72178577494 energy_used=0 energy_slot=514130674 ``` Re-sync...
## Update 2020/11/01 Stop at: `0xa58995a7160be51ec2388f749c8abe1468c0cac795a8e879f912837882e0d490 at block #4194116` ``` thread 'main' panicked at 'protobuf decode error: DecodeError { description: "invalid wire type: LengthDelimited (expected Varint)", stack: [("CreateSmartContract", "call_token_id")] }',...
## Update 2020/11/01 Stop at: `0x2293f1ec646c9c3bfc16aa9ad7867c702e14ba51bd82f4f5e8b09478bddf6754 at block #4255300` `transfer from TXV5W1KHc4mAEUtReRycTwMW6Yaf1pZZsi to TVrNGFNUDvpqTiy1XJo1HAadSZ26YZvYMD with amount 1286559529` insufficient balance Balance matches at 4192109. Related to burnt energy consumption. Recorded as...