Skip to content

Releases: ontio/ontology

v1.7.0

29 Jul 11:02
Compare
Choose a tag to compare

md5sum

File md5sum
ontology-darwin-amd64 f133cc4cf813e4f116b0651e2922595c
ontology-linux-amd64 24a03329a08c37fb877f44bdc997022d
ontology-windows-amd64.exe d4c26d38cd4710af323279c2387efb17
tool-darwin.zip 14dfe4497816adb52cd2b57d5b0d9786
tool-linux.zip c4814a40d2cef940752e2c402c75c5ea
tool-windows.zip 266b5bd69d4c3ab669f256623b897e98

Change Log

  • fix Vbft Block serdes (#989)
  • add block height check when run transaction (#916)
  • add verifySig and verifyMutiSig Api support (#829)
  • Improve peer selection (#960)
  • add array/struct append len check (#958)
  • fix glide: pin golang.org/x/crypto version (#959)
  • fix a spelling mistake (#955)
  • revert struct opcode generation optimization (#953)
  • gracefully close ledger when node is killed (#944)
  • fix opcode xtuck panic (#932)
  • removed old links (#939)
  • fix logs (#940)
  • documentation cleanup (#938)
  • fix travis badge in Chinese (#935)
  • fix travis badge (#934)
  • add local_host limit (#925)
  • fix raw header payload (#920)
  • deserializing public key failed: unrecognized algorithm label #917 (#919)

v1.6.2

05 Jun 03:03
Compare
Choose a tag to compare

md5sum

File md5sum
ontology-darwin-amd64 603f6a6aea961d4e672a62b6624b97af
ontology-linux-amd64 1b9503794eeceb51c63c68e9d150b4c8
ontology-windows-amd64.exe 0fc771af556b64acb6566890a1e18f3e
tool-darwin.zip 8def07b913fc4f7d0a221821d874f91e
tool-linux.zip 12dee5302344279b843213ccc6a3ddfa
tool-windows.zip 2dc52f01088854d7461a0ee0e5bcfba9

Change Log

  • fix raw header payload (#920)
  • add request body size limit (#913)
  • add CodeCoverage Test script (#872)
  • validate old passwd firstly when changing passwd (#873)
  • throttling p2p transaction request (#909)
  • clear dualportsupport code (#893)
  • reduce initial alloc size for OverlayDB (#887)
  • do not skip submit block msg sent from larger height node (#874)
  • reject block message with empty merkle root (#863)
  • improved error messages (#862)
  • fix read varbytes to handle eof correctly (#860)
  • Add rawheader (#853)
  • some zero copy serialization do not need return error (#846)

v1.7.0-alpha

23 May 03:32
Compare
Choose a tag to compare
v1.7.0-alpha Pre-release
Pre-release

md5sum

File md5sum
ontology-darwin-amd64 824efab60077c39518ff39b0d1cbaab7
ontology-linux-amd64 e81efd40965b0aba58f5ed3fe2f4bbec
ontology-windows-amd64.exe 3ac2582b6895c2d595ffaa9258a26d12
tool-darwin.zip 10ea4c079ad5088314ba23b9b6983bdb
tool-linux.zip f0472ddd3b9ae0e6215e69b28e53ba41
tool-windows.zip 7428a486c73cd73a8daeb5be2a5f4f52

Change Log

  • fix vbft consensus block sign number (#841)
  • add request body size limit (#913)
  • validate old passwd firstly when changing passwd (#873)
  • throttling p2p transaction request (#909)
  • clear dualportsupport code (#893)
  • reduce initial alloc size for OverlayDB (#887)
  • fix bug in ontid: key can be used after revoked (#868)
  • add map .keys .values .has_key list.remove, DCALL support (#716)
  • do not skip submit block msg sent from larger height node (#874)
  • reject block message with empty merkle root (#863)
  • improved error messages (#862)
  • fix read varbytes to handle eof correctly (#860)
  • Add rawheader (#853)
  • some zero copy serialization do not need return error (#846)

v1.6.1

22 Apr 13:02
Compare
Choose a tag to compare
v1.6.1 Pre-release
Pre-release

md5sum

File md5sum
ontology-darwin-amd64 b2d8dd9ed6e15dfd17d8a86fc673cad5
ontology-linux-amd64 65a86d20e6706c3e56ab111a40ac9b74
ontology-windows-amd64.exe 29caea98fb89551c1a5bc6c1c928aa0a
tool-darwin.zip 634fc4da8f4d51f41708412d9fc4eebb
tool-linux.zip 0ae104c5f0a3be8110e7ac962865c670
tool-windows.zip f248c8ccdb5f615f9081b4791fe7b898

Change Log

add with draw constraint (#855)
limit base58 address to avoid dos attack (#856)

v1.6.0

12 Apr 08:08
Compare
Choose a tag to compare

md5sum

File md5sum
ontology-darwin-amd64 be5315df7f433aa752e313698432929f
ontology-linux-amd64 5df4daefa17ccb1a587c334a61170ab7
ontology-windows-amd64.exe 44b57497012345f94c2592f07c4f70fa
tool-darwin.zip 034b2ce4c759d29e5640d2c4e9d61b91
tool-linux.zip 38d3e4120f57b46499e667702faec490
tools-windows.zip 22951b25c76a4002a7a860d13b48d08d

Change Log

  • remove approve value 0 (#843)
  • optimize consensus code,modify return type when no error msg (#821)
  • fix consensus and candidate fee split (#837)
  • fix some governance bugs (#836)
  • optimize vbft submit block (#832)
  • fix bigint to neo bytes and return simplified neo bytes (#833)
  • add native notify docs (#715)
  • fix generate empty block too fast when no transaction (#820)
  • update dapp fee split (#727)
  • improve broadcast performance (#774)
  • update description of ReservedPeersOnlyFlag (#763)
  • add interface of nbr peer version infos (#761)
  • set ulimit to increase the capacity of open files (#760)
  • avoid sort peers info in global config (#757)
  • fix merkle tree hasher (#754)
  • set state hash check height for mainnet and polaris (#751)
  • fixed incorrect hash in rpc api documentation (#740)
  • modify participant endorsers committers ranges (#748)
  • config with restful max connnections (#733)
  • adjust p2p message to accept old version node's block
  • [consistent check] add merkleroot check in vbft consensus
  • add writesethash and merkelroot to block message
  • [consistent check] add state merkle root to ledger
  • optimize consensus signature number and verify header sign (#632)
  • mutual exclusion access to increment validator (#726)
  • Fix consensus recovery from network partition (#725)
  • fix network split between seed nodes (#718)
  • fix bug in states check of new ledger (#719)
  • check transaction size in deserialization (#703)
  • ONT-1347 fix ONT ID storage (#659)
  • fix error handle in vm reader (#676)
  • fix Committer skipped broadcasting commit msg (#698)

v1.6.0-rc.2

09 Apr 03:21
Compare
Choose a tag to compare
v1.6.0-rc.2 Pre-release
Pre-release

md5sum

File md5sum
ontology-darwin-amd64 6f0bb48c3d7f67c46d9e88f0594f5259
ontology-linux-amd64 1b541ffcd4ba2fa45b4511de77195b68
ontology-windows-amd64.exe baa89fcbf06a74769148e3401c7c58e7
tool-darwin.zip 1be2ed83758952108d21c5b63a80d651
tool-linux.zip 5862c04e780d564ed16426525be33c2b
tool-windows.zip 3f01f47b0f646469cd1a86f21fc77eb3

Change Log

  • optimize consensus code,modify return type when no error msg (#821)
  • fix consensus and candidate fee split (#837)

v1.6.0-rc

04 Apr 06:28
Compare
Choose a tag to compare

md5sum

File md5sum
ontology-darwin-amd64 6a027d232b9fa96db5886ad195d9b767
ontology-linux-amd64 044e23596e570063dc838dede22c9e3c
ontology-windows-amd64.exe 1bae5d2c3a945c3e9ffb920c5fbbd613
tool-darwin.zip fb86280a41a0eb75032cbdf12bd3ffde
tool-linux.zip 4ce5bdeaa99297b2985b85b8cb761f1d
tool-windows.zip 5d5a6b59e7abb2849e2ebd5605deaf10

Change Log

  • governance enhance (#836)
  • optimize vbft submit block (#832)
  • fix bigint to neo bytes and return simplified neo bytes (#833)
  • fix generate empty block too fast when no transaction (#820)
  • update dapp fee split (#727)
  • fix bugs in account set (#776)
  • improve broadcast performance (#774)
  • update description of ReservedPeersOnlyFlag (#763)
  • add interface of nbr peer version infos (#761)
  • set ulimit to increase the capacity of open files (#760)
  • avoid sort peers info in global config (#757)

v1.6.0-beta.2

26 Mar 02:34
Compare
Choose a tag to compare
v1.6.0-beta.2 Pre-release
Pre-release

md5sum

File md5sum
ontology-darwin-amd64 513081532276680148977443d24541da
ontology-linux-amd64 abdab25361b9688f6463f05b950e89cf
ontology-windows-amd64.exe 85e5ae2ea4482b92edb60f7f8a166d9c
tool-darwin.zip b69a7de8a0b9abf3e41a44e7ce558db5
tool-linux.zip df56e02a3dd4ed2dd57bd58c9d997893
tool-windows.zip 9d8eb8bc708762f06ca2937d97b0c3c3

Change Log

  • fix generate empty block too fast when no transaction (#820)
  • update dapp fee split (#727)
  • set ulimit to increase the capacity of open files (#760)
  • avoid sort peers info in global config (#757)

v1.6.0-beta

19 Feb 09:43
1e24e0f
Compare
Choose a tag to compare
v1.6.0-beta Pre-release
Pre-release

md5sum

File md5sum
ontology-darwin-amd64 0355561a51a26a9665dfbfea4b6d37b7
ontology-linux-amd64 968cfa693f23f811c03af854aca0da4f
ontology-windows-amd64.exe 5d354ea9d40e4c51894f4110023c5e30
tool-darwin.zip 1a2eb79d7433e0eb884db6aca76ef279
tool-linux.zip 34a88de11807629bfe3f40c48fd97dcc
tool-windows.zip e910bb5195da0f113b23810cdbbd5eeb

Change Log

  • fix merkle tree hasher (#754)
  • fix ont decimals (#753)
  • set state hash check height for mainnet and polaris (#751)
  • fixed incorrect hash in rpc api documentation (#740)
  • enable test for travis (#739)
  • modify participant endorsers committers ranges (#748)
  • correct CLI Flag (#738)
  • log version info while start ontology (#735)
  • remove some io serialize and deserialize (#734)
  • config with restful max connnections (#733)
  • fix block root calculation (#730)
  • fix negation bug (#731)
  • show git commit hash in version (#728)

v1.5.3

06 Feb 03:03
Compare
Choose a tag to compare
v1.5.3 Pre-release
Pre-release

md5sum

File md5sum
ontology-darwin-amd64 bcabd4b1884c3efe72789aad37bcfd2f
ontology-linux-amd64 96cb2c593758a20faeb66e6107850b80
ontology-windows-amd64.exe caa2e9f58d1b4b67adda58e370ab63b1
tool-darwin.zip 184b56142c5ef16915b3ece2ddde56d2
tool-linux.zip c0b4e9982bba26a40916d448096e342b
tool-windows.zip b8107f6e5d8019cd98ad9c495c854f0e

Change Log

  • fix stake authorisation