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

feat(NFT): Add option types and add missing memo parameter #276

Merged
merged 16 commits into from
Nov 18, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update specs/Standards/NonFungibleToken/Payout.md
  • Loading branch information
willemneal authored Feb 15, 2022
commit 0688ec75f1b8ffbc0a7dd5b5c24f27aaa86094b3
1 change: 1 addition & 0 deletions specs/Standards/NonFungibleToken/Payout.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,5 @@ In the future, the NFT contract itself may be able to place an NFT transfer is a

## Errata

willemneal marked this conversation as resolved.
Show resolved Hide resolved
willemneal marked this conversation as resolved.
Show resolved Hide resolved
- Version `2.1.0` adds a memo parameter to `nft_transfer_payout`, which previously forced implementers of `2.0.0` to pass `None` to the inner `nft_transfer`. Also refactors `max_len_payout` to be an option type.
Version `2.0.0` contains the intended `approval_id` of `u64` instead of the stringified `U64` version. This was an oversight, but since the standard was live for a few months before noticing, the team thought it best to bump the major version.
willemneal marked this conversation as resolved.
Show resolved Hide resolved