-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
R4R: Support adding offline pubkeys to gaiacli keys #3202
Conversation
… as an address book
Codecov Report
@@ Coverage Diff @@
## develop #3202 +/- ##
==========================================
- Coverage 54.83% 54.8% -0.04%
==========================================
Files 133 133
Lines 9559 9568 +9
==========================================
+ Hits 5242 5244 +2
- Misses 3996 4003 +7
Partials 321 321 |
Codecov Report
@@ Coverage Diff @@
## develop #3202 +/- ##
===========================================
- Coverage 54.83% 54.78% -0.06%
===========================================
Files 133 133
Lines 9559 9568 +9
===========================================
Hits 5242 5242
- Misses 3996 4005 +9
Partials 321 321 |
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.
testedACK -- left some minor feedback 👍
client/keys/add.go
Outdated
@@ -7,8 +7,8 @@ import ( | |||
"net/http" | |||
"os" | |||
|
|||
"github.com/cosmos/go-bip39" | |||
"github.com/gorilla/mux" | |||
"github.com/cosmos/go-bip39" |
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.
Invalid formatting here.
Co-Authored-By: zmanian <zaki@manian.org>
Co-Authored-By: zmanian <zaki@manian.org>
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.
Few comments, nothing really major.
It'd be nice to see a CLI test case as well
Ok addressed comments @alexanderbez and @alessio |
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 @jackzampolin -- one more minor bit of feedback.
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 👍
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.
Changes LGTM but CI is failing.
It'd be nice to have a command that, given |
@@ -7,7 +7,6 @@ import ( | |||
"net/http" | |||
"os" | |||
|
|||
"github.com/cosmos/go-bip39" |
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.
I think this should be reverted
This PR is running into import path issues locally for me. I've moved these changes over to a branch on this repo. Closing in favor of #3224 |
Support adding offline public keys to gaiacli.
Closes #3197
docs/
)PENDING.md
with issue #Files changed
in the github PR explorerFor Admin Use: