Closed usmansaleem closed 1 month ago
feat: Commit boost API - Get Public Keys. Implementing commit boost API as defined at https://commit-boost.github.io/commit-boost-client/api
--commit-boost-api-enabled=<true|false>
--proxy-keystores-path
--proxy-keystores-password-file
/signer/v1/get_pubkeys
See #1017
doc-change-required
PR Description
feat: Commit boost API - Get Public Keys. Implementing commit boost API as defined at https://commit-boost.github.io/commit-boost-client/api
Note: This PR does not return compressed SECP public key. This will be handled in PR #1033
--commit-boost-api-enabled=<true|false>
. To enable commit boost API--proxy-keystores-path
. Path to the directory that will read and store encrypted proxy keys in v4 (BLS) and v3 (SECP) formats.--proxy-keystores-password-file
. The path to file that contains password to encrypt and decrypt proxy keystores./signer/v1/get_pubkeys
Fixed Issue(s)
See #1017
Documentation
doc-change-required
label to this PR if updates are required.Changelog
Testing