md5sum
File | md5sum |
---|---|
platon-ubuntu-amd64-0.13.0.tar.gz | dd84e40ed9762e380db1953e70da4a81 |
Change Log
- New features
- Changed the format of address from 'hex+EIP55' to 'bech32', human readable part are registerd here.
- Changed the rules about modifying commission rates, please find the details here.
- The token issuance ratio has been changed from a fixed value to governable variable.
- Support the computing of state root and storage root in parallel.
- Support executing transactions in parallel with DAG.
- Changes
- Updated license statement, rename package, etc.
- Wagon:Fixed the ineffective memory restriction bug.
- Removed the node address field in the slashing API.
- Replaced the package managment tool 'go vender' with 'go mod'.
- Updated solc compiler which depends on libz3.so in Linux.
- Merged go-ethereum's optimizations about fastCache.
- Merged go-ethereum's optimizations about strange balance.
- Merged go-ethereum's optimizations about txpool.
- Updated the example address in README.md.
- Changed the testnet's chainid to 103.
- Bug Fixes
- Fixed an issue that would cause a memory leak when user call 'EstimateGas' from RPC.
- Fixed an issue where some transactions in the tx_pool have not been packaged for a long time. #1342
- Fixed an issue where consensus messages were misjudged as DDos attacking.