me-foundation / magicdrop

MagicDrop is a collection of EVM minting protocols that enable the multi stage minting, per stage WL management, per stage supply limit, and crossmint support.
MIT License
54 stars 37 forks source link

Add method to read pages of bids #53

Closed mi-yu closed 1 year ago

mi-yu commented 1 year ago

Coverage

---------------------------|----------|----------|----------|----------|----------------|
File                       |  % Stmts | % Branch |  % Funcs |  % Lines |Uncovered Lines |
---------------------------|----------|----------|----------|----------|----------------|
 contracts/                |    99.04 |    88.24 |    97.59 |    98.61 |                |
  BucketAuction.sol        |    98.63 |    89.02 |    96.77 |       98 |          69,73 |
  DutchAuction.sol         |      100 |    88.64 |      100 |      100 |                |
  ERC721M.sol              |     98.8 |    89.22 |    97.37 |    98.35 |          58,59 |
  ERC721MCallback.sol      |      100 |       70 |      100 |      100 |                |
  IBucketAuction.sol       |      100 |      100 |      100 |      100 |                |
  IDutchAuction.sol        |      100 |      100 |      100 |      100 |                |
  IERC721M.sol             |      100 |      100 |      100 |      100 |                |
  IERC721MCallback.sol     |      100 |      100 |      100 |      100 |                |
 contracts/mocks/          |    76.92 |       50 |     87.5 |       80 |                |
  TestReentrantExploit.sol |       75 |      100 |      100 |       80 |             35 |
  TestStaking.sol          |    77.78 |       50 |       80 |       80 |          25,26 |
---------------------------|----------|----------|----------|----------|----------------|
All files                  |    97.75 |     87.6 |     96.7 |    97.69 |                |
---------------------------|----------|----------|----------|----------|----------------|