go-ethereum/internal
Daniel Liu d12f9803eb
trie: remove parameter 'fromLevel' in Prove #27512 (#1165)
This removes the feature where top nodes of the proof can be elided.
It was intended to be used by the LES server, to save bandwidth
when the client had already fetched parts of the state and only needed
some extra nodes to complete the proof. Alas, it never got implemented
in the client.

Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
2026-01-29 11:29:02 +05:30
..
build all: use 0x-prefix string for type Address in log message (#1874) 2025-12-19 08:55:21 +04:00
cmdtest all: fix tests on 32-bit and windows + minor rpc fixes #21871 (#1055) 2025-06-03 11:47:11 +08:00
debug internal/debug: add integration with Grafana Pyroscope #33623 (#1983) 2026-01-29 11:22:03 +05:30
download build, internal, Makefile: upgrade package build (#1746) 2025-11-24 12:51:09 +05:30
ethapi trie: remove parameter 'fromLevel' in Prove #27512 (#1165) 2026-01-29 11:29:02 +05:30
flags cmd/XDC, internal/flags: update copyright year to 2026 (#1943) 2026-01-27 08:45:46 +05:30
guide rpc, internal/guide: speed up tests a bit #26193 (#978) 2025-04-24 19:08:57 +08:00
jsre all: use slices.Sort() to sort strings (#1712) 2025-12-07 15:49:13 +05:30
syncx core: improve shutdown synchronization in BlockChain (#22853) 2024-12-28 10:44:49 +08:00
testlog log: use native log/slog instead of golang/exp (#29302) 2024-11-15 10:02:42 +08:00
testrand accounts/abi: support unpacking solidity errors (#30738) 2025-01-24 16:54:12 +08:00
version all: upgrade package version #30638 (#1745) 2025-11-15 16:46:54 +05:30
web3ext record total minted API v2 (#1769) 2025-12-09 19:43:19 +08:00