mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-21 14:14:30 +00:00
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. |
||
|---|---|---|
| .. | ||
| block.go | ||
| execution.go | ||
| flags.go | ||
| gen_header.go | ||
| gen_stenv.go | ||
| tracewriter.go | ||
| transaction.go | ||
| transition.go | ||
| tx_iterator.go | ||
| utils.go | ||