onflow / atree

Atree provides scalable arrays and scalable ordered maps.
https://onflow.org
Apache License 2.0
39 stars 13 forks source link

Rename ID to ValueID #325

Closed fxamacker closed 1 year ago

fxamacker commented 1 year ago

Updates #296 #292 https://github.com/onflow/flow-go/issues/1744 Updates PR #321 and more context at https://github.com/onflow/atree/pull/321#discussion_r1254622587

Description

ValueID identifies atree Array and OrderedMap while SlabID identifies slab in storage. SlabID should only be used to retrieve, store, and remove slab in storage.