Skip to content

Release v2.2.0

Compare
Choose a tag to compare
@theotherian theotherian released this 16 Nov 18:07

Summary

This release adds support for the XRPL gateway_balances method listed here and fixes an interning issue with a few types.

Changelog

  • Fixes #179 (Remove all interning)

Maven

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.xrpl4j</groupId>
            <artifactId>xrpl4j-bom</artifactId>
            <version>2.2.0</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

Javadoc