Height co-ordinated upgrade 03/22/23
vishalchangrani
released this
21 Mar 22:21
·
16367 commits
to master
since this release
This release introduces the child account feature on Flow mainnet, which enables Walletless onboarding and hybrid custody model
It also introduces smart cache invalidation in the FVM, which makes contract cache management much more efficient by only deleting the contract and its dependency from the cache during a contract upgrade instead of flushing the full cache.
What's Changed
Access
- [Access] Disable rest metrics v0.29 by @peterargue in #3968
- [v0.29] Backport:
Fix OBO and inconsistency in signer indices decoding used in Access API #3906
by @jordanschalm in #3979
FVM
- Port programs cache changes and metrics by @janezpodhostnik in #3972
- Port: Disable account freezing by @janezpodhostnik in #3985
- Revert PR 3985 by @janezpodhostnik in #4058
Cadence
- Update to Cadence v0.31.5 (internal) by @turbolent in #3953
- Switch to public Cadence v0.31.5 by @turbolent in #3958
- Port programs cache changes and metrics by @janezpodhostnik in #3972
- Update to Cadence v0.31.5-account-link-pragma by @turbolent in #3969
- Update Cadence to v0.31.5-account-link-improvements by @turbolent in #3997
- Update to Cadence v0.31.5-account-linking-improved-pragma by @turbolent in #4042
Misc
- [Committee] Fallback mechanism for
DecodeSignerIDs
by @durkmurder in #4063
Full Changelog: v0.29.16...v0.29.17