Jim McDonald
Jim McDonald
At current, `Marshal()` always appends a newline to the resultant YAML. This is frustrating when the output is part of a log entry, for example, as the newline has to...
## Description Lighthouse generates a "Failure verifying attestation for gossip" when seeing duplicate attestations. ## Version 2.3.1 ## Present Behaviour Logs are present of the form: ``` Jun 14 13:26:48.674...
## Description The `/eth/v1/config/spec` endpoint does not return all Altair constants. ## Version 1.5.2 ## Present Behaviour Not all Altair constants not returned (although some are, for example `SYNC_COMMITTEE_SIZE`). ##...
**Describe the bug** The `prepare_beacon_proposer` REST API appears to take only a single proposer object, whereas the spec states that it should take an array of objects. **To Reproduce** ```...
The beacon node API endpoint `/eth/v1/validator/prepare_beacon_proposer` is not available in the nimbus beacon node. this should be present as per the spec information at https://ethereum.github.io/beacon-APIs/#/ValidatorRequiredApi/prepareBeaconProposer ``` $ curl -s -w...
This adds a `Format()` function to decimal, allowing for setting of a thousands separator (as requested in #267) and decimal separator, as well as the existing functionality for trimming trailing...
This is more of a note for the future, as we don't have transfers yet, but given the long period of time between staking and any potential exit there is...
# 🐞 Bug Report ### Description When attempting to generate a blinded beacon block prysm currently refuses to do so unless the validator has been registered. However, in configurations with...
I want to create a notification with a link in it, but the message is escaped so I see the HTML (e.g. `< a href="...">`) Is there a way to...
If I clone a repository locally and run xgo on it, it generates a binary as expected: ``` git clone [email protected]:wealdtech/ethdo cd ethdo xgo --targets="windows/amd64" . ``` However if I...