lighthouse/eth2/utils/bls/src
Paul Hauner 3afa7b0dab
Print validator pubkeys during generation (#791)
* Start docker docs

* Add progress

* Update docker.md

* Add note about geth syncing

* Fix env to use geth

* Update docs

* Remove sigp goerli node

* Change text about eth1 syncing

* Address comments from @pscott

* Add links to beaconcha.in

* Add instructions for starting an eth1 node

* Print validator pubkeys during generation

* Fix typo

* Re-organise Syncing log

* Add notes about finding the validator pubkey

* Fix double-0x prefix bug

* Fix typo
2020-01-10 15:47:07 +11:00
..
aggregate_public_key.rs Bulk signature verification (#507) 2019-08-29 11:34:25 +10:00
aggregate_signature.rs Make API friendly to block explorers (#702) 2019-12-19 11:45:28 +11:00
fake_aggregate_public_key.rs Bulk signature verification (#507) 2019-08-29 11:34:25 +10:00
fake_aggregate_signature.rs Implement tree hash caching (#584) 2019-11-05 15:46:52 +11:00
fake_public_key.rs Make API friendly to block explorers (#702) 2019-12-19 11:45:28 +11:00
fake_signature.rs Make API friendly to block explorers (#702) 2019-12-19 11:45:28 +11:00
keypair.rs Derive PartialEq for Keypair (#595) 2019-11-11 10:28:22 +11:00
lib.rs Faster BeaconState enc/dec (#671) 2019-12-06 16:44:03 +11:00
macros.rs Optimization: reduce BLS decompression (#766) 2020-01-10 15:32:10 +11:00
public_key_bytes.rs Implement tree hash caching (#584) 2019-11-05 15:46:52 +11:00
public_key.rs Print validator pubkeys during generation (#791) 2020-01-10 15:47:07 +11:00
secret_key.rs Make API friendly to block explorers (#702) 2019-12-19 11:45:28 +11:00
signature_bytes.rs Implement tree hash caching (#584) 2019-11-05 15:46:52 +11:00
signature_set.rs Faster BeaconState enc/dec (#671) 2019-12-06 16:44:03 +11:00
signature.rs Make API friendly to block explorers (#702) 2019-12-19 11:45:28 +11:00