Skip to content

Commit 01dfc26

Browse files
authored
fix(rawdb): add hexutil.Bytes marshaling override for L1Origin.Signature (#534)
1 parent 2c45f27 commit 01dfc26

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

beacon/engine/gen_blockparams.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/rawdb/gen_taiko_l1_origin.go

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/rawdb/taiko_l1_origin.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ type L1OriginLegacy struct {
5858
type l1OriginMarshaling struct {
5959
BlockID *math.HexOrDecimal256
6060
L1BlockHeight *math.HexOrDecimal256
61+
Signature hexutil.Bytes
6162
}
6263

6364
// IsPreconfBlock returns true if the L1Origin is for a preconfirmation block.

0 commit comments

Comments
 (0)