Skip to content

0.15.0

Compare
Choose a tag to compare
@xxuejie xxuejie released this 27 Jul 05:41
· 270 commits to develop since this release

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