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

ICS 26 Routing module minimal implementation for MVP #250

Merged
merged 9 commits into from
Sep 28, 2020
Merged

Conversation

adizere
Copy link
Member

@adizere adizere commented Sep 23, 2020

Primarily closes: cosmos/ibc-rs#113
Should also handle the last bits to close: cosmos/ibc-rs#128

Description


For contributor use:

  • Unit tests written
  • Added test to CI if applicable
  • Updated CHANGELOG_PENDING.md
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Updated relevant documentation (docs/) and code comments
  • Re-reviewed Files changed in the Github PR explorer

Copy link
Collaborator

@ancazamfir ancazamfir left a comment

Choose a reason for hiding this comment

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

Looks great! A couple of minor comments.

modules/src/lib.rs Show resolved Hide resolved
};

Ok(())
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

maybe add some tests using the mock context? these would be similar to the ones in the ics03 dispatch.

Copy link
Contributor

@brapse brapse left a comment

Choose a reason for hiding this comment

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

Looks like a good first step 👍

@brapse brapse merged commit 5042d2d into master Sep 28, 2020
@adizere adizere deleted the adi/232_routing branch September 28, 2020 13:37
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