lighthouse/beacon_node/client/src
Pawan Dhananjay 661ef65de8 Persist eth1 cache (#760)
* Add intermediate structures for bytes conversion

* Expose byte conversion methods from `Eth1Service`

* Add eth1 ssz containers

* Fix type errors

* Load eth1 cache on restart

* Fix compile errors

* Update Cargo.lock

* Add comments and minor formatting

* Add test for eth1 cache persistence

* Restrict Deposit and Block cache field visibility

* Add checks

* Fix `SszDepositCache` check

* Implement Encode/Decode directly on `BlockCache`
2020-01-20 07:52:58 +11:00
..
builder.rs Persist eth1 cache (#760) 2020-01-20 07:52:58 +11:00
config.rs Improve freezer DB efficiency with periodic restore points (#649) 2019-12-06 14:29:06 +11:00
error.rs Refactor ClientConfig, add serde to it 2019-06-07 19:44:27 -04:00
lib.rs Improve beacon node logging (#660) 2019-12-06 18:44:38 +11:00
notifier.rs Notifier errors (#793) 2020-01-10 16:01:22 +11:00