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...
- Bump github.com/zeebo/blake3 from 0.2.3 to 0.2.4 by @dependabot in #437
- Bump github/codeql-action from 3.26.6 to 3.26.7 by @dependabot in #441
- Bump github/codeql-action from 3.26.7 to 3.26.8 by @dependabot in #442
- Bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in #444
- Bump github/codeql-action from 3.26.8 to 3.26.10 by @dependabot in #445
- Bump codecov/codecov-action from 4.5.0 to 4.6.0 by @dependabot in #446
- Bump github/codeql-action from 3.26.10 to 3.26.11 by @dependabot in #447
- Bump actions/checkout from 4.2.0 to 4.2.1 by @dependabot in #448
- Bump github/codeql-action from 3.26.11 to 3.26.13 by @dependabot in #449
- Bump actions/setup-go from 5.0.2 to 5.1.0 by @dependabot in #451
- Bump github/codeql-action from 3.26.13 to 3.27.0 by @dependabot in #452
- Bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #453
- Bump github/codeql-action from 3.27.0 to 3.27.2 by @dependabot in #455
- Bump github/codeql-action from 3.27.2 to 3.27.3 by @dependabot in #456
- Bump codecov/codecov-action from 4.6.0 to 5.0.1 by @dependabot in #458
- Bump github/codeql-action from 3.27.3 to 3.27.4 by @dependabot in #457
- Bump github/codeql-action from 3.27.4 to 3.27.5 by @dependabot in #460
- Bump codecov/codecov-action from 5.0.1 to 5.0.7 by @dependabot in #462
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #463
Full Changelog: v0.8.0...v0.8.1