All notable changes to this project will be documented in this file.
- Add support for sending to the server validators/signers on "clique" POA networks
- Fixed output on the stats variables sent to the server
- Add support for "clientTimeout" messages from the server
- Add WebSocket API improvements
- Add support for "stats.pendingTxs"
- Remove ".net" subdomain
- Remove "sprintf" npm package due to memory leaks
- Update npm dependent packages to latest versions
- Update register text and readme file
- Nethermind support for the latest blocks filter (#9)
- Added details for the authentication error if trying to change the network/server (#9)
- Updated Readme file with more details (#9)
- Fixed syncing bug
- Show correct dashboard url when app starts
- Improvements reconnecting with the Ethereum node
- Fixed server reconnection bug
- Updated Readme file
- Fixed web3 WebSocketProvider connection issue
- Reconnect to server improvements
- Reinit web3 improvements when no new block received
- Updated dependencies to latest versions
- Fixed websocket bug when reconnecting to the ethstats network server
- Added CircleCI workflow to trigger docker hub build sequentially
- Updated Dockerfile to use node:alpine for smaller image size
- Fixed basic auth when Web3 HttpProvider is used
- Added privacy policy on register
- Bug fix - reinit web3 provider when no new blocks received for more then 1 hour
- Updated README file
- Updated package.json
- Test automated builds on Docker Hub
- Updated README file
- Updated issue template files
- Dependency packages update
- Backwards compatibility with v.1 clients
- Updated dependencies to latest versions
- Fixed eslint problems
- NPM Publish debugging
- NPM Publish debugging
- NPM Publish debugging
- Improved logging Errors and Warnings
- Added history request for light mode server with no persistence
- Bug fix on require 'babel-polyfill' module
- On login send CPU, memory and disk information
- Every 5 seconds collect and send usage information
- Updated Dockerfile
- Automatically build docker image to
hub.docker.com/r/alethio/ethstats-cli
- Improved WS communication mechanism with the server.
- Fixed bug when ensuring the app is running only one instance inside docker container.
- Added debug infos
- Ensure the app is running only one instance.
- Improvements on the chain detection mechanism.
- Bug fixes.
- Added "--configurator-url" for custom configuration service, that provides application specific configs.
- Updated Readme file to include Troubleshooting, because the github repo is private.
- Updated Readme file.
- Added Changelog file.
- Added Troubleshooting file.
- Updated Readme file.
- Fixes bug on connection.
- Handle Parity sync subscription error.
- Added configurable text after the app successfully started.
- Updated Readme file.
- Added support for Web3 1.0 for performance issues, using websockets/ipc subscriptions. The app will use also the old version of Web3 (0.20.x) for the HTTP Provider which in the new version is deprecated.