Skip to content

New Baleyworld v0.13.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@benbaley benbaley released this 29 Jun 03:51
· 2959 commits to develop since this release
996f8a6

md5sum

File md5sum
platon-ubuntu-amd64-0.13.0.tar.gz dd84e40ed9762e380db1953e70da4a81

Change Log

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