Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@fxamacker fxamacker released this 27 Jan 17:41
· 74 commits to main since this release
7c1be9a

@turbolent in #491 ported these 5 PRs from onflow/atree-internal:

New Features

This release adds 2 new interfaces that can be used by client software:

  • atree.WrapperValue
  • atree.WrapperStorable

Some client software might use containers wrapped by an opaque object, which prevents external packages (e.g. Atree) from accessing the wrapped container.

To allow Atree to access such wrapped containers, client software can implement these new Atree interfaces in their opaque object to unwrap the container if needed.

Other changes are nits that don't affect mainnet (fix or improve some tests, cleanup an unreachable scenario, add more tests, etc.)