Jim McDonald

Results 35 issues of Jim McDonald

Update existing types to capella spec, use them where appropriate (blocks, execution payloads). Add `BLSToExecutionChange` type and related types and endpoints. Spec references point to master at current, will change...

Looking at the `Withdrawal` type, is there value to having the validator index in here? At current there doesn't seem to be a way of tying a withdrawal to a...

Capella

# 🐞 Bug Report Mainnet block 4864065 was possibly generated by prysm (as per blockprint). If so, it shows a weakness in prysm's block packing algorithm where it prefers low-value...

The contract takes withdrawal credentials at https://github.com/ralexstokes/deposit-contract-verifying-proxy/blob/master/contracts/deposit_contract_proxy.sol#L8 It would be nice if it took the withdrawal public key instead, and carried out the hash/prefix operation in-contract to provide at least...

#### System information Geth Version: 1.6.7-stable Git Commit: ab5646c532292b51e319f290afccf6a44f874372 Architecture: amd64 Protocol Versions: [63 62] Network Id: 1 Go Version: go1.8.1 Operating System: linux #### Expected behaviour Setting up a...

status:inactive
status:on-hold

**Describe the bug** Sending a request to the `/eth/v3/validator/blocks/{slot_id}` endpoint with an explicitly empty graffiti returns a block with default graffiti. **To Reproduce** ``` curl -s http://localhost:5052/eth/v3/validator/blocks/$(ethdo --connection=http://localhost:5052 chain status...

**Describe the bug** A call to `/eth/v3/validator/blocks/{slot}` is not returning the consensus value in either the headers or the returned JSON. The start of the JSON returned by this call...

The `/eth/v1/node/peers` returns a `meta` element that contains a `count` item. The schema for this item declares the value to be a number, which is inconsistent with the common format...

The `/eth/v1/beacon/states//validators` endpoint returns a lot of data. At the time of writing, this endpoint returns around 370MB of JSON. This requires a fair amount of CPU and memory resources...