go-ethereum/beacon
Quentin McGaw 67f879ac18
refactor!(core/types): Block method WithBody(Body) signature (#110)
Breaking change refactoring `core/types.Block.WithBody()` method from signature
WithBody(transactions []*Transaction, uncles []*Header) *Block
to signature
WithBody(body Body) *Block
such that block and body extras can be used within `WithBody`.
Note `geth` made the same change in method signature so the deltas introduced in this PR will disappear once we sync.
2025-02-11 14:29:34 +00:00
..
engine refactor!(core/types): Block method WithBody(Body) signature (#110) 2025-02-11 14:29:34 +00:00
light [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
merkle [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
params beacon/types: add beacon chain data types (#27292) 2023-05-17 17:39:33 +03:00
types [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00