The Status module that consumes go-ethereum https://status.im
Go to file
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
build geth/params: node settings implemented #116 2017-03-17 17:38:22 +03:00
cmd/statusd Merging bug/whisper-on-geth1.6.1 (#236) which acts like develop 2017-08-04 23:14:17 +07:00
extkeys refactor: linters + recommendations applied, closes #146 2017-05-15 08:19:46 +03:00
geth Fixed develop functionality (#237) 2017-08-07 17:48:14 +07:00
static Merging bug/whisper-on-geth1.6.1 (#236) which acts like develop 2017-08-04 23:14:17 +07:00
vendor Merging bug/whisper-on-geth1.6.1 (#236) which acts like develop 2017-08-04 23:14:17 +07:00
xgo Arch dependent status headers. Fixes #80 2016-12-16 02:00:08 +03:00
.dockerignore cmd/statusd: faucet sub-command added, refs #159 2017-05-16 10:51:11 +03:00
.gitignore Merging bug/whisper-on-geth1.6.1 (#236) which acts like develop 2017-08-04 23:14:17 +07:00
.travis.yml TravisCI: move to go 1.8 2017-05-24 00:34:07 +03:00
Dockerfile cmd/statusd: faucet sub-command added, refs #159 2017-05-16 10:51:11 +03:00
LICENSE.md Create LICENSE.md 2016-09-21 10:00:29 +08:00
Makefile Add http enable flag for Node, closes #191 2017-07-13 13:54:10 +07:00
README.md Update README.md 2016-12-19 23:53:52 +03:00
package.json whisper: JavaScript tests to cover updated Whisper API 2017-05-14 02:34:08 +03:00

README.md

Status bindings for go-ethereum Master Build Status Develop Build Status

TravisCI Builds GoDoc

Docs