Skip to content

v1.8.1

Compare
Choose a tag to compare
@laizy laizy released this 25 Nov 09:13
· 253 commits to master since this release

currently running on mainnet and testnet

Notices

  • All nodes need to be upgraded

New Features

  • upgrade ONTID : add id controller mode, support id deregister and more flexible key recovery mechanism.

Improvement and Bug fix

  • add node sync status query api;
  • fix consensus algorithm;
  • clean up contract code after wasm contract destroy;
  • empty block synchronization optimization;
  • refactor serialization module;

md5sum

File md5sum
ontology-darwin-amd64 d67a705accc1696a8b87afa1ca36d176
ontology-linux-amd64 a87059592b3a3c518bb27173028c76c8
ontology-windows-amd64.exe 1a8b170ce2afdb3523ab27c929f0002f
tool-darwin.zip 859d6096d015f10cb94f221bbdbc091b
tool-linux.zip c6c61a6cb458d70cab34b5c6b4c73e4d
tool-windows.zip de4ea3e32b858378d5eabc9799832798

Change Log Since v1.8.0

  • Add ONT ID test cases (#1122)
  • add sync status api in rpc and restful interface (#1129)
  • make get balance query atomic (#1130)
  • delete contract code after destroy (#1127)
  • change break to return (#1124)
  • add Proposal as Endorse-sig (#1121)
  • update ONT ID state flag and GetDDO (#1123)
  • Make boolean statments more readable (#1115)
  • add go mod support (#1119)
  • fixed wasm callneo sender issue (#1116)
  • update version in readme (#1103)
  • handle empty block (#1110)
  • update ONT ID native contract (#1052)
  • fixed int128::min() loose precion bug (#1111)
  • change p2pserver connection cache from slice to set (#1109)
  • clean serialization (#1102)
  • break whole loop in heartBeatService (#1106)