Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

29 lines (25 loc) · 1.01 KB

1.0.0 2019-04-01

  • Initial release

1.1.0 - 2019-04-04

  • Removed stakeholders who don't have stakes from trie (#1439)
  • Fixed the bug in AssetScheme related transactions (#1442)

1.2.0 - 2019-04-19

  • Fixed the bug of version flag.
  • Added "commit-hash" command
  • Added "net_recentNetworkUsage" RPC
  • Added "chain_getMinTransactionFee" RPC
  • Reduced network traffic
    • Request the header only it need
    • Send new header to random peer instead of all.
  • Disabled Order and stake delegation by default
  • Enhanced unit tests and e2e tests

1.3.0 - 2019-05-13

  • Fixed the broken commitHash RPC in a docker image #1443
  • Fixed the crash in Tendermint #1514
  • Added base-path option #236
  • Fixed the crash on exit #348
  • Reduced the booting time #1513

1.4.0 - 2019-06-17

  • Do not prevote to the block with irrelevant generation time #1512
  • Change the name of verification threads
  • Add email alarm feature #1561 #1571