The Status module that consumes go-ethereum https://status.im
Go to file
Victor Farazdagi 4415ee65f6 update bindings to work correctly w/ geth-1.5.3-unstable 2016-11-25 11:06:47 +03:00
build Allow conditionally build for Testnet/Mainnet. Closes #40 2016-10-13 14:46:54 +03:00
cmd/status update bindings to work correctly w/ geth-1.5.3-unstable 2016-11-25 11:06:47 +03:00
data update bindings to work correctly w/ geth-1.5.3-unstable 2016-11-25 11:06:47 +03:00
extkeys Major code refactoring 2016-09-15 06:13:40 +03:00
geth update bindings to work correctly w/ geth-1.5.3-unstable 2016-11-25 11:06:47 +03:00
jail update bindings to work correctly w/ geth-1.5.3-unstable 2016-11-25 11:06:47 +03:00
vendor fixes issue with wrong tx signer chainId 2016-11-25 11:05:03 +03:00
xgo xgo: switch to Go 1.7.1 2016-09-23 17:29:08 +03:00
.gitignore eth.accounts rely on ext. keys now (account + sub accounts) 2016-09-28 10:38:44 +03:00
.travis.yml Travis CI tests pass now 2016-09-28 18:52:30 +03:00
LICENSE.md Create LICENSE.md 2016-09-21 10:00:29 +08:00
Makefile DiscardTransactions() + CompleteTransactions(). Fixes #32 2016-11-12 21:26:33 +03:00
README.md Adds build status 2016-09-28 17:35:39 +03:00

README.md

branch build status
master Build Status
develop Build Status

Status bindings for go-ethereum

LES protocol and referece server

  • In order for clients to sync/pull blockchain headers using LES protocol, the full LES server is required, for reference.
  • We expose one such server (to be added using admin.addPeer() or as static-nodes.json):
[
  "enode://4e2bb6b09aa34375ae2df23fa063edfe7aaec952dba972449158ae0980a4abd375aca3c06a519d4f562ff298565afd288a0ed165944974b2557e6ff2c31424de@138.68.73.175:30303"
]