status-go/geth
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
..
api Fixed develop functionality (#237) 2017-08-07 17:48:14 +07:00
common Merging bug/whisper-on-geth1.6.1 (#236) which acts like develop 2017-08-04 23:14:17 +07:00
jail Fixed develop functionality (#237) 2017-08-07 17:48:14 +07:00
node Fixed develop functionality (#237) 2017-08-07 17:48:14 +07:00
params Fixed develop functionality (#237) 2017-08-07 17:48:14 +07:00
testing node manager: make API async, fully cover with tests 2017-05-27 23:42:02 +03:00