-
Notifications
You must be signed in to change notification settings - Fork 204
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(cheqd): make cosmos payer seed optional #1547
fix(cheqd): make cosmos payer seed optional #1547
Conversation
Signed-off-by: Timo Glastra <[email protected]>
Signed-off-by: Timo Glastra <[email protected]>
@berendsliedrecht can you re-review. I also added an overwrite of the |
Ideally only for the cheqd specific dependencies. Since you would do this in your app anyways to make it work, I think it is okay. |
Codecov Report
@@ Coverage Diff @@
## main #1547 +/- ##
==========================================
+ Coverage 84.34% 85.73% +1.39%
==========================================
Files 950 950
Lines 22743 22744 +1
Branches 3977 3978 +1
==========================================
+ Hits 19183 19500 +317
+ Misses 3337 3059 -278
+ Partials 223 185 -38
|
Signed-off-by: Timo Glastra <[email protected]> Signed-off-by: Martin Auer <[email protected]>
Signed-off-by: Timo Glastra <[email protected]> Signed-off-by: Martin Auer <[email protected]>
Makes the cosmos payer seed optional, as you can also used it as a holder without payer seed.