Releases: me-foundation/magicdrop
Releases · me-foundation/magicdrop
v0.2.0
What's Changed
- Update document for new repo name by @channing-magiceden in #140
- using relative imports so the project can compile when imported as an npm module by @fallanic in #141
- Clear _totalMintFee in withdraw by @channing-magiceden in #142
- Add authorizedMint and whitelist Reservoir Relay EOA by @channing-magiceden in #146
- Set sideEffects:false in package.json by @C-o-d-e-C-o-w-b-o-y in #145
- Add relayer router and multicaller to authorizer minters by default by @channing-magiceden in #149
- Set
mintable
totrue
in ERC721M constructor by @channing-magiceden in #150 - Add cosigner in 1155M & conditionally enforcing mint fee by @channing-magiceden in #151
- Add magicdrop-types package and set up CI by @channing-magiceden in #155
New Contributors
- @fallanic made their first contribution in #141
- @C-o-d-e-C-o-w-b-o-y made their first contribution in #145
Full Changelog: v0.1.3...v0.2.0
v0.1.3
What's Changed
- Improve hardhat deploy script by @channing-magiceden in #124
- Clean up whitelist in setStages by @channing-magiceden in #125
- Downsize 721CM and 721M by @channing-magiceden in #127
- Contracts cleanup by @channing-magiceden in #128
- Add support of BASE by @channing-magiceden in #130
- feat: add mint fee by @channing-magiceden in #102
- Revert "feat: add mint fee" by @channing-magiceden in #131
- feat: Mint Fee by @channing-magiceden in #132
- Update mint fee receiver address by @channing-magiceden in #133
- Withdraw fund to treasury wallet by @channing-magiceden in #134
- Add EIP-1167 support for ERC721CMRoyalties by @channing-magiceden in #129
- Fix deployClone script to return clone address by @channing-magiceden in #135
- Update README.md by @nothing0012 in #138
- ERC1155M minting contract by @channing-magiceden in #136
- Update package by @nothing0012 in #139
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Add variable wallet limit support by @channing-magiceden in #119
- Fix setStages script by @channing-magiceden in #122
- Bump version from 0.1.1 to 0.1.2 by @channing-magiceden in #123
Full Changelog: v0.1.1...v0.1.2
v0.1.2-alpha
What's Changed
- Add variable wallet limit support by @channing-magiceden in #119
Full Changelog: v0.1.1...v0.1.2-alpha
v0.1.1
What's Changed
- Re-arrange sol files and update test coverage by @channing-magiceden in #118
- Added gasprice + gaslimit override params by @magicfish23 in #117
- Format repo by @channing-magiceden in #120
- Publish abi for NPM package by @channing-magiceden in #121
New Contributors
- @magicfish23 made their first contribution in #117
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- ERC721MPausable by @Henry-MagicEden in #96
- Accept linter line break suggestions by @Henry-MagicEden in #97
- Switch DefaultOperatorFilterer to UpdatableOperatorFilterer by @channing-magiceden in #100
- Update README by @channing-magiceden in #103
- Add ERC721CM and ERC721CMBasicRoyalties by @channing-magiceden in #98
- Improve deploy and setStages script by @channing-magiceden in #105
- Add script to get contract codehash by @channing-magiceden in #106
- Add ERC721BatchTransfer and couple improvements by @channing-magiceden in #107
- Minor fix of scripts by @channing-magiceden in #108
- Fix hardhat deploy script by @channing-magiceden in #109
- Add ERC721CMRoyalties by @channing-magiceden in #110
- fix: ERC721CMRoyalties supportsInterface logic by @cygaar in #112
- Add freeze / thaw trading scripts by @channing-magiceden in #114
- Update README and bump the version by @channing-magiceden in #115
New Contributors
Full Changelog: v0.0.11...v0.1.0