Skip to content
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

V 1 6 2 #32

Merged
merged 4 commits into from
Mar 15, 2022
Merged

V 1 6 2 #32

merged 4 commits into from
Mar 15, 2022

Conversation

thepeanutgalleryandco
Copy link
Owner

No description provided.

rohan and others added 4 commits March 12, 2022 16:52
Abstracted the FetchWithRetry function into a module so that it becomes re-useable.

Abstracted the GetMintAddress function into a module so that it becomes re-useable.

Re-worked all files to make use of the new abstracted modules.

Added a new uploadMetas_directory.js script to cater for the new NFTPort API call.

Modified README file with the new commands and added the package-lock.json and yarn.lock files to the .gitignore files.
Renamed exclusions functionality to Filtration as this will be a broader naming convention for both inclusion and exclusion rules.

Added a new optional dependentTraits object to the layer configuration array.
If the this object is left out, then the dependent_traits script will be skipped.

Added a new dependent_traits script that will perform checks to ensure if layer item A is chosen, then layer items X, Y, Z, etc. is also in the same edition, otherwise reject the edition.

Console error logging has been updated for previous exclusion rules to note that filtration rules blocked the edition.
Added fetch back temporarily as that gets used to check the transaction URL. In future release, this fetch will be added into the fetchWithRetry module and abstracted, like the main API call.

Removed fetchWithRetry from remint_batch.js that already got migrated to the fetchWithRetry module.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

[FEATURE] NFTPort API Addition - Upload Metadata Directory To IPFS [FEATURE] Trait dependencies
1 participant