-
Notifications
You must be signed in to change notification settings - Fork 143
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
feat: create new validator address (CLI and GUI) #757
feat: create new validator address (CLI and GUI) #757
Conversation
…and bls_account address types via the cli
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.
@b00f, I just completed a self-review.
This PR is ready for review and any requests for changes.
Codecov Report
@@ Coverage Diff @@
## main #757 +/- ##
==========================================
+ Coverage 82.72% 82.82% +0.09%
==========================================
Files 173 173
Lines 8122 8122
==========================================
+ Hits 6719 6727 +8
+ Misses 1078 1072 -6
+ Partials 325 323 -2 |
It's better to add a new dialog for creating new address, like:
|
ok @themantre, I'm working on the changes. |
- introduce modal for new address creation that takes an optional account label and a required account type - change type flagname to --type for address creation command - do requested refactoring TODO: update list of addresses after address modal creates a new address
Good job @jemiluv8 . There are some small linting issues. |
@themantre I will fix the lint issues. I'm having challenge "refreshing" the Newly created addresses do not show in the addresses table until I switch views |
Fixed issues with newly created address not appearing in the list of addresses. |
@jemiluv8 |
…-cli-and-gui-applications fix: some improvements
@jemiluv8 Thanks |
Description
Add ability to Create Validator Address in CLI and GUI Applications
Related issue(s)
/claim Inability to Create Validator Address in CLI and GUI Applications #713
GUI SCREENSHOT
CLI SCREENSHOT - DEBUGGING AND TESTING