@turbolent in #491 ported these 5 PRs from onflow/atree-internal
:
- [feature] Provide WrapperValue and WrapperStorable interfaces
(+5,937 −174)
by @fxamacker - [not a mainnet bug] Create unique composite type ID with no fields
(+4 −0)
by @fxamacker- This item only updates unreachable scenario (doesn't change behavior on mainnet).
- [not a mainnet bug] Update smoke test program for WrapperValue, etc.
(+559 −35)
by @fxamacker - [not a mainnet bug] Fix slab iterator used only by tests
(+148 −4)
by @fxamacker - [not a mainnet bug] Update LoadedValueIterator to check WrapperStorable
(+1,712 −1,462)
by @fxamacker
This release adds 2 new interfaces that can be used by client software (e.g. Cadence):
atree.WrapperValue
atree.WrapperStorable
Other changes are nits that don't affect mainnet (fixes to tests, update smoke tests, etc.)