Releases: input-output-hk/psg-cardano-wallet-api
0.3.6
Significant fixes
- PSGS-707 handle long (large) token amounts
- PSGS-721 added Policy case class
- Bump github action versions and plugin versions
- Bump scala to 2.13.9
This release is available on Maven Central
<dependency>
<groupId>solutions.iog</groupId>
<artifactId>psg-cardano-wallet-api_2.13</artifactId>
<version>0.3.6</version>
</dependency>
Command line tool added as .zip archive.
v0.3.4 Expose generic native asset policy builder
- Expose generic native asset policy builder
This release is available on Maven Central
<dependency>
<groupId>solutions.iog</groupId>
<artifactId>psg-cardano-wallet-api_2.13</artifactId>
<version>0.3.4</version>
</dependency>
Attached is a basic command line tool for developers.
v0.3.1 Model calling the Cardano CLI (Experimental)
This release differs from 0.3.0 in that it is built with the most up to date dependencies.
This release is available on Maven Central
<dependency>
<groupId>solutions.iog</groupId>
<artifactId>psg-cardano-wallet-api_2.13</artifactId>
<version>0.3.1</version>
</dependency>
Attached is a basic command line tool for developers.
v0.3.0 Model calling the Cardano CLI (Experimental)
This release adds a wrapper to calling the Cardano command line and a fluent interface to some of the command line commands.
As usual the release is available on Maven Central and the command line zip is attached.
There will be a point release very soon updating the dependencies to the latest.
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.
v0.2.3 Add support for cardano-wallet release and further API support
- support for Cardano Wallet Backend v2020-11-17
- support for the migrations API
This release is available on Maven Central
<dependency>
<groupId>solutions.iog</groupId>
<artifactId>psg-cardano-wallet-api_2.13</artifactId>
<version>0.2.3</version>
</dependency>
Attached is the basic command line tool for developers.
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).
Initial release - support for scala/java
This is the initial release of the scala and java wrapper to the Cardano Wallet backend API.
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.0</version>
</dependency>
Attached is the basic command line tool for developers.
See the README for more details.