lighthouse/beacon_node/beacon_chain/src
Luke Anderson c9e8fe53bc
Merged Age's changes and ripped out heaps of now obsolete stuff in the validator client.
- Replaced most instances of PublicKey with KeyPair, since they need to be passed into each validator thread now.
 - Pulled out a bunch of FreeAttestations, and replaced with regular Attestations (as per Paul's suggestion)
 - Started generalising pubkeys to 'signers' (though they are still just Keypairs)
 - Added validator_index into a few structs where relevant
 - Removed the SlotClock and DutiesReader from the BlockProducer and Attester services, since this logic is now abstracted to the higher level process.
 - Added a Hash trait to the Keypair (rather than just pubkey) which assumes the Pubkey uniquely defines it.
2019-03-28 15:50:57 +11:00
..
test_utils Add first changes to syncing logic 2019-03-21 17:17:01 +11:00
attestation_aggregator.rs Update beacon_chain crate with v0.5.0 updates 2019-03-17 18:10:20 +11:00
beacon_chain.rs Merged Age's changes and ripped out heaps of now obsolete stuff in the validator client. 2019-03-28 15:50:57 +11:00
checkpoint.rs Fix last errors stopping full chain sync 2019-03-24 16:35:07 +11:00
errors.rs Fix last errors stopping full chain sync 2019-03-24 16:35:07 +11:00
initialise.rs Updates network branch to v0.5.0 2019-03-18 18:17:37 +11:00
lib.rs Add basic Gossip sync handlers 2019-03-25 14:27:20 +11:00