v0.2.2 - Minor Fixes and Improvements
Release Notes
- Fix bug - "listTransactions" was ignoring 'order' param
- Remove nulls from json
- Pretty print command line results
- Improve the command line "-help"
- Add to unit test coverage
It has been tested against
- Cardano Node 1.20.0
- Cardano Wallet 2020-09-30
This release is available on Maven Central
<dependency>
<groupId>solutions.iog</groupId>
<artifactId>psg-cardano-wallet-api_2.13</artifactId>
<version>0.2.2</version>
</dependency>
Attached is the basic command line tool for developers.
Noteworthy are - the fix to "listTransactions" and usability improvements to the command line help utility (see attached jar).