cairo-contracts icon indicating copy to clipboard operation
cairo-contracts copied to clipboard

Enumerable Map

Open Pet3ris opened this issue 2 years ago • 1 comments

Apologies if this is not the best place for feature requests :).

🧐 Motivation

At yagi.fi, we need an enumerable map to maintain a list of keepers. This enumerable map will be able to enumerate keeper account addresses and also help recover state associated with an individual keeper based on their address.

📝 Details

Something like OpenZeppelin EnumerableMap would be great here: https://docs.openzeppelin.com/contracts/3.x/api/utils#EnumerableMap.

Pet3ris avatar Feb 23 '22 14:02 Pet3ris

FYI - this may be useful input to make the map generic: https://twitter.com/fuxeto/status/1531629924959780864

Pet3ris avatar Jun 03 '22 11:06 Pet3ris