v1.9.0
Notices
- All nodes need to be upgraded
New Features
- implement Wasm-JIT and currently can be enabled for contract verification (#1133)
- implement cross chain (#1140)
Improvement and Bug fix
Breaking Changes
This release enabled CGO and rely on glibc
, so some tiny linux distribution like alpine will no longer be supported (related issue #1167 ).
md5sum
File | md5sum |
---|---|
ontology-linux-amd64 | d64e4fd68c1549a30c39e0aaa29b4bc7 |
tool-linux.zip | 1efffec470ef9274c643d48b99c91de3 |
ontology-darwin-amd64 | de0313105d798034d14aa29f3f1311dd |
tool-darwin.zip | 0c0c1b0213a4fef37214eddffefa1f53 |
Change Log Since v1.8.2
- setup travis deploy to github when push release tags (#1163)
- change log level (#1162)
- round up gas fee (#1161)
- implement cross chain (#1140)
- fix cmd pre bug (#1156)
- avoid "main redeclared" compile error (#1157)
- drop block if catch internal err (#1155)
- add wasmjit verifier flag (#1153)
- Wasmjit (#1133)
- simplify README content, 1st pass (#1151)
- clean unused code (#1143)
- update wagon version to 0.4.2 (#1149)
- add jsvm test to check gas metering (#1136)
- update version of ontology-crypto (#1146)