nimbus-eth2 icon indicating copy to clipboard operation
nimbus-eth2 copied to clipboard

/eth/v1/validator/prepare_beacon_proposer returns 404

Open mcdee opened this issue 3 years ago • 1 comments
trafficstars

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 "%{http_code}\n" -H 'Content-type: application/json' --data '[{"validator_index": "1","fee_recipient": "0xabcf8e0d4e9587369b2301d0790347320302cc09"}]' http://localhost:xxxx/eth/v1/validator/prepare_beacon_proposer
404

mcdee avatar Jun 03 '22 08:06 mcdee

Is there any plan to implement this prior to the prater/goerli merge? This stops Vouch from being able to use nimbus for merged chains.

mcdee avatar Jul 21 '22 07:07 mcdee

This have been implemented for the 22.7.0 release, but our implementation had a spec violation that precluded actual usage. The issue is tracked in https://github.com/status-im/nimbus-eth2/issues/3920 and we expect the fix to be shipped in 22.8.0

zah avatar Aug 11 '22 15:08 zah