openethereum/ethcore/src/client
Arkadiy Paronyan 52ac5a00f5 Backports for beta (#1888)
* Sync to peers with confirmed fork block only (#1863)

* Fixing gas conversion

* Validating u256->usize conversion

* Update cache usage on commiting block info (#1871)

* Use UntrustedRlp for block verification (#1872)

* take snapshot at specified block and slightly better informants (#1873)

* prettier informant for snapshot creation

* allow taking snapshot at a given block

* minor tweaks

* elaborate on cli

* Send new block hashes to all peers (#1875)

* Reduce max open files (#1876)

* ws-rs update

* Fixing test

* Fixing miner deadlock (#1885)
2016-08-09 14:05:02 +02:00
..
chain_notify.rs Moved syncing log out of the client (#1670) 2016-07-20 12:36:20 +02:00
client.rs Backports for beta (#1888) 2016-08-09 14:05:02 +02:00
config.rs Disable WAL (#1765) 2016-07-29 15:36:00 +02:00
error.rs Remove (almost all) panickers from trie module (#1776) 2016-08-03 18:35:48 +02:00
mod.rs Snapshot creation and restoration (#1679) 2016-08-05 17:00:46 +02:00
test_client.rs miner and client take spec reference (#1853) 2016-08-05 23:33:55 +02:00
trace.rs Client IPC Interface (#1493) 2016-07-07 09:39:32 +02:00
traits.rs Supporting blockid in eth_call and trace_call/trace_raw (#1837) 2016-08-04 18:17:21 +02:00