0.8.0
What's Changed
Integrated changes to the rpc from the Monero v0.18.4.0 release and some small fixes for existing calls.
Added
- WalletRpcClient::getDefaultFeePriority()
- WalletRpcClient::scanTx()
Changed
- WalletRpcClient::sign() and verify() added missing parameters and output fields
- DaemonRpcClient::setDaemon() has a new proxy parameter
- DaemonRpcClient::setBans() now throws InvalidHostOrSubnet or NoIpOrHostSuppliedException exceptions
Fixed
- The regex parameter for WalletRpcClient::getAccounts() was not working because of a misspelling
Full Changelog: 0.7.4...0.8.0