-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add macros/parsers to RPC module (#495)
* rpc: Move verifier parse_deposit_params to parsers. * rpc-parsers: Add convert_int_to_another. * rpc-parser: Add parse_partial_sigs. * rpc-parser: Use internal error type in convert_int_to_another. * rpc-wrapper: Add tryfrom for VerifierPublicKeys. * rpc-parser: Add parse_operator_config. * rpc-parsers: Add parse_operator_challenge_ack_public_hash. * rpc-wrapper: Add watchtower parsers. * rpc-parsers: Add fetch_next_from_stream. * rpc-parsers: Add 2 field related fields to fetch_next_from_stream. * rpc-parsers: Add parse_next_deposit_finalize_param_schnorr_sig. * rpc-parsers: Add parse_nonce_gen_first_response. * rpc-parsers: Add parse_deposit_finalize_param_agg_nonce. * rpc: Rename parsers in to parser. * rpc-parser: Add comment for fetch_next_message_from_stream. * rpc-parser: Fix compilation error in doc comment for fetch_next_message_from_stream by changing no_run to text. * rpc-parser: Add prefixes to parsers and simplify namings of some. * rpc-parser: Add from trait impls for operator. * rpc-parser: Move wrapper in to parser. * rpc-wrapper: Add from impls for watchtower. * rpc-parser: Add from impls for aggregator. * rpc-parser: Add from impls for verifier. * rpc-parser: Add the new fetch_next_optional_message_from_stream macro.
- Loading branch information
Showing
12 changed files
with
747 additions
and
562 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.