-
Notifications
You must be signed in to change notification settings - Fork 53
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: Support Dynamic NFT #1525
base: develop
Are you sure you want to change the base?
Conversation
@@ -28,7 +28,8 @@ class Clio(ConanFile): | |||
'protobuf/3.21.9', | |||
'grpc/1.50.1', | |||
'openssl/1.1.1u', | |||
'xrpl/2.3.0-b1', |
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.
Please ignore this change. DNFT will be merged after libxrpl gets updated.
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.
Leaving a few nits 👍
85e33fd
to
a6b7569
Compare
if (maybeNFT) { | ||
if (maybeNFT->onlyUriChanged) { | ||
nfTokenURIChanges.push_back(*maybeNFT); | ||
} else { |
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.
may not need braces
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.
looks good
After XRPLF/rippled#5048 is merged, we can merge this PR. |
Clio's changes for supporting DNFT https://github.com/XRPLF/rippled/pull/5048/files