Skip to content

Releases: input-output-hk/psg-cardano-wallet-api

0.3.6

26 Oct 08:59
3954da2
Compare
Choose a tag to compare

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

15 Jul 13:42
Compare
Choose a tag to compare
  • 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)

28 May 09:58
a0a563a
Compare
Choose a tag to compare

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)

27 May 15:23
Compare
Choose a tag to compare

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

11 Jun 11:54
9679c6a
Compare
Choose a tag to compare

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

07 Dec 13:36
df7f750
Compare
Choose a tag to compare

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

16 Oct 18:34
4936e64
Compare
Choose a tag to compare

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

Initial release - support for scala/java

08 Oct 11:37
a7b06fd
Compare
Choose a tag to compare

This is the initial release of the scala and java wrapper to the Cardano Wallet backend API.

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.0</version>
</dependency>

Attached is the basic command line tool for developers.
See the README for more details.