-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Description - adds `item: ID` to the TransferRequest - removes `metadata: Bag` as redundant and rather complicated to manage - collectible nuked until a better solution is ready (requires a bit of refactoring) - removes all policies - moves them to tests for the time being - improves testing for everything kiosk-related - exposes uid and uid_mut (for owner) of the TransferPolicy so that it can contain app-specific data - Kiosk now has a custom setting "no taking" - disables `take` function ## Test Plan - tests are in place - many cases are tested upfront ### Type of Change (Check all that apply) - [ ] user-visible impact - [ ] breaking change for a client SDKs - [ ] breaking change for FNs (FN binary must upgrade) - [ ] breaking change for validators or node operators (must upgrade binaries) - [ ] breaking change for on-chain data layout - [ ] necessitate either a data wipe or data migration ### Release notes - finalizes `Kiosk` and `TransferPolicy` modules
- Loading branch information
Showing
29 changed files
with
1,985 additions
and
2,501 deletions.
There are no files selected for viewing
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.