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

ICS721: Update Callbacks #791

Merged
merged 1 commit into from
Jul 11, 2022
Merged

ICS721: Update Callbacks #791

merged 1 commit into from
Jul 11, 2022

Conversation

AdityaSripal
Copy link
Member

Updates based on #629

Copy link
Contributor

@mpoke mpoke left a comment

Choose a reason for hiding this comment

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

LGTM

// only unordered channels allowed
abortTransactionUnless(order === UNORDERED)
// assert that version is "ics721-1"
abortTransactionUnless(version === "ics721-1")
// or relayer passed in empty version
abortTransactionUnless(version === "ics721-1" || version === "")
Copy link
Contributor

Choose a reason for hiding this comment

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

We should communicate with the team implementing the NFT transfer app so that they take into account this change (if they don't already), right?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, they will have to to compile with latest ibc-go versions. but it would be good to update them regardless

@AdityaSripal AdityaSripal merged commit d42c89d into master Jul 11, 2022
@AdityaSripal AdityaSripal deleted the aditya/update-721-cbs branch July 11, 2022 10:20
@crodriguezvega crodriguezvega mentioned this pull request Aug 15, 2022
9 tasks
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.

3 participants