All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.0.3 - 2021-11-11
- Fix retire reaction of pool nodes, returns ETH to pool owner
2.0.2 - 2021-10-20
- Improving reliability of retire transaction
2.0.1 - 2021-10-01
- Fix ETH balance metric value
- Fix log line
2.0.0 - 2021-09-28
- Support for staking pools
- Monitoring metrics for Prometheus
- Remove Heroku deployment button
- Remove ARM docker images temporarily while we investigate build fail
1.2.0 - 2021-05-03
- Stop block production at deprecated protocol
- Abort during startup if connection to ethereum gateway fails
- Fix late log level initialization
- Command to import MNEMONIC or SEED wallet to encrypted file
1.1.0 - 2021-03-01
- Option to use ETH Gas Station API for enhanced gas price prediction
- Docker image built for ARM V7 (32 bits), so it works with Raspberry PI 32 Bits OS
- Support for graceful shutdown of docker container (CTRL-C)
- Reduced gas of block production by 23%
- Reduced race conditions in some edge cases
- Improved revert message in some cases of race conditions
1.0.4 - 2021-01-25
- Reduced usage of ethereum provider by 50% (good news for Infura users)
1.0.3 - 2021-01-23
- Docker image built for ARM, so it works with Raspberry PI
1.0.2 - 2021-01-09
- Replacing clogged block producing transactions due to gas price spikes
- Changed block producing log message to make it less confusing
1.0.1 - 2020-12-30
- Returning retired node funds also during node startup
1.0.0 - 2020-12-06
- First release