-
Notifications
You must be signed in to change notification settings - Fork 1
Minting contract #22
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
Merged
Merged
Minting contract #22
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
4f7f191
Initial work on adding purchase metadata
rynoV b9d2874
Use patched CTL to fix build
rynoV a9b19bf
Move metadata-adding to its own function
rynoV 409be24
Update policyId to use collectionNftCs
rynoV 3c0714d
Update policyId creation to use CTL built-in function
rynoV 6e1298e
Use liftContractM instead of liftedM
rynoV d2018a4
Merge remote-tracking branch 'origin/neil/typescript-api' into calum/…
rynoV 969e65a
Auto-formatting change
rynoV 35cc0da
Merge branch 'neil/typescript-api' of https://github.com/mlabs-haskel…
rynoV 4892ef2
Fix build following CTL update
rynoV af51048
Update CTL version to calum/metadata-invalid-char-fix HEAD
rynoV d210a62
Use Contract.Value.CurrencySymbol in SeabugMetadata
rynoV 9b65c0a
Remove other usage of Cardano.Types.Value.CurrencySymbol
rynoV 437458b
Remove fakeAuthor field
rynoV 29f2e09
Testing out cnft minting policy
rynoV 8dca3ba
Initial port of "mintWithCollection" and locking script
rynoV 267165e
Merge branch 'calum/purchase-metadata' into calum/minting-contract
rynoV 9cae4e9
Add metadata to NFT mint
rynoV e05ce49
Merge branch 'neil/typescript-api' of https://github.com/mlabs-haskel…
rynoV e7220bd
Merge branch 'calum/purchase-metadata' of https://github.com/mlabs-ha…
rynoV 434002a
Initial work on CNFT mint contract
rynoV 38661fa
Finish cnft mint contract and update seabug metadata policy id
rynoV 67b7b8b
Clean up minting policy
rynoV 25a0735
Fix up blockfrost metadata parsing for cnfts
rynoV 9d9872f
Fix up locking script
rynoV 5bdee3f
Initial minting invocation code
rynoV 2927f6b
flake.lock update
rynoV 0a87700
Update CTL for awaitTxConfirmed and fully automate minting
rynoV 101d098
Move `setSeabugMetadata` to a better spot
rynoV cda8882
Only fetch and show NFTs that are known to work
rynoV a33375d
Add minting process description
rynoV 4071818
Fix key wallet setup description
rynoV 0fb7214
Update nft filter
rynoV d34140c
Remove unnecessary cnft testing function
rynoV bba5da5
Minor doc and names updates
rynoV c8721f8
Use min ada constant instead of heuristic value for nft filter
rynoV cc0b419
Unused import
rynoV ca4c703
Remove old TODO comment
rynoV 5aecc5a
Update minting to use a base address (#29)
rynoV e8153c5
Update cnft mint policy to use minor refactor
rynoV 1ac993d
Don't use "ref" for CTL flake input
rynoV ecfa183
Fix nix build
rynoV f4a4930
Merge remote-tracking branch 'origin/neil/typescript-api' into calum/…
rynoV File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we're using branch specific links here, we'll want to change this to main when we merge up
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are permalinks so they should continue to work (I think). The lines will probably get moved around, but this seems like a good way to do this since it should be easy to figure out what lines need to be acted on by comparing the old linked version with the updated version