md5sum
File | md5sum |
---|---|
platon-ubuntu-amd64-0.13.1.tar.gz | dd84e40ed9762e380db1953e70da4a81 |
Change Log
- New features
- No longer mandatory to unstake when nodes ware slashed by low block productionPIP-11.
- The condition for zero block production times is changed from the default of 3 to 1PIP-11.
- Special blocks, such as election blocks, settlement blocks are packaged and traded according to normal logic#1461.
- RLP coding optimization of WASM contract#1449.
- Add the txpool.cacheSize parameter, when a certain number of transactions are received, the transaction will be moved from queue to pending#1469.
- Adjust the default gasLimit of the block to 201600000 to increase the capacity of a single block#1469.
- When the block is executed, the 'from' is first obtained from txpool, if not, calculated it in parallel#1469.
- Changes
- Synced some optimized content from go-ethereum.
- Built-in domain names of mainnet seed nodes and foundation nodes.
- Optimized the performance test plugin.
- Bug Fixes