Closed rkapka closed 1 year ago
The current endpoint pool/bls_to_execution_changes
in the capella
branch needs to be hardened to only accept BLS_TO_EXECUTION_CHANGE signed in the right forks. We are happy to take a very early one and then fail to validate it.
Accompanying documents
Tasks
Core changes reflecting the spec
has_eth1_withdrawal_credential
,is_fully_withdrawable_validator
,is_partially_withdrawable_validator
process_full_withdrawals
, impl.process_partial_withdrawals
get_expected_withdrawals
, impl.process_withdrawals
, updateprocess_execution_payload
, updateprocess_operations
, impl.process_bls_to_execution_change
process_bls_to_execution_change
Other core changes
RPC/API
Misc
Add withdrawal support for Web UI?deprioritizing for now, other solutions are coming out.prysmctl
SignedBLSToExecutionChange
objects to the beacon node throughprysmctl
include prysmctl to prysm.sh/prysm.bat #11924removing in favor of directing users to binariesTesting
Documentation
Discussion