-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RPC] Add RPCs to get list of BLS public keys for committees (#3080)
* [rpc] Fix sanity check to accept "latest" * [rpc] Return as much data possible when using GetAllValidatorInformationByBlockNumber * [rpc] Remove beacon check for getValidators, returns valid information on all shards * [rpc] Add GetValidatorKeys to get BLS Keys of committee for a particular epoch * [rpc] Add getBlockSignerKeys to return public bls keys of signers for a block * [rpc] Fix lint * [rpc] Address PR comments * [rpc] Add common function to API backend instead of separate implementations in V1 & V2 * [rpc] Remove extra parenthesis * [rpc] Fix lint [validator] Fix typo * [rpc] Revert change to sanity check in V2 * [rpc] Fix lint
- Loading branch information
1 parent
607c71a
commit c4db1c0
Showing
7 changed files
with
128 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.