quorum/les
Felföldi Zsolt ca376ead88 les, light: LES/2 protocol version (#14970)
This PR implements the new LES protocol version extensions:

* new and more efficient Merkle proofs reply format (when replying to
  a multiple Merkle proofs request, we just send a single set of trie
  nodes containing all necessary nodes)
* BBT (BloomBitsTrie) works similarly to the existing CHT and contains
  the bloombits search data to speed up log searches
* GetTxStatusMsg returns the inclusion position or the
  pending/queued/unknown state of a transaction referenced by hash
* an optional signature of new block data (number/hash/td) can be
  included in AnnounceMsg to provide an option for "very light
  clients" (mobile/embedded devices) to skip expensive Ethash check
  and accept multiple signatures of somewhat trusted servers (still a
  lot better than trusting a single server completely and retrieving
  everything through RPC). The new client mode is not implemented in
  this PR, just the protocol extension.
2017-10-24 15:19:09 +02:00
..
flowcontrol les: fix megacheck warnings (#14941) 2017-08-08 19:31:08 +03:00
api_backend.go les, light: LES/2 protocol version (#14970) 2017-10-24 15:19:09 +02:00
backend.go les, light: LES/2 protocol version (#14970) 2017-10-24 15:19:09 +02:00
bloombits.go les, light: LES/2 protocol version (#14970) 2017-10-24 15:19:09 +02:00
distributor.go les: code refactoring (#14416) 2017-06-21 12:27:38 +02:00
distributor_test.go les: code refactoring (#14416) 2017-06-21 12:27:38 +02:00
execqueue.go les: fix goroutine leak in execQueue (#14480) 2017-05-16 20:56:02 +02:00
execqueue_test.go les: fix goroutine leak in execQueue (#14480) 2017-05-16 20:56:02 +02:00
fetcher.go les: code refactoring (#14416) 2017-06-21 12:27:38 +02:00
handler.go les, light: LES/2 protocol version (#14970) 2017-10-24 15:19:09 +02:00
handler_test.go les, light: LES/2 protocol version (#14970) 2017-10-24 15:19:09 +02:00
helper_test.go les, light: LES/2 protocol version (#14970) 2017-10-24 15:19:09 +02:00
metrics.go all: fix spelling errors 2017-01-06 19:44:35 +02:00
odr.go les, light: LES/2 protocol version (#14970) 2017-10-24 15:19:09 +02:00
odr_requests.go les, light: LES/2 protocol version (#14970) 2017-10-24 15:19:09 +02:00
odr_test.go les, light: LES/2 protocol version (#14970) 2017-10-24 15:19:09 +02:00
peer.go les, light: LES/2 protocol version (#14970) 2017-10-24 15:19:09 +02:00
protocol.go les, light: LES/2 protocol version (#14970) 2017-10-24 15:19:09 +02:00
randselect.go les: implement light server pool 2016-12-08 13:38:15 +01:00
randselect_test.go all: gofmt -w -s 2017-01-06 15:52:03 +01:00
request_test.go les, light: LES/2 protocol version (#14970) 2017-10-24 15:19:09 +02:00
retrieve.go les, light: LES/2 protocol version (#14970) 2017-10-24 15:19:09 +02:00
server.go les, light: LES/2 protocol version (#14970) 2017-10-24 15:19:09 +02:00
serverpool.go les: code refactoring (#14416) 2017-06-21 12:27:38 +02:00
sync.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
txrelay.go les: code refactoring (#14416) 2017-06-21 12:27:38 +02:00