Skip to content

Releases: ripple/xrp-batch-payout-cli

v2.0.3

24 Dec 03:36
08d7a23
Compare
Choose a tag to compare

Updates Dependencies ( xrpl, ts-node, @types/chai, typescript, eslint-plugin-import, @types/node, @types/mocha )

v2.0.2

24 Dec 03:35
08d7a23
Compare
Choose a tag to compare

Fix using in-built commander actions to read command-line options.

v2.0.1

24 Dec 03:33
08d7a23
Compare
Choose a tag to compare

No new features.
Updates Dependencies

v2.0.0

17 Dec 16:21
bb6c9e7
Compare
Choose a tag to compare

The app remains familiar as far as experience is concerned, but some underlying technologies have changed.

What's Changed

  • Replace gRPC with WebSocket.
  • Use xrpl.js instead of the old xpring-js.
    Both of these changes were made here: #147
  • Renames app to xrp-batch-payout-cli
  • Updates dependencies (node, typescript, papaparse, mocha, chai, prompts, tslog)

v1.1.0

20 Nov 19:08
Compare
Choose a tag to compare

Features:

  • Adds support for partial overrides ( so can specify an overrides file without a secret )
  • Adds support for transforming 'null' to null values on parse

Fixes:

  • Updates UI to reflect appropriate XRP precision of 6

v1.0.3

30 Oct 20:42
Compare
Choose a tag to compare

Fixes :

  • Truncate to 6 decimal places after calculating XRP amount from USD amount for sending payouts

v1.0.1

24 Oct 00:18
Compare
Choose a tag to compare
  • Trims all input strings for CSV and prompt input

v1.0.0

24 Oct 00:16
0621fa5
Compare
Choose a tag to compare
  • Initial release of xrp-batch-payout