Skip to content

Latest commit

 

History

History
103 lines (60 loc) · 1.68 KB

CHANGELOG.md

File metadata and controls

103 lines (60 loc) · 1.68 KB

5.0.0

  • Minimum required Dart SDK version updated to 3.3.
  • The RPC method names and service class implementations have been updated. Please refer to the examples folder for guidance.
  • Update dependencies.

4.9.0

  • Fix parsing RPC Error.
  • Important Notice: This is the final version supporting Dart v2. The next release will require Dart v3.3 or higher.

4.8.0

  • Update dependencies.

4.7.0

  • Update dependencies.

4.6.0

  • Fix parsing of XRPLedgerState model when using WebSocket service.

4.5.0

  • Update dependencies.

4.4.0

  • Update dependencies.

4.3.0

  • Update dependencies.

4.2.0

  • Update dependencies.
  • Some API changed please review the examples.

4.1.2

  • Update dependencies.

4.1.1

  • Update dependencies.

4.1.0

  • Update dependencies.

4.0.1

  • Update the README.

4.0.0

  • Changed the package name from xrp_dart to xrpl_dart to match the already existing SDK naming convention

3.0.3

  • Corrected fee calculation in the autoFill method.
  • Updated dependencies for enhanced performance and security.

3.0.2

  • Update dependencies.
  • Fixed encodeSeed method in web.

3.0.1

  • Update dependencies.

3.0.0

  • Added support for JSON-RPC WebSocket, expanding communication options.
  • Downgraded Dart SDK from 3.1 to 2.15 for compatibility.
  • Introduced support for new transaction types:
    • XChainAccountCreateCommit
    • XChainAddAccountCreateAttestation
    • XChainAddClaimAttestation
    • XChainClaim
    • XChainCreateBridge
    • XChainModifyBridge

2.0.0

  • Remove unused dependencies.
  • Update dependencies.
  • Fix Some method for web.

1.1.0

  • Update dependencies.

0.2.0

  • Removing inefficient methods.

0.1.0

  • TODO: Release.