Releases: SatoshiPortal/batcher
Releases · SatoshiPortal/batcher
Batcher v0.2.1
Batcher v0.2.0
Small release with fixes and improvements:
- Security bumps on libraries
- Fixes in the docs (thanks @phillamy)
externalId
now text instead of integer- Better HTTP client request management
- Amount validation when adding to batch
- Changed logger from Winston to tslog
- Fixed JWT to be fully compliant to spec
Batcher v0.1.2
New patch version for the Batcher! Here's a list of small fixes and improvements:
- Upgraded loads and y18n libs;
- We don't dequeue if the batch is already spent;
calledback
flag is not set to true when webhook is called;- Fixed docs for the webhooks body;
- Fixed debug messages.
Batcher v0.1.1
In this release of the Batcher cypherapp:
- Fixed a potential concurrency problem that could make Cyphernode's database inconsistent with Batcher's database;
- Fixed a potential dequeuing problem, when multiple outputs were merged for the same destination address, the whole total for the output was removed from the batch instead of only the dequeued batchRequest;
- Bump highlight.js from 9.18.1 to 9.18.5;
- Fixed merging of same bech32 output addresses with different cases.
Batcher v0.1.0
Batcher v0.1.0
Companion cypherapp for Cyphernode's batching functionalities.
This application is not required to use Cyphernode's batching functionalities. It only hide some complexities and add features such as scheduling, same-output aggregation, timeouts, etc.