-
Notifications
You must be signed in to change notification settings - Fork 93
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 ics context #247
Rename ics context #247
Conversation
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.
Thank you again @DaviRain-Su!
Can we also rename the following:
Ics18Context
->RelayerContext
Ics26Envelope
->MsgEnvelope
- And the variants (e.g.
Ics2Msg
->ClientMsg
, ...)
- And the variants (e.g.
The only change left after this PR would be the directory names. However that's a really big breaking change (all imports will need to change); I think we should wait for #235 for that.
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.
Thank you!
* Rename Ics26Context to RouterContext * Rename Ics20Context to TransferContext * Rename Ics20Keeper to TransferKepper, Ics20Reader to TransferReader * fix test * Create 245-rename-ics-context.md * fmt code * Rename Ics18Context to RelayerContext * Rename Ics25Envelop to MsgEnvelop and Rename it's variants * update .changelog * Rename Ics20Context to TokenTransferContext Signed-off-by: Davirain <davirain.yin@gmail.com>
Closes: #245
Description
PR author checklist:
unclog
.docs/
).Reviewer checklist:
Files changed
in the GitHub PR explorer.