openethereum/ethcore/light/src/net
Robert Habermeier b010fb5004 Light Client: fetch transactions/receipts by transaction hash (#6641)
* rpc: transaction/receipt requests made async

* rpc: light client fetches transaction and uncle by hash/index

* on_demand: request type for transaction index

* serve transaction index requests in light protocol

* add a test for transaction index serving

* fetch transaction and receipts by hash on light client

* fix decoding tests

* light: more lenient cost table parsing (backwards compatible)

* fix tests and warnings

* LES -> PIP

* Update provider.rs

* proper doc comments for public functions
2017-10-08 18:19:27 +02:00
..
tests Light Client: fetch transactions/receipts by transaction hash (#6641) 2017-10-08 18:19:27 +02:00
context.rs generalize RequestBuilder 2017-04-05 15:02:44 +02:00
error.rs Report whether a peer was kept from `Handler::on_connect` 2017-06-30 11:00:32 +02:00
load_timer.rs Revert "fixed master (#6465)" 2017-09-05 17:54:05 +02:00
mod.rs Light Client: fetch transactions/receipts by transaction hash (#6641) 2017-10-08 18:19:27 +02:00
request_credits.rs Light Client: fetch transactions/receipts by transaction hash (#6641) 2017-10-08 18:19:27 +02:00
request_set.rs Rename Requests to Batch 2017-09-24 20:09:30 +02:00
status.rs Don't reexport bigint from util 2017-09-04 16:36:49 +02:00