go-ethereum/light
Matthieu Vachon 7f8926e716 Backporting extended-tracer branch
We backported branch `extended-tracer` at commit 3078dfe80b back to v1.13.5 of Geth.

To achieve the backport, we did:
- git checkout -b extended-tracer-squashed
- git reset --hard 3078dfe80b
- git reset --mixed fc380f52ef # This was the latest merged commit not from `extended-tracer` branch
- git commit -A -m "<This message>"
- git checkout v1.13.5
- git checkout -b extended-tracer-backport-v1.13.5
- git cherry-pick extended-tracer-squashed
2024-02-06 13:06:08 -05:00
..
lightchain.go all: remove ethash pow, only retain shims needed for consensus and tests (#27178) 2023-05-03 12:58:39 +03:00
lightchain_test.go all: activate pbss as experimental feature (#26274) 2023-08-10 22:21:36 +03:00
odr.go all: move light.NodeSet to trienode.ProofSet (#28287) 2023-10-10 10:30:47 +02:00
odr_test.go Backporting extended-tracer branch 2024-02-06 13:06:08 -05:00
odr_util.go all: use rlp.DecodeBytes instead of rlp.Decode where possible (#27994) 2023-08-24 11:47:42 +03:00
postprocess.go all: move light.NodeSet to trienode.ProofSet (#28287) 2023-10-10 10:30:47 +02:00
trie.go all: activate pbss as experimental feature (#26274) 2023-08-10 22:21:36 +03:00
trie_test.go all: activate pbss as experimental feature (#26274) 2023-08-10 22:21:36 +03:00
txpool.go all: move main transaction pool into a subpool (#27463) 2023-06-16 15:29:40 +03:00
txpool_test.go all: activate pbss as experimental feature (#26274) 2023-08-10 22:21:36 +03:00