go-ethereum/cmd
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
..
abidump [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
abigen [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
bootnode [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
clef [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
devp2p [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
era [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
ethkey [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
evm refactor!(core/types): Block method WithBody(Body) signature (#110) 2025-02-11 14:29:34 +00:00
geth [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
p2psim [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
rlpdump [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
utils [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00