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

Add PairMap, NibbleMap and UintXMap to Bitmaps

Open ernestognw opened this issue 7 months ago • 2 comments

Fixes #????

PR Checklist

  • [x] Tests
  • [x] Documentation
  • [x] Changeset entry (run npx changeset add)

ernestognw avatar Jun 01 '25 20:06 ernestognw

🦋 Changeset detected

Latest commit: a8da062c67fc6180ffb991b80088052bec4e5df6

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
openzeppelin-solidity Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

changeset-bot[bot] avatar Jun 01 '25 20:06 changeset-bot[bot]

I'm wondering if we should have multiple datastructures, versus having just one structure (bitmap) with functionallity to read//write multiple bits at once.

What is the usecase exactly ?

Amxx avatar Jun 02 '25 10:06 Amxx