recipes
recipes copied to clipboard
prefixed storage for enumeration
https://github.com/paritytech/substrate/pull/4185 adds the new StoragePrefixedMap for enumeration and removal (implemented for map, linked_map, double_map). It also changes ChangeSetOverlay and InMemory backend to BTreeMap from HashMap.