-
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
Deployment/zksync factory #111
Open
caffeinum
wants to merge
677
commits into
main
Choose a base branch
from
deployment/zksync-factory
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
* 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
* draft factory allowlist * add tests, fix bugs * add mint test * add buildship ascii
* change default royalty receiver to owner * remove misleading comments Co-authored-by: shad <[email protected]>
* draft * add checks to reduceMaxSupply * update tests * update metaverse-nft * add tests and fix error messages
* draft proxy * draft * add implementation() * fix tests * update implementation to view * remove import metaverse-nft * update interfaces, clean up code * remove extra import * clean uo * update implementation on rinkeby * fix tests from merge * fix tests * proxy: move init into main contract, split init into two * split metaversenft constructor, add payout receiver and royalty fee * demo usage of ERC721XYZ * remove extra code * remove failing test * fix factory * add default config reference * gas optimize _configure * add gas measure for DemoCollection * fix solidity warning & fix tests * remove unused deploy script * rename contract to ERC721XYZ * rename to erc721community * add named boolean * fix erc721community renames * add console logs * fix broken test * erc721community: make constants public * fix comments * remove nftfactory * trigger tests
* change opensea address * update metaverse base nft * move opensea address to constants
* change opensea address * update metaverse base nft * move opensea address to constants
* rename MetaverseNFT * fix file rename * rename MetaverseBaseNFT * fix interface long name
…revent it from being tracked by git ✨ feat(allowlist1.js): add allowlist1.js file to the project ✨ feat(allowlist2.js): add allowlist2.js file to the project
…ring contract verification
…in for project configuration 📦 chore(package.json): add @nomicfoundation/hardhat-foundry as a dependency for project configuration
…plementation 📝 chore(LZ-README.md): update chain ids and contract addresses in the README file 📝 chore(constants.ts): update lzChainIds and lzEndpoints with new values
📦 Add new dependencies: - @matterlabs/[email protected] - @nomicfoundation/[email protected]
Deployment/zksync factory
🚨 Report Summary
For more details view the full report in OpenZeppelin Code Inspector |
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.