Pawan Dhananjay
Pawan Dhananjay
## Issue Addressed Resolves #3379 ## Proposed Changes Remove instances of `InvalidTerminalBlock` in lighthouse and use `Invalid {latest_valid_hash: "0x0000000000000000000000000000000000000000000000000000000000000000"}` to represent that status.
## Issue Addressed Resolves #2521 ## Proposed Changes Add a metric that indicates the next attestation duty slot for all managed validators in the validator client.
## Issue Addressed Resolves #3032 ## Proposed Changes This PR fixes 2 issues with post-merge sync: 1. Execution engine offline errors were treated similar to other `BeaconChainError`s in range sync...
## Description Currently, we persist the lighthouse dht on exit and load from the db on startup. The persisted dht is stored in the hot db under the `DhtEnrs` column....
## Description Before the merge, since the the EL and CL systems were separate, we could do an eth1 deposit tree sync concurrently with the beacon node sync assuming that...
Running with fab make test gives me a bunch of errors http://pastebin.com/kw20DhbE I am running on Ubuntu 14..04. How to fix this?
Hi, I am trying to use your classifier chain implementation on my set of features and using an xgboost classifier instance. I have double checked my training feature set and...
## Issue Addressed N/A ## Proposed Changes With https://github.com/sigp/lighthouse/pull/3214 we made it such that you can either have 1 auth endpoint or multiple non auth endpoints. Now that we are...
## Issue Addressed Resolves #3573 ## Proposed Changes Fix the bytecode for the deposit contract deployment transaction and value for deposit transaction in the execution engine integration tests. Also verify...
## Issue Addressed N/A ## Proposed Changes Replace ganache-cli with anvil https://github.com/foundry-rs/foundry/blob/master/anvil/README.md We can lose all js dependencies in CI as a consequence. ## Additional info Also changes the ethers-rs...