Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Releases: Alethio/ethstats-network-server

v1.5.2 - 2019.06.05

05 Jun 19:17
7a91efa
Compare
Choose a tag to compare
  • Add support for validators/signers on POA networks ("ibft2" and "clique" consensus algorithms)

v1.5.1 - 2019.05.22

22 May 09:43
b9b66d9
Compare
Choose a tag to compare
  • Add "clientTimeout" message sent to the client when inactive for more then 3 minutes

v1.5.0 - 2019.05.21

22 May 08:08
0846faa
Compare
Choose a tag to compare
  • 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

01 Apr 15:51
280400e
Compare
Choose a tag to compare
  • 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

14 Mar 13:40
7c4e4a5
Compare
Choose a tag to compare
  • 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

19 Feb 08:39
4be9807
Compare
Choose a tag to compare
  • 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

15 Feb 11:51
ed07c70
Compare
Choose a tag to compare
  • Fixed bug when Deepstream is restoring data on crash/restart
  • Added server urls testnets Rinkeby and Goerli

v1.3.9 - 2019.02.07

07 Feb 16:33
Compare
Choose a tag to compare
  • Update docker compose to use custom nginx config

v1.3.8 - 2019.02.05

05 Feb 16:28
efa9191
Compare
Choose a tag to compare
  • 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

01 Feb 10:50
Compare
Choose a tag to compare
  • Added config REDIS_NAMESPACE
  • Debug log improvements
  • CircleCI improvements
  • Other bug fixes