-
### Description
Investigate ways to speed up validator key loading. scrypt encrypted keystores are inherently slow to load but pbkdf2 should be faster and Teku is still pretty slow.
We should investi…
-
This will track the main integration PR(s) and also the refactor PRs which may need to be merged before integration.
## Lighthouse
Reviewer: @jimmygchen
**Integration**
- [ ] https://githu…
-
EIP-3076 states:
> 5. Refuse to sign any attestation with target epoch less than or equal to the minimum target epoch present in that signer’s attestations (as seen in `data.signed_attestations`), …
-
We recently had some interoperability issues when new parameters has been introduced in the configuration.
As an example, when networking parameters has been promoted to [configuration parameters](…
-
**Is your feature request related to a problem? Please describe.**
Setting up random ports in docker-compose files seems to provoke a problem to find incoming peers in the blockchain clients.…
-
### Description
Current available installation methods require downloading and installing packages from github or docker, but these installation methods require significant effort on behalf of …
-
**Describe the bug**
We are running vouch 1.7.5 towards three CL: Nimbus, Lighthouse and Teku.
We saw performance issues with Nimbus and on checking the logs we saw something like 'decodeMessage: …
-
The manifest feature `globalEnvs: {all: true}` will be probably deprecated (https://github.com/dappnode/DAppNodeSDK/pull/270), instead define the global envs that this package requires.
Take as an…
-
I really like how this is coming together!
A couple of little things from a short play...
- there's often a list of validators, and a list of passwords in files. so I might have
```
keys / …
-
Currently, `--beacon-node-api-endpoint` is only allowed when running Teku in `validator-client` mode. Upcoming Teku release has an enhancement to `--beacon-node-api-endpoint` that will allow users to …