Releases: nervosnetwork/ckb-vm
Releases · nervosnetwork/ckb-vm
0.15.1
0.15.0
This is an important release. We are adding a brand new AOT mode for executing CKB VM programs with huge speedup.
Specifically, this release contains the following changes:
- #68 Replace uses of rounddown / roundup with round_page_down / round_page_up @brson
- #71 Eliminate as much usize as making sense from CKB VM
- #72 feat: Add new AOT mode to replace experimental JIT mode
- #74 feat: Do not trigger coverage jobs in PRs
- #75 test: avoid make-cov run test two times @u2
- #76 feat: Set codecov coverage target
- #77 feat: Add benchmarks for ASM & AOT VM
- #78 fix: Various places where panic might happen in case of malicious data
- #79 chore: update rust to 1.36.0 @u2