Skip to content

Height co-ordinated upgrade 03/22/23

Compare
Choose a tag to compare
@vishalchangrani vishalchangrani released this 21 Mar 22:21
· 13300 commits to master since this release
4a4ee2b

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

Cadence

Misc

Full Changelog: v0.29.16...v0.29.17