Skip to content

Releases: woodser/monero-java

monero-java-v0.7.10

05 Jan 13:51
Compare
Choose a tag to compare

monero-java-v0.7.8

27 Oct 11:25
Compare
Choose a tag to compare

monero-java-v0.7.7

25 Oct 18:34
Compare
Choose a tag to compare
  • Synchronize rpc requests

monero-java-v0.7.6

13 Oct 14:09
Compare
Choose a tag to compare
  • Set Jackson version to [2.13.1, 2.13.2.2]

monero-java-v0.7.4

29 Aug 11:59
Compare
Choose a tag to compare
  • Full wallet does not connect to localhost by default
  • Support subaddress lookahead when creating full wallet

monero-java-v0.7.3

22 Aug 22:57
Compare
Choose a tag to compare
  • Update to monero-project v0.18.1.0
  • Support scanTxs() to scan txs by id
  • Test offline and default daemon connection
  • Update to c++14

monero-java-v0.7.2

06 Aug 22:21
Compare
Choose a tag to compare
  • Update to monero-project v0.18.0.0
  • Support creating integrated address from subaddress
  • Rename createPaymentUri() to getPaymentUri() (breaking change)
  • makeMultisig() returns string instead of object (breaking change)

monero-java-v0.7.1

06 Jun 19:17
Compare
Choose a tag to compare
  • Change wallet getIntegratedAddress(paymentId) to getIntegratedAddress(standardAddress, paymentId)
  • Prevent creating integrated address from subaddress
  • Fix querying outputs with amount
  • Test sending to integrated address

monero-java-v0.7.0

09 May 11:45
Compare
Choose a tag to compare
  • Update to monero v0.17.3.2
  • Rename getMultisigHex() to exportMultisigHex()
  • Add describeUnsignedTxSet() and describeMultisigTxSet() convenience functions

monero-java-v0.6.4

04 Feb 17:41
Compare
Choose a tag to compare
  • Balance is correct sending funds to self
  • Connection manager bug fixes, improvements, and documentation
  • Support wallet.changePassword(old, new)
  • Default to http if url protocol not given