status-go/geth
Dmitry Shulyak 4cddc362ac
Fix all data races in jail package (#632)
* Rework how loop is stopped

* Use atomic int32 for DummyTask

* Close loop channel only once

* Rename closeChan to closedChan
2018-02-08 15:03:04 +02:00
..
account Group tests in a dedicated testing package (#629) 2018-02-08 13:52:47 +01:00
api Result of tx processing returned as QueuedTxResult 2018-02-02 09:47:56 +02:00
common Sync blockchain before running e2e tests on public testnet #568 (#612) 2018-02-07 11:48:03 +01:00
jail Fix all data races in jail package (#632) 2018-02-08 15:03:04 +02:00
log Make gas linter happy (#544) 2018-01-17 17:46:21 +01:00
mailservice Refactor shh_requestMessages method (#513) 2017-12-21 11:26:01 +01:00
node Fix sync-and-exit option logic (#628) 2018-02-08 10:51:53 +02:00
notification Update notify interface and mark old one as deprecated 2017-10-24 00:47:09 +03:00
params Enable ethereum metrics collection (#616) 2018-02-05 21:25:40 +02:00
rpc Add a test case to reproduce the issue (#548) 2018-01-11 18:17:41 +01:00
signal Enforce type safety in `NodeCrashEvent` #602 (#607) 2018-02-05 11:37:59 +01:00
transactions Group tests in a dedicated testing package (#629) 2018-02-08 13:52:47 +01:00