This repository was archived by the owner on Oct 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ func executableDataToExecutionPayload(data *beacon.ExecutableDataV1) *boostTypes
412412 GasUsed : data .GasUsed ,
413413 Timestamp : data .Timestamp ,
414414 ExtraData : data .ExtraData ,
415- BaseFeePerGas : [ 32 ] byte ( common . BytesToHash (data .BaseFeePerGas . Bytes ()) ),
415+ BaseFeePerGas : * new (boostTypes. U256Str ). FromBig (data .BaseFeePerGas ),
416416 BlockHash : [32 ]byte (data .BlockHash ),
417417 Transactions : transactionData ,
418418 }
Original file line number Diff line number Diff line change @@ -171,6 +171,8 @@ github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5 h1:FtmdgXiUlNeRsoNMFlK
171171github.zerozr99.workers.dev/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5 /go.mod h1:VvhXpOYNQvB+uIk2RvXzuaQtkQJzzIx6lSBe1xv7hi0 =
172172github.zerozr99.workers.dev/flashbots/go-boost-utils v0.1.3-0.20220601182529-417a64679a5d h1:hoqkcRKMupXCWW38fDfvNcuIxl9eCAZrguw3dNCw+Qg =
173173github.zerozr99.workers.dev/flashbots/go-boost-utils v0.1.3-0.20220601182529-417a64679a5d /go.mod h1:v4f01OjPm5jFjzVhcJEKHLFZzX/yTeme9284Tbuah8s =
174+ github.com/flashbots/go-boost-utils v0.1.3-0.20220602181853-0b5ffd891e10 h1:3fbCrMmSOayxCHNkIVUWLFR+q/dR1KeXUD08OXhShBM =
175+ github.com/flashbots/go-boost-utils v0.1.3-0.20220602181853-0b5ffd891e10 /go.mod h1:v4f01OjPm5jFjzVhcJEKHLFZzX/yTeme9284Tbuah8s =
174176github.zerozr99.workers.dev/flashbots/go-utils v0.4.4 h1:J0LUifVEpVYE+ZbK/DeGay4E3B6+Yh8pKLgfv5A0Oq0 =
175177github.zerozr99.workers.dev/flashbots/go-utils v0.4.4 /go.mod h1:weSbiNnH+xsmK8t3TDDJxluv4+qnwRWmKay2QQa8Yfc =
176178github.zerozr99.workers.dev/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90 /go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k =
You can’t perform that action at this time.
0 commit comments