eth/catalyst: implement kintsugi-spec v3 (#24067)

This commit is contained in:
Marius van der Wijden
2021-12-17 15:38:58 +01:00
committed by GitHub
parent f5f5c0855a
commit 2295640ebd
8 changed files with 97 additions and 59 deletions

View File

@ -374,9 +374,9 @@ func TestFullAPI(t *testing.T) {
ethservice.TxPool().AddLocal(tx)
params := PayloadAttributesV1{
Timestamp: parent.Time() + 1,
Random: crypto.Keccak256Hash([]byte{byte(i)}),
FeeRecipient: parent.Coinbase(),
Timestamp: parent.Time() + 1,
Random: crypto.Keccak256Hash([]byte{byte(i)}),
SuggestedFeeRecipient: parent.Coinbase(),
}
fcState := ForkchoiceStateV1{
HeadBlockHash: parent.Hash(),