openethereum/ethcore/sync/src
David 9caa868603
Make HashDB generic (#8739)
The `patricia_trie` crate is generic over the hasher (by way of HashDB) and node encoding scheme. Adds a new `patricia_trie_ethereum` crate with concrete impls for Keccak/RLP.
2018-07-02 18:50:05 +02:00
..
chain Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00
light_sync Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
res Private transactions processing error handling (#8431) 2018-04-20 15:45:53 +02:00
tests Add type for passwords. (#8920) 2018-06-22 15:09:15 +02:00
api.rs Limit the number of transactions in pending set (#8777) 2018-06-12 08:22:54 +02:00
block_sync.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
blocks.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
lib.rs Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00
private_tx.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
snapshot.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
sync_io.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
transactions_stats.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00