ethereum / execution-apis

Collection of APIs provided by Ethereum execution layer clients
Creative Commons Zero v1.0 Universal
908 stars 352 forks source link

engine: rename for 7002 partial withdrawals and 7685 requests #535

Closed lightclient closed 2 months ago

lightclient commented 2 months ago

This PR makes good on some pending changes to 6110 and 7002. It was discussed a roughly accepted in CL call 132.

These three in particular:

The result is DepositReceiptV1 -> DepositRequestV1 and ExitV1 -> WithdrawalRequestV1.

lightclient commented 2 months ago

Ah thanks for the reminder @ensi321. It's been updated.

lightclient commented 2 months ago

@mkalinin good catches - fixed now.