Skip to content
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

Improve UX of validator's address #3093

Merged
merged 8 commits into from Apr 27, 2024
Merged

Conversation

brentstone
Copy link
Contributor

@brentstone brentstone commented Apr 17, 2024

Describe your changes

Closes #2822

Indicate on which release or other PRs this topic is based on

v0.33.0

Checklist before merging to draft

  • I have added a changelog
  • Git history is in acceptable state

Copy link

codecov bot commented Apr 17, 2024

Codecov Report

Attention: Patch coverage is 0% with 15 lines in your changes are missing coverage. Please review.

Project coverage is 59.39%. Comparing base (621cce9) to head (469ccad).
Report is 6 commits behind head on main.

Files Patch % Lines
crates/sdk/src/wallet/store.rs 0.00% 9 Missing ⚠️
crates/apps/src/lib/config/genesis/chain.rs 0.00% 3 Missing ⚠️
crates/sdk/src/wallet/alias.rs 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3093      +/-   ##
==========================================
- Coverage   59.40%   59.39%   -0.01%     
==========================================
  Files         298      298              
  Lines       92771    92783      +12     
==========================================
- Hits        55109    55107       -2     
- Misses      37662    37676      +14     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@brentstone brentstone mentioned this pull request Apr 17, 2024
@brentstone brentstone marked this pull request as ready for review April 17, 2024 18:27
crates/apps/src/lib/config/genesis/chain.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@sug0 sug0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sry just a couple more things

crates/sdk/src/wallet/store.rs Show resolved Hide resolved
crates/sdk/src/wallet/store.rs Outdated Show resolved Hide resolved
@brentstone brentstone self-assigned this Apr 22, 2024
tzemanovic
tzemanovic previously approved these changes Apr 23, 2024
@sug0 sug0 self-requested a review April 23, 2024 08:17
sug0
sug0 previously approved these changes Apr 23, 2024
brentstone added a commit that referenced this pull request Apr 23, 2024
* brent/validator-addresses-ux:
  edit ck msg
  fix tests
  fix comments again
  changelog: add #3093
  fixes from comments
  add post-genesis validator address to wallet with alias
  add pre-genesis validator address to wallet with an alias
  better logging
brentstone added a commit that referenced this pull request Apr 23, 2024
* brent/validator-addresses-ux:
  edit ck msg
  fix tests
  fix comments again
  changelog: add #3093
  fixes from comments
  add post-genesis validator address to wallet with alias
  add pre-genesis validator address to wallet with an alias
  better logging
@brentstone brentstone merged commit 6b621a6 into main Apr 27, 2024
15 of 19 checks passed
@brentstone brentstone deleted the brent/validator-addresses-ux branch April 27, 2024 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Better UX and distinction between the multiple addresses of a validator
3 participants