go-ethereum/les
rjl493456442 ceca4578ca
trie: remove parameter 'fromLevel' in Prove (#27512)
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.
2023-06-19 16:28:40 +02:00
..
catalyst les, signer, light: replace noarg fmt.Errorf with errors.New (#27336) 2023-05-25 02:51:13 -04:00
downloader
fetcher all: new empty trie with types.EmptyRootHash instead of null (#27230) 2023-05-11 10:19:42 +03:00
flowcontrol
utils internal/ethapi, les: use slices package for sorting (#27492) 2023-06-19 11:33:48 +02:00
vflux
api.go
api_backend.go all: move main transaction pool into a subpool (#27463) 2023-06-16 15:29:40 +03:00
api_test.go
benchmark.go les, signer, light: replace noarg fmt.Errorf with errors.New (#27336) 2023-05-25 02:51:13 -04:00
bloombits.go
client.go les, eth: fix typo in comment (#27369) 2023-05-30 14:55:03 +02:00
client_handler.go
commons.go all: remove the Rinkeby testnet (#27406) 2023-06-02 14:03:21 +03:00
costtracker.go
distributor.go
distributor_test.go
enr_entry.go
fetcher.go
fetcher_test.go
handler_test.go trie: remove parameter 'fromLevel' in Prove (#27512) 2023-06-19 16:28:40 +02:00
metrics.go
odr.go
odr_requests.go
odr_test.go
peer.go
peer_test.go
protocol.go les: remove unused var AdvertiseProtocolVersions (#27405) 2023-06-06 04:34:22 -04:00
pruner.go
pruner_test.go
request_test.go
retrieve.go les, signer, light: replace noarg fmt.Errorf with errors.New (#27336) 2023-05-25 02:51:13 -04:00
server.go
server_handler.go
server_requests.go trie: remove parameter 'fromLevel' in Prove (#27512) 2023-06-19 16:28:40 +02:00
servingqueue.go internal/ethapi, les: use slices package for sorting (#27492) 2023-06-19 11:33:48 +02:00
state_accessor.go
sync.go
sync_test.go
test_helper.go all: move main transaction pool into a subpool (#27463) 2023-06-16 15:29:40 +03:00
txrelay.go
ulc.go
ulc_test.go