Skip to content

v0.7.0-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@fxamacker fxamacker released this 14 May 18:23
· 2 commits to feature/stable-cadence since this release
8c70b0e

The v0.7.x does not include atree inlining. Atree inlining is introduced in v0.8.0-rc.1 with breaking changes to data format.

What's Changed Since v0.7.0-rc.1

  • Add NonderterministicFastCommit to speed up migrations (for branch without atree inlining) by @fxamacker in #406
  • Add BatchPreload to decode slabs in parallel and cache (for branch without atree inlining) by @fxamacker in #407

These new features are intended to be used by state migration programs in onflow/flow-go to speedup migrations.

Full Changelog: v0.7.0-rc.1...v0.7.0-rc.2