status-go/geth/node
Ivan Tomilov 0270590646 Fixed develop functionality (#237)
* Fixed tests (only when they run one by one; they can still fail if run together)
* Fixed TestJailSendQueuedTransaction: the second command in case 4 was altering status.message_id and thus the test was failing. Earlier it had been working because cells were cloned during every Call
* Added a check into TestJailVMPersistence: now its concurrent-resiliency is asserted
* Fixed CallRPC: shh_version now return "5.0" instead of "0x5"
* Fixed TestWhisperFilterRace: there was changed Whisper API which should just be adhered to
* Fixed geth1.6.7 rebase consequences: primarily genesis blocks which now contain metropolishash
2017-08-07 17:48:14 +07:00
..
accounts.go major refactoring: node manager, tx queue, accounts, jail 2017-05-24 00:29:20 +03:00
accounts_test.go major refactoring: node manager, tx queue, accounts, jail 2017-05-24 00:29:20 +03:00
ios.go major refactoring: node manager, tx queue, accounts, jail 2017-05-24 00:29:20 +03:00
manager.go Merging bug/whisper-on-geth1.6.1 (#236) which acts like develop 2017-08-04 23:14:17 +07:00
manager_test.go node: expose in-proc RPC (CallRPC), closes #144 2017-05-28 17:05:33 +03:00
node.go Merging bug/whisper-on-geth1.6.1 (#236) which acts like develop 2017-08-04 23:14:17 +07:00
rpc.go rpc manager: do not transform input JSON 2017-05-29 15:03:16 +03:00
rpc_test.go Fixed develop functionality (#237) 2017-08-07 17:48:14 +07:00
signals.c major refactoring: node manager, tx queue, accounts, jail 2017-05-24 00:29:20 +03:00
signals.go node manager: make API async, fully cover with tests 2017-05-27 23:42:02 +03:00
txqueue.go major refactoring: node manager, tx queue, accounts, jail 2017-05-24 00:29:20 +03:00
utils.go node manager: make API async, fully cover with tests 2017-05-27 23:42:02 +03:00
whisper_test.go Fixed develop functionality (#237) 2017-08-07 17:48:14 +07:00