Skip to content

Releases: woodser/monero-java

monero-java-v0.6.2

17 Jan 18:51
Compare
Choose a tag to compare
  • MoneroWalletRpc setDaemonConnection() supports login credentials

monero-java-v0.6.0

13 Jan 18:52
Compare
Choose a tag to compare
  • Connection manager bug fixes and improvements
  • Rename daemon.getConnections() -> daemon.getPeers()
  • Merge MoneroDaemonConnection and MoneroDaemonPeer into MoneroPeer

monero-java-v0.5.11

30 Dec 19:02
Compare
Choose a tag to compare
  • Connection manager setConnection(uri) does not change existing credentials

monero-java-v0.5.10

29 Dec 21:36
Compare
Choose a tag to compare
  • connection manager bug fixes, reverse priority order
  • support restoring wallet from private spend key
  • stopProcess() uses destroy() instead of destroyForcibly()
  • test initializing default cache

monero-java-v0.5.9

02 Dec 21:34
Compare
Choose a tag to compare
  • Support MoneroUtils.getIntegratedAddress(networkType, address, paymentId).
  • Update to monero-project v0.17.3.0.

monero-java-v0.5.8

10 Nov 22:07
Compare
Choose a tag to compare
  • Support starting and stopping daemon process.
  • Update connection manager.
  • Use MIT license only.
  • Add Haveno as related project.

monero-java-v0.5.7

19 Oct 21:24
Compare
Choose a tag to compare
  • combine jni bridges for wallet and utils into one file
  • support and test spend and view key validation
  • support GenUtils.isHex()
  • sync view-only wallets in tests before use
  • update monero-cpp, test wallet

monero-java-v0.5.5

06 Sep 13:06
Compare
Choose a tag to compare
  • Update to monero-project v0.17.2.3 for improved decoy selection
  • Introduce MoneroConnectionManager class to manage Monero RPC connections
  • Rename wallet isConnected() to isConnectedToDaemon()
  • Use common task looper utility

monero-java-v0.5.4

18 Aug 15:27
Compare
Choose a tag to compare
  • Support freezing and thawing outputs
  • Return spent key images when funds spent
  • Improve performance and reliability of notifications
  • Support input query
  • Support library logging
  • Minor bug fixes and cleanup

monero-java-v0.5.3

13 Apr 00:19
Compare
Choose a tag to compare
  • Update to monero-project v0.17.2.0
  • Improve reliability of wallet notifications
  • Consolidate and refactor notification tests to be more thorough