https://github.com/ethereum/beacon-APIs/pull/608 not yet merged but it's just a matter of time - [ ] Add SSE Event `proposer_preferences` for messages passing gossip validation. - [ ] Add `GET /eth/v1/beacon/proposer_preferences` — retrieval, matching the convention used by `payload_attestations`, `proposer_slashings`, etc. - [ ] Add `POST /eth/v1/validator/proposer_preferences` - VC submission of signed preferences and publishes them on the `proposer_preferences` gossipsub topic. - [ ] Updated `POST /eth/v1/validator/beacon_committee_subscriptions` — from Gloas onwards should be used to calculate CGC by VC usage - [ ] Deprecated `POST /eth/v1/validator/prepare_beacon_proposer` — superseded by signed proposer preferences - [ ] Deprecated `POST /eth/v1/validator/register_validator` — the external builder relay flow is replaced by the in-protocol builder market We shouldn't implement questionable items until it's merged but some are very obvious (like SSE event) and we could start implementing it today.
ethereum/beacon-APIs#608 not yet merged but it's just a matter of time
proposer_preferencesfor messages passing gossip validation.GET /eth/v1/beacon/proposer_preferences— retrieval, matching theconvention used by
payload_attestations,proposer_slashings, etc.POST /eth/v1/validator/proposer_preferences- VC submission of signedpreferences and publishes them on the
proposer_preferencesgossipsub topic.POST /eth/v1/validator/beacon_committee_subscriptions— from Gloas onwards should be used to calculate CGC by VC usagePOST /eth/v1/validator/prepare_beacon_proposer— superseded by signed proposerpreferences
POST /eth/v1/validator/register_validator— the external builder relay flow isreplaced by the in-protocol builder market
We shouldn't implement questionable items until it's merged but some are very obvious (like SSE event) and we could start implementing it today.