This repository has been archived by the owner on Apr 27, 2021. It is now read-only.
Releases: Alethio/ethstats-network-server
Releases · Alethio/ethstats-network-server
v1.5.2 - 2019.06.05
v1.5.1 - 2019.05.22
- Add "clientTimeout" message sent to the client when inactive for more then 3 minutes
v1.5.0 - 2019.05.21
- Add WebSocket API improvements
- Add WebSocket API documentation
- Add support for "stats.pendingTxs"
- Validate networkId on login
- Remove "net" subdomain
v1.4.1 - 2019.04.01
- Remove "sprintf" npm package due to memory leaks
- Update Infura library to use latest v3 API
- Update npm dependent packages to latest versions
v1.4.0 - 2019.03.14
- Add support for PostgreSQL
- Add docker compose example for cluster mode with PostgreSQL persistence
- Auto install the PostgreSQL tables if ALL tables are not found
- Improvement on getting transaction hashes from a Nethermind node
- Removed miner from checking for block existence
v1.3.11 - 2019.02.18
- Added configurable dashboard url depending on the network
- Updated registration email to show the network on which the node was added
v1.3.10 - 2019.02.15
- Fixed bug when Deepstream is restoring data on crash/restart
- Added server urls testnets Rinkeby and Goerli
v1.3.9 - 2019.02.07
- Update docker compose to use custom nginx config
v1.3.8 - 2019.02.05
- Fixed blocks persistence for lite mode
- Updated dependencies to latest versions
- Added config CASSANDRA_LOCAL_DATA_CENTER
- Fixed linting issues
v1.3.7 - 2019.02.01
- Added config REDIS_NAMESPACE
- Debug log improvements
- CircleCI improvements
- Other bug fixes