Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(enumerablemap): add UintToUint and UintToBytes32 Map #3134

Closed
wants to merge 3 commits into from

Conversation

wiasliaw
Copy link
Contributor

Map Extension

The file contracts/utils/structs/EnumerableMap.sol has the base implementation and extends the UintToAddress map.
This PR is to extends two types of map, UintToUint and UintToBytes32.

BTW, I cannot extract out the testing into a behavior file due to that expect cannot compare bignumber in object.

PR Checklist

  • Tests
  • Documentation
  • Changelog entry

@wiasliaw wiasliaw changed the title feat(enumerablemap): add UintToUint- and UintToBytes32 Map feat(enumerablemap): add UintToUint and UintToBytes32 Map Jan 26, 2022
@wiasliaw wiasliaw closed this Jan 26, 2022
@wiasliaw
Copy link
Contributor Author

Closed. Reason see #3073.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant