-
-
Notifications
You must be signed in to change notification settings - Fork 364
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
beta update #9975
Merged
beta update #9975
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
…tion refactor(PaidGenerative.vue): remove unused code and simplify mintNft function refactor(useDropMassMint.ts): comment out unused code and refactor allocateItems function feat(fxart.ts): add updateMetadata function fix(randomize.ts): increase length parameter in uidMathDate function
…temsGrid refactor: update minting process in PaidGenerative.vue to store NFT metadata on-chain fix: adjust useNft to accept displaySn parameter for controlling display of serial number refactor: update useDropMassMint to include NFT metadata in updateMetadata call fix: adjust useExperiments to rename uid to flagUid refactor: update useNftMetadata to accept displaySn parameter for controlling display of serial number fix: change BASE_URL in fxart service to localhost for local testing refactor: update updateMetadata in fxart service to accept new parameters for updating metadata
fix(PaidGenerative.vue): modify args mapping and reverse order if more than one feat(PaidGenerative.vue): implement mintedNfts array and metadata fetching feat(PaidGenerative.vue): uncomment mintingSession value assignment and subscribeForNftsWithMetadata call refactor(useDrops.ts): modify useDropStatus to accept drop parameter and fetch collection stats fix(useDropMassMint.ts): resolve promise with result directly refactor(useDropMassMintPreview.ts): change name assignment in getPreviewItemsToMintedNfts feat(fxart.ts): add metadata field to DoResult type fix(fxart.ts): change api method to 'get' in updateMetadata function
…ents fix(PaidGenerative.vue): add error handling for metadata fetch feat(MintOverview.vue): add hide-collection attribute to toMintNft component feat(ConfirmPurchaseItemRow.vue): add hideCollection prop and adjust layout fix(useGalleryItem.ts): sanitize IPFS URL for nftImage value
fix: Numbers in search bar are bit off
fix: Auto teleport - user should have at least 1.5 DOT
:wrech: trigger of XCM autoteleport on ill-logical cases
…nd related testing code
…th function fix(randomize.ts): replace uidMath with uidCrypto in uidMathDate function
feat: Code Checker: Full Screen
Co-authored-by: Jarsen <[email protected]>
fix: Auto teleport welcome modal appearing while generating NFTs
fix: I invented time warp
fix: Ux friendly cookie popup mobile
…n-page refactor: remove migrate button on collection page
fix: uid for drops
feat: View all - top collections
yangwao
requested review from
daiagi and
hassnian
and removed request for
a team
April 4, 2024 11:17
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@ramp-network/[email protected], npm/@types/[email protected] |
✅ Deploy Preview for koda-beta ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for koda-canary ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Quality Gate failedFailed conditions |
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.
Beta Update
useTransaction
for drop mint #9908