-
Bug report for the ETH2.0 standard API.
A call to the /eth/v1/debug/beacon/states/{state_id} endpoint returns `justification_bits` as an integer string; the spec requires this to be a hex string.
…
mcdee updated
3 years ago
-
Bug report for the ETH2.0 standard API.
A call to the /eth/v1/validator/duties/proposer/0 endpoint returns a duty for slot 0, which is invalid as slot 0 has no proposer.
This is against current …
mcdee updated
3 years ago
-
Bug report for the ETH2.0 standard API.
A call to the /eth/v1/validator/duties/proposer/{epoch} endpoint with the current epoch returns an error:
```
{
"code": "400",
"message": "Block he…
mcdee updated
3 years ago
-
Bug report for the ETH2.0 standard API.
A call to the `/eth/v1/beacon/states/{state_id}/validators` endpoint with an invalid state ID (_e.g._ 'invalid') returns a 404, however the spec states that …
mcdee updated
3 years ago
-
Part of https://github.com/vacp2p/research/issues/39
Moving to PubSub over libp2p wouldn't improve amplification per se, but it would be stepping stone. Why? It paves the way for GossipSub, and wou…
-
According to the specification you currently have to subscribe to 1 random subnet per validator: https://github.com/ethereum/eth2.0-specs/blob/v1.0.0/specs/phase0/validator.md#phase-0-attestation-subn…
kdeme updated
3 years ago
-
```nim
diff --git a/beacon_chain/validators/slashing_protection_v2.nim b/beacon_chain/validators/slashing_protection_v2.nim
index 74a50051..26599740 100644
--- a/beacon_chain/validators/slashing_pr…
-
-
https://github.com/nim-lang/Nim/issues/15210 renders this more acute in order to update to Nim 1.2.10 or later.
- [x] libp2p `handlePrune` (https://github.com/status-im/nim-libp2p/issues/538)
- [x…
-
I upgraded to 1.0.0-beta.3 per instructions, bounced service, and everything *appeared* to be fine (1 successful attestation on each validator, though I may not have watched long enough for this issue…