This change closes https://github.com/ethereum/go-ethereum/issues/27730 . By using an iterator instead of a slice of transactions, we can better handle the case when an individual transaction (within an otherwise well-formed RLP-list) cannot be decoded. |
||
|---|---|---|
| .. | ||
| block.go | ||
| execution.go | ||
| flags.go | ||
| gen_header.go | ||
| gen_stenv.go | ||
| transaction.go | ||
| transition.go | ||
| tx_iterator.go | ||
| utils.go | ||