-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Rename fixUnburnableNFToken to fixNonFungibleTokensV1_2 #4416
Conversation
d9da7af
to
820fcfa
Compare
2efafab
to
844924c
Compare
844924c
to
df05d8b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -121,8 +121,8 @@ NFTokenAcceptOffer::preclaim(PreclaimContext const& ctx) | |||
// If the buyer specified a destination | |||
if (auto const dest = bo->at(~sfDestination)) | |||
{ | |||
// fixUnburnableNFToken | |||
if (ctx.view.rules().enabled(fixUnburnableNFToken)) | |||
// fixNonFungibleTokensV1_2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is the value of this comment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah this does not seem to add more info in the comment beyond the code itself, ill remove
@@ -139,8 +139,8 @@ NFTokenAcceptOffer::preclaim(PreclaimContext const& ctx) | |||
// If the seller specified a destination | |||
if (auto const dest = so->at(~sfDestination)) | |||
{ | |||
// fixUnburnableNFToken | |||
if (ctx.view.rules().enabled(fixUnburnableNFToken)) | |||
// fixNonFungibleTokensV1_2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here (I wonder if this line could be removed)
closing in favor of #4419 which includes other cosmetic refactors |
High Level Overview of Change
Renames common amendment
fixUnburnableNFToken
tofixNonFungibleTokensV1_2
to more accurately reflect bundling of changes and follow version convention of previous amendments to non-fungible tokensContext of Change
Renames common amendment, which includes the following changes in the feature branch:
NonFungibleTokensV1_2
amendment) #4346Type of Change
Future Tasks
feature/nft-fixes
todevelop
infixNonFungibleTokensV1_2
: Multiple bug fixes for XLS-20 NFTs #4417