lighthouse/beacon_node
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
..
beacon_chain Persist eth1 cache (#760) 2020-01-20 07:52:58 +11:00
client Persist eth1 cache (#760) 2020-01-20 07:52:58 +11:00
eth1 Persist eth1 cache (#760) 2020-01-20 07:52:58 +11:00
eth2-libp2p Correct stream timeout delay queue handling (#803) 2020-01-15 15:50:01 +11:00
genesis Implements a timeout for peer banning (#665) 2019-12-06 14:13:43 +11:00
network Sync fixes (#801) 2020-01-15 14:48:09 +11:00
rest_api Add timeouts to canonical head rwlock (#759) 2020-01-06 17:30:37 +11:00
src Increase default slots per restore point to 2048 (#790) 2020-01-10 14:42:49 +11:00
store Increase default slots per restore point to 2048 (#790) 2020-01-10 14:42:49 +11:00
tests Prepare for public testnet (#628) 2019-12-03 15:28:57 +11:00
version Apply clippy suggestions 2019-03-19 23:20:39 +11:00
websocket_server Improve beacon node logging (#660) 2019-12-06 18:44:38 +11:00
Cargo.toml Implements a timeout for peer banning (#665) 2019-12-06 14:13:43 +11:00