status-go/geth
Ivan Daniluk 3540972f0e Refactor and cleanup Jail (#368)
Refactor and clean up Jail package:

 Removes account.Manager and txqueue.Manager from Jail as they are not used anymore
 Removes messageID related code from Jail.Send
 Simplifies Jail.Send to be a wrapper around RPC client's CallRaw
 Renames jail_cell* to cell*
 Related cleanups
2017-10-06 19:52:26 +03:00
..
account Move accounts to separate package (#360) 2017-09-26 15:44:26 +02:00
api Refactor and cleanup Jail (#368) 2017-10-06 19:52:26 +03:00
common Refactor and cleanup Jail (#368) 2017-10-06 19:52:26 +03:00
jail Refactor and cleanup Jail (#368) 2017-10-06 19:52:26 +03:00
log Add some docs/readmes (#329) 2017-09-15 19:00:00 +03:00
node Remove LES activation when using upstream (#373) 2017-09-29 09:40:10 +02:00
params Fixed geth/node and geth/params tests (#332) 2017-09-19 14:40:43 +03:00
rpc Forward net_* rpc commands to the upstream (#377) 2017-09-29 17:09:41 +02:00
signal Fix signals package to compile for ios (#363) 2017-09-26 11:23:13 +02:00
testing Add support for 'go test -v' flag for tests (#315) 2017-09-14 14:41:50 +03:00
txqueue Move transaction queue code into separate package (#365) 2017-09-27 02:50:41 +02:00