- Allow configuration of ElectrumX via environment variables - Allow change of node bind address (to 0.0.0.0) via environment variable to facilitate use within docker.
0.0.22
- Minor bug fix for merchant_api plugin
0.0.21
- Added Merchant API v1.1.0 - Replaced curio-based status monitor with aiohttp framework (more ubiquitous, production-ready framework). - Added initial Sphinx documentation. - Multiple minor bug fixes.
0.0.19
- Large refactoring towards a plugin model for each component. - Introduced a python virtual environment for insulating python package dependencies from the system installation of python.
0.0.18
- Add basic cross platform testing in Azure pipeline (`install`, `start`, `stop`, `reset` command usage for each component) - Add whatsonchain component (requires node.js installation)
0.0.17
- Added `--background` flag for running components as background processes. Required for azure pipeline.