-
Updated
Aug 21, 2020 - C
sharding
Here are 177 public repositories matching this topic...
-
Updated
Aug 20, 2020 - Ruby
-
Updated
Jun 17, 2020 - C
-
Updated
Aug 21, 2020 - Java
- Introduce and implement circuit breaker pattern for weaver
-
Updated
Aug 21, 2020 - Go
-
Updated
Aug 20, 2020 - Go
Is your feature request related to a problem? Please describe.
We want to test recreating genesis from eth1 deposits for testing/ etc, rather than relying on a genesisStateFile. Currently, the way to do this is to unset the genesisStateFile option.
Describe the solution you'd like
Add a cli flag + field to IBeaconNodeOptions to force the genesis state to be generated from eth1 d
-
Updated
Mar 23, 2020 - Erlang
-
Updated
Jul 15, 2020 - Java
recently CI failed many times testing cluster because of port already used, which can be very annoying.
-
Updated
Jul 1, 2020 - Java
-
Updated
Apr 14, 2020 - JavaScript
-
Updated
Jan 27, 2020 - Python
-
Updated
Mar 27, 2019 - Shell
-
Updated
Mar 19, 2020 - Elixir
-
Updated
Mar 20, 2020 - C++
-
Updated
Aug 18, 2020 - C++
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Aug 21, 2020 - Java
Improve this page
Add a description, image, and links to the sharding topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sharding topic, visit your repo's landing page and select "manage topics."


Description
While investigating sigp/lighthouse#1488, I came across incorrect error handling that results in unreported database errors.
Present Behaviour
unwrap_or_else()at https://github.com/sigp/lighthouse/blob/51fbaefe415abd35305b798fc3772afeccceddf4/beacon_node/network/src/router/processor.rs#L219-L221swallows an error (e.g. `MissingBeaconState(