Releases: ripple/xrp-batch-payout-cli
Releases · ripple/xrp-batch-payout-cli
v2.0.3
v2.0.2
Fix using in-built commander actions to read command-line options.
v2.0.1
No new features.
Updates Dependencies
v2.0.0
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 oldxpring-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
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
Fixes :
- Truncate to 6 decimal places after calculating XRP amount from USD amount for sending payouts
v1.0.1
- Trims all input strings for CSV and prompt input
v1.0.0
- Initial release of
xrp-batch-payout