go-ethereum/les
gary rong 034ecc3210
les: remove useless protocol defines (#22115)
This PR has two changes in the les protocol:

- the auxRoot is not supported. See ethereum/devp2p#171 for more information
- the empty response will be returned in GetHelperTrieProofsMsg request if the merkle
   proving is failed. note, for backward compatibility, the empty merkle proof as well as
   the request auxiliary data will still be returned in  les2/3 protocol no matter the proving
   is successful or not. the proving failure can happen e.g. request the proving for a
   non-included entry in helper trie (unstable header).
2021-01-16 19:06:18 +01:00
..
checkpointoracle
flowcontrol
lespay
utils les: rework float conversion on arm64 and other architectures (#21994) 2020-12-11 10:28:01 +01:00
api.go
api_backend.go
api_test.go
benchmark.go les: remove useless protocol defines (#22115) 2021-01-16 19:06:18 +01:00
bloombits.go
client.go internal/ethapi: restore net_version RPC method (#22061) 2020-12-23 13:43:22 +01:00
client_handler.go
clientpool.go
clientpool_test.go
commons.go
costtracker.go
distributor.go
distributor_test.go
enr_entry.go core, eth: split eth package, implement snap protocol (#21482) 2020-12-14 10:27:15 +01:00
fetcher.go
fetcher_test.go
handler_test.go les: remove useless protocol defines (#22115) 2021-01-16 19:06:18 +01:00
metrics.go
odr.go
odr_requests.go les: remove useless protocol defines (#22115) 2021-01-16 19:06:18 +01:00
odr_test.go
peer.go les: les/4 minimalistic version (#21909) 2020-12-15 20:12:14 +01:00
peer_test.go
protocol.go les: les/4 minimalistic version (#21909) 2020-12-15 20:12:14 +01:00
pruner.go
pruner_test.go
request_test.go
retrieve.go les: don't drop sentTo for normal cases (#22048) 2021-01-15 23:04:38 +01:00
server.go
server_handler.go les: remove useless protocol defines (#22115) 2021-01-16 19:06:18 +01:00
serverpool.go
serverpool_test.go
servingqueue.go
sync.go
sync_test.go
test_helper.go
txrelay.go les: remove transaction propagation limits (#22125) 2021-01-07 23:39:35 +01:00
ulc.go
ulc_test.go