-
Payment metadata changes.
- Payments no longer mint by default. In order to mint NFTs,
tierIdsToMint
must be sent. Payments that do not mint are stored as credits
which automatically are added to future payments that specify mints.
- Overspending is prevented by default. Clients should send a flag explicitly when a payment is being sent that exceeds the cumulative prices of tiers being minted.
-
Deploy flag changes.
- On deploy, projects can specify if overspending should never be allowed, regardless of the payment metadata flag. This is useful for campaigns that use NFTs for redemptions and want to ensure clean refunds.
-
Burned tokens have an image.
-
Redemption weight logic now publicly accessible in 721Delegate instead of in store
.
-
🦦