Skip to content

v0.2.4 Test suite passing against recent version

Compare
Choose a tag to compare
@mcsherrylabs mcsherrylabs released this 11 Jun 11:54
· 26 commits to master since this release
9679c6a

This release only updates the code to allow it to pass against recent versions of node (1.26.2) and wallet (2021.4.28).

This involved disabling an endpoint that has been disabled in the cardano wallet release and making some deprecated API return values optional.

This release is available on Maven Central

<dependency>
  <groupId>solutions.iog</groupId>
  <artifactId>psg-cardano-wallet-api_2.13</artifactId>
  <version>0.2.4</version>
</dependency>

Attached is the basic command line tool for developers.