Paul Harris

Results 79 issues of Paul Harris

When an ee-endpoint is in use, the fallback logic seems fairly redundant. We had a user asking about the warning saying `Retrying with next eth1 endpoint`, because they can only...

https://github.com/ethereum/beacon-APIs/pull/226

https://github.com/ethereum/keymanager-APIs/pull/39 it's looking like we're going to have a gas_limit much like fee_recipient, so its probably certain enough that we can start to implement based on the content of this...

While doing database upgrade, I noticed something peculiar... I have a database I'm updating, and have non-canonical block storage enabled. While syncing, I get non-canonical blocks added, by the end...

the build should still all be done (build/assemble/integrationTest/unitTest), but we want to fail the overall build so `FIXME` can be in the PR, just can't be merged until it's removed....

Following on from #5448, there's now a zero participation flags list that use used to reset participation flags, and that can grow over time. If we're reprocessing old states however,...

``` # TYPE validator_scheduled_attestation_duties_current gauge # TYPE validator_scheduled_block_duties_current gauge ``` We should add a gauge for sync committee duties so that it's possible to easily determine that we have sync...

All REST endpoints that use ChainDataProvider can potentially return a 204/503 error via the generic handler, when a `ChainDataUnavailableException` is raised, or a `ServiceUnavailableException`. Any rest api endpoints that are...

good first issue :raising_hand:

Now that ssz block creation is possible, and is running on some of our boxes, need to pick a time to make it a non dev flag, and add it...