Commit Graph

17 Commits

Author SHA1 Message Date
dsc dea2100bd9 Remove XMR nodes 2021-04-05 21:04:05 +02:00
tobtoht 9f3253b349
Add selsta nodes 2021-01-06 05:01:28 +01:00
tobtoht b4b76e7d37
Fix nodes json 2020-12-30 00:34:36 +01:00
tobtoht ca1fdfd73a Remove poorly performing / offline nodes 2020-12-29 22:13:58 +01:00
dsc 42bb0c832e Feather-ws rewrite;
- Move recurring tasks into their own class; inherits from `FeatherTask`
- CCS proposals: Don't use API, it's broken - webcrawl instead until it is fixed.
- Switch to hypercorn as the ASGI server, *with* support for multiple workers. You can now run feather-ws with, for example, `--workers 6`. See `Dockerfile`.
- Introduce support for various coins under `BlockheightTask`
- Introduce support for various Reddit communities under `RedditTask`
- Introduced weightvoting whilst validating third-party RPC blockheights - where nodes are filtered based on what other nodes are commonly reporting.
- Current blockheights are fetched from various block explorers and weightvoting is done to eliminate outliers under `BlockheightTask`.
- Don't filter/remove bad nodes from the rpc_nodes list; correctly label them as disabled/bad nodes.
- Multiple Feather instances (each for it's own coin) can now run on one machine, using only one Redis instance, as each coins has it's own Redis database index.
- Configuration options inside `settings.py` can now be controlled via environment variables.
- Better logging through custom log formatting and correct usage of `app.logger.*`
- Fixed a bug where one task could overlap with itself if the previous one did not finish yet. This was particularly noticable inside the `RPCNodeCheckTask` where the high timeout (for Tor nodes) could cause the task to run *longer* than the recurring task interval.
- Introduced a `docker-compose.yml` to combine the Feather container with Redis and Tor containers.
- Blocking IO operations are now done via `aiofiles`
2020-12-22 19:07:24 +01:00
tobtoht 6638a273ef Add more .onion nodes 2020-12-03 16:09:37 +01:00
tobtoht 19bb05a581 Temporarily remove out of sync node
We can add it back once client side filtering is improved.
2020-11-20 11:46:02 +01:00
tobtoht 3a28a95b55 Add xmr.fail node 2020-11-13 15:28:23 +01:00
dsc 8f874d84e1 Add cypherpunklabs node 2020-10-11 19:21:32 +02:00
dsc 0bdf978d00 change domain 2020-10-08 23:52:51 +02:00
dsc 559796b4db Add lza's node take 2 2020-10-08 02:31:48 +02:00
dsc 4960c86412 Remove dead nodes 2020-10-06 18:01:02 +02:00
dsc afc7904b4d Another day, another node 2020-10-06 17:58:44 +02:00
tobtoht acf4d80f44 Add more tor nodes 2020-10-06 17:21:24 +02:00
dsc 1924d644a4 Update nodes 2020-10-06 17:10:51 +02:00
dsc 95f23e9192 Add lza's node 2020-10-06 00:53:09 +02:00
dsc 7785d5befe Initial commit 2020-10-03 15:40:18 +02:00