quorum/eth
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
..
downloader cmd, eth: separate out FakePeer for future reuse 2017-10-10 15:52:11 +03:00
fetcher eth/fetcher: check the origin of filter tasks (#14975) 2017-10-10 11:53:05 +03:00
filters les, light: LES/2 protocol version (#14970) 2017-10-24 15:19:09 +02:00
gasprice all: update license information 2017-04-14 10:29:00 +02:00
api.go internal, accounts, eth: utilize vm failed flag to help gas estimation 2017-10-02 15:26:40 +03:00
api_backend.go core, eth: clean up bloom filtering, add some tests 2017-09-06 11:14:19 +03:00
api_test.go core/state: access trie through Database interface, track errors (#14589) 2017-06-27 15:57:06 +02:00
backend.go les, light: LES/2 protocol version (#14970) 2017-10-24 15:19:09 +02:00
bind.go eth, internal/ethapi: fix spelling of 'Ethereum' (#15164) 2017-09-20 11:31:31 +02:00
bloombits.go les, light: LES/2 protocol version (#14970) 2017-10-24 15:19:09 +02:00
config.go eth: use maxpeers from p2p layer instead of extra config 2017-09-05 19:18:28 +03:00
db_upgrade.go core, eth: clean up bloom filtering, add some tests 2017-09-06 11:14:19 +03:00
gen_config.go eth: use maxpeers from p2p layer instead of extra config 2017-09-05 19:18:28 +03:00
handler.go eth/fetcher: check the origin of filter tasks (#14975) 2017-10-10 11:53:05 +03:00
handler_test.go eth: use maxpeers from p2p layer instead of extra config 2017-09-05 19:18:28 +03:00
helper_test.go eth: use maxpeers from p2p layer instead of extra config 2017-09-05 19:18:28 +03:00
metrics.go eth, eth/downloader, eth/fetcher: delete eth/61 code 2016-07-22 13:17:19 +02:00
peer.go cmd, eth, les, mobile: make networkid uint64 everywhere 2017-04-25 14:53:50 +03:00
protocol.go core, light: send chain events using event.Feed (#14865) 2017-08-18 12:58:36 +02:00
protocol_test.go core, eth, les: polish txpool API around local/remote txs 2017-07-05 16:51:55 +03:00
sync.go eth: disable fast sync after pivot is committed 2017-09-06 15:02:44 +03:00
sync_test.go cmd/geth: add --config file flag (#13875) 2017-04-12 17:27:23 +03:00