-
Notifications
You must be signed in to change notification settings - Fork 18
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
【LocalNouns】仕上げ #159
Open
EibaKatsu
wants to merge
149
commits into
Cryptocoders-wtf:main
Choose a base branch
from
EibaKatsu:P2P_Royalty
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
【LocalNouns】仕上げ #159
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
* duplicate from sushi-Nouns * correct Contract name * correct Contrant name * deploy NotoSans font * add font view * add font components * fix type and required * update font address * format * update @openzeppelin/contracts * update package * update package * update packages * add font checker * fixing preview * font preview * LocalNouns initial working version * NounsDescriptorV1デプロイ用 * write to address file * 不要なコメント削除 * set contract address to external file * add underscore * format * set prefecture name to Trait * Correct typos * commitie,developper,desighnerを削除 * minter追加 * verifyコマンドのaddress指定修正 * Minterコントラクト追加 * ProviderTokenA1のmintを無効にするためのmint関数を追加 * localhostのアドレス自動読込を追加 * Minter経由だとmsg.senderがMinterになるため、_toを指定 * 自動テスト追加 * 画像データ修正(末尾にオブジェクトタイプを追加) * バッチミント追加 * head,accessoryの名前をtraitsに設定 * mintをpopulateから分離 * head始まり(都道府県)は1期対象から除外 * head partsIdの3桁目以上をバージョンとして扱う対応 * 都道府県地図のheadをバージョン1で登録 * 都道府県地図のheadをバージョン1で登録 * 都道府県をランダムに決定する機能を追加 * 都道府県ランダム指定時のバージョン考慮不足のバグfix * ミント関数の配列パラメタの要素数チェックを追加 * 変数名変更 amount -> counter * remove Opensea's DefaultOperatorFilterer, add "SetPrice" * ERC721AP2PTradable追加 * remove old description * LocalNounsの継承先をERC721AP2PTradableに変更 * correct author * P2Pトレード追加 * add comment * mintSelectedPrefectureに数量指定追加 * mintSelectedPrefectureBatchの削除 * mintSelectedPrefectureBatch削除 * tokenGate追加 * whitelistをpublicに変更 * tokenGateによるチェック追加 * tokenGate追加 * *_localhost.ts追加 * Send ETH チェック追加 * _nextTokenIdは_safeMintで更新されるので indexを追加 * 都道府県ごとのミント数mintNumberPerPrefectureを追加 * コメント修正 * 都道府県番号のチェック追加 * 継承元のmintPrice, mintLimitは使用しない * コメント追加 * ミント数上限のチェック * ownerMint追加 * 都道府県ランダムミントの割合を設定 * determinePrefectureIdのテストコード追加 * 不要コード削除 --------- Co-authored-by: isamu arimoto <[email protected]> Co-authored-by: Takuya Mizutani <[email protected]> Co-authored-by: Satoshi Nakajima <[email protected]>
(OutOfGasError対策,keccak使わなくてもランダム実現可能)
(OutOfGasError対策,keccak使わなくてもランダム実現可能)
(OutOfGasError対策,keccak使わなくてもランダム実現可能)
(OutOfGasError対策,keccak使わなくてもランダム実現可能)
…into P2P_Royalty
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.