-
```bash
docker-compose build
```
```
Building validator-import
ERROR: Cannot locate specified Dockerfile: Dockerfile
```
Ubuntu 18.04
$ docker-compose --version
docker-compose version…
-
## Description
In `fetchAncestorBlocksFromNetwork ` (see below) the request manager acquires any free peer from the peer pool. The peer pool consists of any peer the node has interacted with and do…
-
Beaconfuzz_v2 just found a ProposerSlashing that is interpreted differently by eth2 clients:
- Lighthouse, Nimbus and Teku reject this ProposerSlashing (ProposerNotSlashable return by lighthouse)
- …
-
beaconfuzz_v2 just found an attester_slashing that is interpreted differently by eth2 clients:
- Lighthouse and Prysm accept and **process** the file
- Nimbus and Teku accept but don't **process** t…
-
When calling the beacon JSON RPC locally, these commands crash the beacon node:
```
curl -d '{"jsonrpc":"2.0","id":"id","method":"getBeaconBlock","params":[] }' -H 'Content-Type: application/json'…
-
# 🚀 Feature Request
### Description
Please add a `--mainnet` flag to Prysm beacon and validator (and slasher).
Rationale: I am using docker tooling that uses `--${NETWORK}` to work with mainn…
-
Started Nimbus in Zinken mode using "make zinken". Despite seeming to be set for the correct genesis time, it reports a first slot time very far in the future:
```
NOT 2020-10-12 11:59:06.715+01:0…
-
[Finally we have a go!](https://blog.ethereum.org/2020/11/04/eth2-quick-update-no-19/)! The deposit smart contract has been deployed.
Currently I can use `--network=medalla` or `--network=zinken` t…
-
Currently TaintedString is implemented somewhat inconsistently throughout the stdlib. The question is what should we do about that?
There are a number of options:
* Remove TaintedString and tain…
dom96 updated
3 years ago
-
Since we are talking about "sanitizing" and "security" for instance https://github.com/status-im/nimbus/issues/164
I'm collecting here a list of **risky** code.
Not doing any change yet, but keeping…