mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
* add support for three access list execution mode presets exposed via the --bal.executionmode flag: - sequential: no performance acceleration - full: parallel transaction execution, state root calculation, async warming of access list reads - nobatchio: same as 'full', but without async warming of access list reads * fix the way metrics are reported when executing access-list-containing blocks to be in-line with how it's done for other blocks. * fix blockchain tests runner |
||
|---|---|---|
| .. | ||
| broadcast.go | ||
| discovery.go | ||
| dispatcher.go | ||
| handler.go | ||
| handler_test.go | ||
| handlers.go | ||
| handshake.go | ||
| handshake_test.go | ||
| metrics.go | ||
| peer.go | ||
| peer_test.go | ||
| protocol.go | ||
| protocol_test.go | ||
| receipt.go | ||
| receipt_test.go | ||