lighthouse-pulse/eth2/utils/bls/src
Luke Anderson 328f11d564
Validator API (#504)
* Implemented more REST API endpoints.
 - Added many of the endpoints, which return 501 - Not Implemented
 - Created helper function to return a not implemented error
 - Created a parse_pubkey function to get a PublicKey from a hex string
 - Created a HTTP handler for the validator endpoints
 - Started implementing validator/duties endpoint.

* Fleshed out get validator duties.
 - Re-implemented the get validator duties function for the REST API
 - Added an 'as_hex_string' function to FakePublicKey, beacuse it was missing.

* Fixed small caching/state bug.

* Extended to array of API inputs.
 - Created  function for getting arrays from GET parameters.
 - Extended get validator duties function to support array of validator duties.

* Tidy API to be more consistent with recent decisions

* Addressing Paul's comments.
 - Cleaning up function to get list of proposers.
 - Removing unnecessary serde annotations
 - Clarifying error messages
 - Only accept pubkeys if they are '0x' prefixed.

* Fixed formatting with rustfmt.
2019-08-28 00:40:35 +10:00
..
aggregate_public_key.rs bls: fix unused import warning 2019-06-12 16:56:57 +10:00
aggregate_signature.rs Publish ssz_types (and deps) to crates.io (#468) 2019-08-08 11:39:47 +10:00
fake_aggregate_public_key.rs bls: debugging utils and fake sig fix 2019-06-12 15:44:23 +10:00
fake_aggregate_signature.rs Publish ssz_types (and deps) to crates.io (#468) 2019-08-08 11:39:47 +10:00
fake_public_key.rs Validator API (#504) 2019-08-28 00:40:35 +10:00
fake_signature.rs Publish ssz_types (and deps) to crates.io (#468) 2019-08-08 11:39:47 +10:00
keypair.rs Fix clippy lints 2019-04-03 16:23:09 +11:00
lib.rs Publish ssz_types (and deps) to crates.io (#468) 2019-08-08 11:39:47 +10:00
macros.rs Publish ssz_types (and deps) to crates.io (#468) 2019-08-08 11:39:47 +10:00
public_key_bytes.rs Use SignatureBytes and PublicKeyBytes for deposits (#472) 2019-08-06 13:49:11 +10:00
public_key.rs Validator API (#504) 2019-08-28 00:40:35 +10:00
secret_key.rs Publish ssz_types (and deps) to crates.io (#468) 2019-08-08 11:39:47 +10:00
signature_bytes.rs Use SignatureBytes and PublicKeyBytes for deposits (#472) 2019-08-06 13:49:11 +10:00
signature.rs Publish ssz_types (and deps) to crates.io (#468) 2019-08-08 11:39:47 +10:00