go-ethereum/beacon/engine
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
..
errors.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
gen_blockparams.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
gen_ed.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
gen_epe.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
types.go refactor!(core/types): Block method WithBody(Body) signature (#110) 2025-02-11 14:29:34 +00:00