md5sum
File | md5sum |
---|---|
ontology-darwin-amd64 | c0c44a9d847806ee1e47b20228d6519b |
ontology-linux-amd64 | 62fa10c95c5554c9b7027eacb376703e |
ontology-windows-amd64.exe | 65287f288723dca90a259b816635e02e |
tool-darwin.zip | 4d072515c9f8d382be6aff8479ef8c62 |
tool-linux.zip | 396bfd44ff7d9c18fe0b492ab2da03d4 |
tool-windows.zip | 4c6686c0a4778e31ba974993fca1381f |
Change Log
- cli improvement (#612)
- add constant to reduce big int allocation (#631)
- avoid data copy and buffer allocation when read out p2p message from network (#566)
- modify consensus struct to use zero copy
- use new transaction deserialization in store/p2p/http
- implement Sig and program module zcopy serialization
- Add vm dynamic support (#623)
- optimize ping msg frequency (#607)
- fix smart contract bug (#622, #624, #636, #619)
- fix underflow bug (#627)
- implement zero copy in transaction/block/payload (#615)
- fix neovm state support (#620)
- add map remove support (#599)
- implement zero copy in ont/ong contract (#608)
- adjust loglevel and update docs (#613)
- fix request params err bug (#600)
- implement zero copy source/sink (#606)
- optimize SWAP opcode
- optimize neovm stack memory allocation
- optimize merkle tree hash calculation