Skip to content

monero-java-v0.1.0

Compare
Choose a tag to compare
@woodser woodser released this 06 Sep 16:00
· 884 commits to master since this release

This release adds multisig support to the RPC and JNI wallets.

The specification was also updated to include parameter types and accurately document ulongs and uints.

This release makes breaking changes to the wallet API. Specifically, in order to support multisig, the return type when sending transactions is now a MoneroTxSet which contains references to individual transactions, rather than returning the transactions directly.