-
Notifications
You must be signed in to change notification settings - Fork 31
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
fix: do not create account on x/token,collection #866
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #866 +/- ##
==========================================
- Coverage 62.37% 62.36% -0.02%
==========================================
Files 653 653
Lines 79976 79951 -25
==========================================
- Hits 49885 49860 -25
Misses 27399 27399
Partials 2692 2692
|
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.
When I try to build after checking out this pr, go mod tidy
command removes one of indirect dependency from go.mod
. And I have updated go.mod
that seems to be missing from this PR. Can you check??
My mistake. They works fine. |
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.
LGTM
* main: feat!: add MultiSend deactivation (Finschia#876) chore(deps): Bump github.com/gogo/protobuf in /ics23/go (Finschia#816) fix: do not create account on x/token,collection (Finschia#866) fix!: update x/collection,token proto (Finschia#863) # Conflicts: # CHANGELOG.md
Description
Do not create account on x/token,collection.
Motivation and context
The target address which receives a token apparently cannot broadcast a tx because of its zero-balance. We should not create the corresponding account on mint and send logic.
Checklist:
CHANGELOG.md
client/docs/swagger-ui/swagger.yaml