v1.10.0
currently running on mainnet.
Notices
- All nodes need to be upgraded
New Features
- implement ONTID 2.0
- implement ONTFS
- implement DHT for p2p
Improvement and Bug fix
- add restful api to get all transaction hashes from tx pool
- update ontology-crypto version
- safe write to channel for SubmitBlock operation
Breaking Changes
- deprecate some contract api to support block prune
md5sum
File | md5sum |
---|---|
ontology-linux-amd64 | 9c38c414f9ac39fe354195dd25a2e04e |
tool-linux.zip | 54a81847ded6d72d27105b181c79a58a |
ontology-darwin-amd64 | 7456d43d148daaf8f36c25849292c44b |
tool-darwin.zip | fe23ff5140083d4ada57e29a00186575 |
Change Log Since v1.9.0
- safe write to channel for SubmitBlock operation (#1215)
- Add gettxhashlistfrom txpool (#1214)
- Make ontfs contract effective at the specified block height. (#1213)
- set default version to v1.10.0 (#1211)
- Fixed a costing error when deleting files. (#1210)
- remove duplicated delete node info. (#1207)
- implement new version of ontid (#1181)
- update ontology-crypto version (#1206)
- fix an issue file not allowed to be deleted before it expired. (#1203)
- record the listen address of inbound remote peer (#1202)
- add ontfs native contract (#1177)
- remove auth in governance (#1195)
- deprecate some contract api and support block prune (#1198)
- check peer existence before reconnecting. (#1201)
- fix p2pSvr.GetNetwork() nil pointer panic in testmode (#1200)
- add total allowance api (#1182)
- fix node info template (#1197)
- implement DHT for p2p
- Fix sync target block num (#1188)
- add log dir flag (#1190)
- set log dir based on param (#1186)
- update native address check (#1178)
- add import check to travis (#1170)
- fix lock issue of StateMgr.currentState (#1175)
- optimize bit operations with math/bits in merkle util (#1176)