go-ethereum/cmd/evm/testdata
Martin Holst Swende 300df874d7
cmd/evm: make t8ntool handle transaction decoding errors better (#28397)
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.
2023-10-25 14:08:52 +02:00
..
1
2
3 cmd/evm/testdata: fix typos in docs (#27742) 2023-07-18 14:07:25 +02:00
4 cmd/evm/testdata: fix typos in docs (#27742) 2023-07-18 14:07:25 +02:00
5
7
8 cmd: fix typos (#28323) 2023-10-17 15:53:10 +08:00
9 accounts, cmd: fix typos (#28300) 2023-10-11 11:29:10 +03:00
10
11
12
13
14
15
16
17
18 cmd/evm: handle rlp errors in t9n (#23771) 2021-10-27 13:28:50 +02:00
19
20
21
22 cmd/evm: add b11r tool (#23843) 2021-11-22 09:25:35 +01:00
23
24
25
26
27
28 cmd/evm: cancun-updates for b11r and t8n -tools (#28195) 2023-10-03 03:26:33 -04:00
29 cmd/evm: cancun-updates for b11r and t8n -tools (#28195) 2023-10-03 03:26:33 -04:00
30 cmd/evm: make t8ntool handle transaction decoding errors better (#28397) 2023-10-25 14:08:52 +02:00