-
Notifications
You must be signed in to change notification settings - Fork 108
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
refactor: rename MsgRemoveForeignCoin
name
field into zrc20Address
and remove crosschain
param
#1722
Conversation
Signed-off-by: Parthib <[email protected]>
Signed-off-by: Parthib <[email protected]>
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.
Thanks!
We need to run:
make generate
And could we add this line in changlog.md
under # Unreleased
## Unreleased
- `MsgRemoveForeignCoin`: `Name` field has been renamed in to `ZRC20Address`
MsgRemoveForeignCoin
name
field into zrc20Address
and remove crosschain
param
Signed-off-by: Parthib <[email protected]>
Oops sorry, I previously ran |
Does the command complete successfully? |
No, it just deleted some of the files. So, I again cloned the repo again and made changes to it. |
Ok, it seems the swagger file is still deleted in the PR |
Signed-off-by: Parthib <[email protected]>
Sorry, Added it. |
Signed-off-by: Parthib <[email protected]>
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!
Looks like there are some build issues @ptdatta |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1722 +/- ##
===========================================
+ Coverage 33.95% 37.68% +3.72%
===========================================
Files 132 5 -127
Lines 9253 406 -8847
===========================================
- Hits 3142 153 -2989
+ Misses 5886 234 -5652
+ Partials 225 19 -206 |
Closing as it seems no longer active. Please let us know if you want to take it back. Thanks for the PR. |
Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.
Closes: #1650 & #1596
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Include instructions and any relevant details so others can reproduce.
Checklist: