-
Notifications
You must be signed in to change notification settings - Fork 141
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
refactor: GetValidators return all validators in state validators map #512
Conversation
# Conflicts: # state/mock.go # state/state.go
@Ja7ad Please rebase the PR. It has some conflicts. |
# Conflicts: # store/validator.go
Codecov Report
@@ Coverage Diff @@
## main #512 +/- ##
==========================================
+ Coverage 83.15% 83.16% +0.01%
==========================================
Files 154 154
Lines 7306 7318 +12
==========================================
+ Hits 6075 6086 +11
- Misses 951 952 +1
Partials 280 280 |
@Ja7ad I noticed a failure in total := util.RandInt32(100) + 1 Similarly |
@b00f all thing changes done |
@Ja7ad Thanks |
Description
gRPC: GetValidators should return the list of all validator addresses
Related issue(s)
Fixed #502
/claim #502