All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Performance Benchmarks
- Utility functions
- Initial production release
- command line interface
- automated market maker
- utility functions
- sidechain support
- Added CLI interface
- missing network_id member added to server info response
- server_state_duration_us in server info type changed to str
- add missing NFT request models
- add
parse_nftoken_idandget_nftoken_idutility functions - complete existing result models and add NFT result models
- add transaction
Metadatamodels - fix serialization issue where null values were tried to be serialized
- fix multisigning bug, because
signing_pub_keyis not set for multisigning but it is required, so it's just an empty string - add transaction response models
- add integration tests with XRPL test net.
- add amm support
- Transaction models
- Transaction signing
- Request models
- add sidechain support
- Transaction models
- Transaction signing
- improve errorhandling utilizing thiserror
- simplifying feature flags
- Examples
- Wallet from seed
- New wallet generation
- Client requests
- make
newmethods of models public - add
AsyncWebSocketClientandWebSocketClient - add
AsyncJsonRpcClientandJsonRpcClient - update dependencies
- add devcontainer
- add transaction helpers and signing
- add account helpers
- add ledger helpers
- add wallet helpers
- Request models
- Transaction models
- Ledger models
- Utilize
anyhowandthiserrorfor models - Utilities regarding
serdecrate - Utilities regarding
anyhowcrate
- Use
serde_withto reduce repetitive serialization skip attribute tags - Use
strum_macros::Displayinstead of manualcore::fmt::Display - Use
strum_macros::DisplayforCryptoAlgorithmenum - Separated
CurrencytoCurrency(IssuedCurrency,XRP) andAmount(IssuedCurrencyAmount,XRPAmount) - Make
Walletfields public - Updated crates:
- secp256k1
- crypto-bigint
- serde_with
- criterion
- Broken documentation link
- Flatten hex exceptions missed from previous pass
Initial core release.
- All Core functionality working with unit tests