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

Implement ICS 721 #167

Merged
merged 11 commits into from
Jan 5, 2024
Merged

Conversation

yito88
Copy link
Contributor

@yito88 yito88 commented Dec 28, 2023

Import proto from https://github.com/bianjieai/nft-transfer for ICS-721

@Farhad-Shabani
Copy link
Member

@yito88 would you regenerate protos given that the proto compiler has been revised as of v0.40.0 release? Thanks!

@yito88 yito88 force-pushed the yuji/feat/ics721-impl branch from b60972f to 2971bf7 Compare January 3, 2024 22:49
Copy link
Member

@Farhad-Shabani Farhad-Shabani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We just need to address the issue with the cargo doc. It can be patched automatically the same way we do that for the ICS-20:

(
"ibc.applications.transfer.v1.rs",
&[(
"The denomination trace (\\[port_id\\]/[channel_id])+/\\[denom\\]",
"The denomination trace `([port_id]/[channel_id])+/[denom]`",
)],
),

Once that's resolved, everything else appears good, and we can proceed with merging this PR.

Copy link
Member

@Farhad-Shabani Farhad-Shabani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @yito88, for sorting things out! 🎉

@Farhad-Shabani Farhad-Shabani merged commit e9efa89 into cosmos:main Jan 5, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants