Skip to content

v0.8.1

Latest
Compare
Choose a tag to compare
@fxamacker fxamacker released this 27 Nov 18:08
3b39aec

What's Changed

This release adds the PersistentSlabStorage.HasUnsavedChanges() function.

HasUnsaveChanges() will be used by Cadence and Flow to optimize storage of domain registers to reduce payload count and mtrie count by 28.8% each (using zero downtime migration). Most of that effort will be at onflow/cadence and onflow/flow-go repos.

  • Add function to check if address has unsaved changes in storage by @fxamacker in #450
Changes to CI and version bumps...

Full Changelog: v0.8.0...v0.8.1