-
Notifications
You must be signed in to change notification settings - Fork 63
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
ERC1155 #56
Merged
Merged
ERC1155 #56
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## main #56 +/- ##
==========================================
+ Coverage 46.52% 51.48% +4.95%
==========================================
Files 20 25 +5
Lines 1109 1414 +305
Branches 175 219 +44
==========================================
+ Hits 516 728 +212
- Misses 593 686 +93
Help us with your feedback. Take ten seconds to tell us how you rate us. |
1cdda43
to
01e077a
Compare
dbe0bfe
to
b8565cd
Compare
caffeinum
added a commit
that referenced
this pull request
Jun 19, 2023
* draft erc1155 * draft 2.0 * fix mint random, fix uri * modify storage * fix tests * add gas cost test * add inherit from erc1155 custom contracc * add tests * fix -1 error in importSeries * fix tests and gas optimize * change tests to offchain extension * update wilderness live version * fix public nextTokenId * fix tests and randomization * small fixes * clean up * add name,symbol * fix token id mapping * rename method names * fix random uniform distribution * add editable name and symbol * temporarily disable flunky failing test * fix dependency updated line * rm unused file * keep offchain extension tests * fix old tests * remove unused array in minting * update max per wallet * add force withdraw * autoformat * add minted by wallet limit * refactor * renaming * mint external: use data == 0x0 for random * fix small issues * turn off failing test * fix reserved * update values * fix test * import series in the contract * test max per wallet * test wilderness directly * remove comments * disable wilderness mint test by default * fix ipfs uri
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.