Jacek Sieka

Results 211 issues of Jacek Sieka
trafficstars

``` ERR 2022-06-04 22:04:11.007+02:00 Unable to check beacon node's status error_name=RestCommunicationError error_message="Communication failed while sending/receiving request, http error [HttpConnectionError]: Could not connect to remote host" endpoint="localhost:11101 [Nimbus/v22.5.1-f8b5d0-stateofus]" ^CTraceback (most recent...

VC

When doppelganger detection is on, dynamically added validators should be dormant and monitored while the 2 epochs pass e8efc0f184878aad639fba8ea5906a2aeaacbca7

We're currently using a key-value store for storing states and blocks. Due to the nature of eth2, when finalization happens a single history of blocks is chosen to be canonical,...

good first issue
bounty

``` WRN 2022-06-03 19:24:11.999+02:00 Beacon node not in sync sync_distance=77015 head_slot=3070405 endpoint="localhost:11100 [Nimbus/v22.5.1-f8b5d0-stateofus]" WRN 2022-06-03 19:24:12.500+02:00 No working beacon nodes available, refreshing nodes status online_nodes=0 unusable_nodes=1 request=getStateValidators INF 2022-06-03 19:24:12.781+02:00...

VC

When the BN is unable to publish an attestation (for example because it has no peers on the topic), VC starts a tight spam loop, reposting the same attestation over...

VC

It looks like parsing of `--tcp-port` locks the command-line parser into thinking it's running without a specific command ``` [arnetheduck@praeceps nimbus-eth2]$ build/nimbus_beacon_node --network=mainnet --data-dir=/tmp deposits The required option 'depositsCmd' was...

Draft PR for a block explorer based on Nimbus, QT - can be used with a running Nimbus beacon node - communicates with the node via the standard REST API...

The `json` module in the std library has several tricky issues: * it doesn't actually implement the [json standard](https://www.json.org/json-en.html) - instead, it makes up its own notions such as `JInt`...

In `BeaconBlocksByRange`, we request a number of blocks which will result in a number of chunks in the response. If the other peer sends more chunks than that, we should...

security