Skip to content

Releases: SatoshiPortal/batcher

Batcher v0.2.1

30 Mar 16:36
3dca19f
Compare
Choose a tag to compare

Minor release, fixes to logs, library updates.

Batcher v0.2.0

28 Feb 19:50
Compare
Choose a tag to compare

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

25 May 21:51
31ba469
Compare
Choose a tag to compare

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

10 Feb 19:43
Compare
Choose a tag to compare

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

02 Oct 20:26
Compare
Choose a tag to compare

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.