v1.9.0-beta.2
Pre-release
Pre-release
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 | d4c80ea57df32166f2e62e39bc522904 |
ontology-darwin-amd64 | 096e886beaf911633bec5dcc3c312ea4 |
tool-linux.zip | efa5769e4b436ceb71142f5c779bb4c1 |
tool-darwin.zip | 7e5728bb0172d48f91696342631e60cd |
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)