openethereum/ethcore/light/src
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
..
client Generalize engine trait (#6591) 2017-09-26 14:19:08 +02:00
net Light Client: fetch transactions/receipts by transaction hash (#6641) 2017-10-08 18:19:27 +02:00
on_demand Light Client: fetch transactions/receipts by transaction hash (#6641) 2017-10-08 18:19:27 +02:00
types Rename builder module to batch 2017-09-24 20:09:40 +02:00
cache.rs Don't reexport bigint from util 2017-09-04 16:36:49 +02:00
cht.rs separate trie from util and make its dependencies into libs: 2017-09-15 11:03:53 +08:00
lib.rs rename trie to patricia-trie 2017-09-15 11:49:26 +08:00
provider.rs Light Client: fetch transactions/receipts by transaction hash (#6641) 2017-10-08 18:19:27 +02:00
transaction_queue.rs Don't reexport bigint from util 2017-09-04 16:36:49 +02:00