-
Notifications
You must be signed in to change notification settings - Fork 113
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
go/registry/api: Add GetNodeByConsensusAddress
method
#3067
Conversation
621d320
to
eb34c9c
Compare
Codecov Report
@@ Coverage Diff @@
## master #3067 +/- ##
==========================================
- Coverage 68.24% 68.17% -0.08%
==========================================
Files 371 371
Lines 36466 36479 +13
==========================================
- Hits 24887 24869 -18
- Misses 8373 8404 +31
Partials 3206 3206
Continue to review full report at Codecov.
|
96ea2bd
to
dbfaa24
Compare
38e2abe
to
65a8632
Compare
GetNodeByConesnusID
methodGetNodeByConesnusAddress
method
65a8632
to
95a050e
Compare
GetNodeByConesnusAddress
methodGetNodeByConsensusAddress
method
21f828a
to
1b72902
Compare
go/registry/api/api.go
Outdated
// GetNodeByConsensusAddress returns the Node by Consensus address at the | ||
// specified block height. |
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.
// GetNodeByConsensusAddress returns the Node by Consensus address at the | |
// specified block height. | |
// GetNodeByConsensusAddress looks up a node by its consensus address at the | |
// specified block height. The nature and format of the consensus address depends | |
// on the specific consensus backend implementation used. |
1b72902
to
0ab4df6
Compare
Fixes: #2961