Consensys / teku

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

Remove unused methods on ExecutionPayloadBuilder #8718

Closed lucassaldanha closed 1 month ago

lucassaldanha commented 1 month ago

PR Description

Fixed Issue(s)

N/A

Documentation

Changelog

gfukushima commented 1 month ago

missed removing some references in the EL Stub

lucassaldanha commented 1 month ago

missed removing some references in the EL Stub

Remaining EL stub references are removed in this other PR: https://github.com/Consensys/teku/pull/8717

lucassaldanha commented 1 month ago

lgtm, do we need to include executionRequests on the builder later on?

They are in another PR: https://github.com/Consensys/teku/pull/8717