-
Notifications
You must be signed in to change notification settings - Fork 249
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
chore(wallet)_: community deployment related types moved to wallet requests package #6261
base: develop
Are you sure you want to change the base?
chore(wallet)_: community deployment related types moved to wallet requests package #6261
Conversation
Jenkins BuildsClick to see older builds (8)
|
1d65c1d
to
dd8d64c
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #6261 +/- ##
========================================
Coverage 61.56% 61.56%
========================================
Files 845 846 +1
Lines 110696 110698 +2
========================================
+ Hits 68147 68155 +8
+ Misses 34585 34578 -7
- Partials 7964 7965 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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
…quests package `DeploymentParameters` and `DeploymentDetails` types moved from `communitytokens` package to `requests` of the wallet service.
dd8d64c
to
bd9e28c
Compare
|
||
var ( | ||
ErrEmptyCollectibleName = &errors.ErrorResponse{Code: errors.ErrorCode("WRRC-001"), Details: "empty collectible name"} | ||
ErrEmptyCollectibleSymbol = &errors.ErrorResponse{Code: errors.ErrorCode("WRRC-002"), Details: "empty collectible symbol"} |
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.
Do these endpoints only apply to Collectibles? I though they were used for assets as well (since there's a Decimals member in the struct)
DeploymentParameters
andDeploymentDetails
types moved fromcommunitytokens
package torequests
of the wallet service.This is the first step in moving community-related transactions from
communitytokens
towallet
service.Related PRs: