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
Collaborator

@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

@brentstone brentstone force-pushed the brent/validator-addresses-ux branch from 7195353 to dd7affa Compare April 17, 2024 01:56
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 requested review from sug0 and tzemanovic April 17, 2024 16:38
@brentstone brentstone mentioned this pull request Apr 17, 2024
@brentstone brentstone marked this pull request as ready for review April 17, 2024 18:27
@brentstone brentstone requested review from sug0 and tzemanovic April 19, 2024 17:06
Copy link
Collaborator

@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

@brentstone brentstone force-pushed the brent/validator-addresses-ux branch from 03006d8 to d2860d5 Compare April 22, 2024 21:58
@brentstone brentstone force-pushed the brent/validator-addresses-ux branch from d2860d5 to 3e4df7f Compare April 22, 2024 21:59
@brentstone brentstone self-assigned this Apr 22, 2024
@brentstone brentstone force-pushed the brent/validator-addresses-ux branch from 18f38ed to 9d90736 Compare April 23, 2024 02:23
@brentstone brentstone force-pushed the brent/validator-addresses-ux branch from 9d90736 to 193d3ce Compare April 23, 2024 03:22
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 brentstone dismissed stale reviews from sug0 and tzemanovic via 469ccad April 23, 2024 16:56
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
Labels
None yet
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