xrpl_dart 5.3.0
xrpl_dart: ^5.3.0 copied to clipboard
Easily sign, create, and send all types of XRP transactions using the xrpl_dart package. Manage your XRP Ledger transactions securely and with ease.
5.3.0 #
- Update dependencies.
5.2.0 #
- Update dependencies.
5.1.0 #
- Update dependencies.
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.