v0.2.4 Test suite passing against recent version
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.