Consensys / teku

Open-source Ethereum consensus client written in Java
https://consensys.io/teku
Apache License 2.0
679 stars 284 forks source link

Move processWithdrawalRequests to BlockProcessorElectra #8711

Closed gfukushima closed 1 month ago

gfukushima commented 1 month ago

PR Description

This PR fixes the issue detected in the reference test basic_btec_and_el_withdrawal_request_in_same_block which is caused by trying to process the withdrawal request before the blsToExecutionChange operation.

Fixed Issue(s)

Fixes #8680

Documentation

Changelog