Consensys / teku

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

Fix engine_newPayloadV4 executionRequests serialization #8723

Closed lucassaldanha closed 1 month ago

lucassaldanha commented 1 month ago

PR Description

Fix formatting of executionRequests on engine_newPayloadV4. Because of the type we were using before, Jackson serialization was messing up with the array of Bytes.

Fixed Issue(s)

N/A

Documentation

Changelog