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.
- Fixed bug: anyhow::Error not being imported in some modules caused errors.
- Fixed: Removed the 'static scope in function whenever it is not strictly needed.
- Fixed bug: Calls to nodejs process was causing some DeprecationWarnings (thrown by a 3rd party dependency)
- Fixed bug: XWalletGenerationResult struct fields were private
- Minor cosmetic fixes in examples and docs
- Fix docs link for crates.io
- Docs improvements and fixes
-
Into trait in proxy calls We can make our function easier for the caller to work with by using the Into trait. This trait will can automatically convert a &str into a String. If we already have a String, then no conversion happens.
-
Moving test boolean form methods to Xrpl constructor Moving the test boolean parameter in functions to the Xprl constructor will make things easier as we won't have to repeat it for every method.
We can make our function easier for the caller to work with by using the Into trait. This trait will can automatically convert a &str into a String. If we already have a String, then no conversion happens.
Moving the test boolean parameter in functions to the Xprl constructor will make things easier as we won't have to repeat it for every method.
This release adds support for the ILP methods to send a payment and retrieve a balance:
- Get Balance
- Send Money