The Status module that consumes go-ethereum
Go to file
Dmitry Shulyak 442a12e996
Removing discovery-proxy from sources (#1445)
It was going to be used as proxy from discv5 to rendezvous for les nodes.
We are not using it at the moment, and not clear when we will be using it
and if we are going to use it all.

Additionally it has some memory leaks that need to be fixed, so it is better
to remove it for now and restore once/if we will need it again.
2019-04-18 10:39:55 +03:00
.github Configure recipients for Gopkg.lock changes in PRs 2019-01-22 08:18:15 +01:00
.vscode Streamline configuration in status-go. Part of #1180 (#1183) 2018-09-13 18:31:29 +02:00
_assets Removing discovery-proxy from sources (#1445) 2019-04-18 10:39:55 +03:00
account Login with keycard (#1358) 2019-01-24 16:44:46 +01:00
api Fetch multiple nodes from contract (#1430) 2019-03-29 18:49:01 +01:00
build/bin add .gitkeep to build/bin so it always exists 2019-03-05 14:22:00 +01:00
cmd Removing discovery-proxy from sources (#1445) 2019-04-18 10:39:55 +03:00
config Ensure that NewNodeConfigWithDefaults builds a valid configuration 2018-11-09 17:02:55 +01:00
contracts Feature/mailserver registry smart contract (#1135) 2018-08-20 15:55:43 +02:00
db Persist selected mail server using separate monitor (#1303) 2018-12-12 11:39:00 +02:00
discovery Removing discovery-proxy from sources (#1445) 2019-04-18 10:39:55 +03:00
exportlogs Add a method to mobile bindings that allows to dump content of the logs files (#1402) 2019-03-04 16:33:48 +02:00
extkeys add ExtendedKey.ChildForPurpose method to derive wallet or chat keys (#1312) 2018-12-11 17:01:30 +01:00
lib Add GetNodesFromContract endpoint 2019-03-29 12:55:54 +01:00
logutils Redirect log output to mobile system loggers 2019-03-07 17:07:12 +02:00
mailserver Fetch multiple nodes from contract (#1430) 2019-03-29 18:49:01 +01:00
metrics/node Gomobile support (#1164) 2019-02-01 18:02:52 +01:00
mobile Add GetNodesFromContract endpoint 2019-03-29 12:55:54 +01:00
node [Chaos Unicorn] Expose ChaosModeUpdate (#1422) 2019-03-29 12:55:54 +01:00
notifications/push Add SendDataNotification method (#1352) 2019-01-18 14:03:32 +01:00
notifier Notifier package to interact with gorush notifications (#910) 2018-05-08 16:30:03 +02:00
params Add goerli testnet 2019-03-19 10:56:09 +02:00
peers mailserver: refactor mailserver's rate limiter (#1341) 2019-01-10 17:07:16 +01:00
profiling Add profiling with pprof (#754) 2018-03-23 14:58:40 +01:00
rpc [Chaos Unicorn] Expose ChaosModeUpdate (#1422) 2019-03-29 12:55:54 +01:00
services Notify users that envelope was discarded and retry sending it (#1424) 2019-04-02 13:40:45 +03:00
signal Notify users that envelope was discarded and retry sending it (#1424) 2019-04-02 13:40:45 +03:00
static Allow multiple bundles, change n devices & bundle refresh (#1331) 2018-12-21 11:07:25 +01:00
t Add goerli testnet 2019-03-19 10:56:09 +02:00
timesource Sanity validate ntp response 2018-06-08 19:10:29 +03:00
transactions validate signature size on SendTransactionWithSignature (#1401) 2019-03-01 14:49:30 +01:00
vendor Notify users that envelope was discarded and retry sending it (#1424) 2019-04-02 13:40:45 +03:00
.codeclimate.yml #759 Codeclimate config (#843) 2018-04-23 15:55:21 +02:00
.dockerignore Ignore *.test files from all folders (#635) 2018-02-08 14:23:08 +02:00
.gitignore add compose setup for a bootnode 2019-03-21 16:42:44 +01:00
.golangci.yml update golangci to 1.10.2 (#1246) 2018-10-17 12:17:58 +02:00
.travis.yml Add canary-test make target to test beta fleet mailservers. Closes #1274 2018-11-19 19:02:32 +01:00
CONTRIBUTING.md Move CONTRIBUTING.md to top level (#798) 2018-04-04 12:51:05 +02:00
Gopkg.lock Notify users that envelope was discarded and retry sending it (#1424) 2019-04-02 13:40:45 +03:00
Gopkg.toml Notify users that envelope was discarded and retry sending it (#1424) 2019-04-02 13:40:45 +03:00
LICENSE.md Create LICENSE.md 2016-09-21 10:00:29 +08:00
Makefile Removing discovery-proxy from sources (#1445) 2019-04-18 10:39:55 +03:00
README.md forgot to update main README with link to instructions 2019-03-25 09:47:16 +01:00
RELEASING.md Update RELEASING.md 2019-01-02 18:57:20 +01:00
VERSION Add GetNodesFromContract endpoint 2019-03-29 12:55:54 +01:00