Skip to content

v0.2.2 - Minor Fixes and Improvements

Choose a tag to compare

@mcsherrylabs mcsherrylabs released this 16 Oct 18:34
· 32 commits to master since this release
4936e64

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

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).