Extend Checkpoints with new sizes and lookup mechanisms (#3589)

This commit is contained in:
Hadrien Croubois
2022-08-30 21:32:12 +02:00
committed by GitHub
parent 4b16e88747
commit 71aaca2d9d
20 changed files with 1189 additions and 153 deletions

View File

@ -1,5 +1,6 @@
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.0) (utils/structs/EnumerableMap.sol)
// This file was procedurally generated from scripts/generate/templates/EnumerableMap.js.
pragma solidity ^0.8.0;