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.
- Transaction details now work with CoinBase transactions
- UTXOs now returned in reverse order (consistent with rest.bitcoin.com)
- Add proper error handling
- Add ‘retry’ for calls that sometimes fail when communicating with node or Electrum
- Fix incorrectly calculated floating point numbers
- Add unit tests
- Fix receive bytes from Electrum server
- Add environmental variable configuration options
- Reduce Docker image size by using Alpine image