monero-java

Java library for using Monero

MIT License

Stars
105
Committers
8

Bot releases are hidden (Show)

monero-java - monero-java-v0.8.1

Published by woodser about 1 year ago

What's Changed

  • fix poll counter for monero-wallet-rpc which could stop polling c68d5c147df740d1115ff5758abfa80b767fb455

Full Changelog: https://github.com/monero-ecosystem/monero-java/compare/v0.8.0...v0.8.1

See v0.8.0 release.

monero-java - monero-java-v0.7.13

Published by woodser over 1 year ago

What's Changed

  • Support monero-project v0.18.2.0
  • Build native libraries on Windows
  • Support TOR requests via proxy URI (see tor.md)
  • Set account and subaddress labels
  • Prune the blockchain
  • Get transaction pool statistics
  • Rename sync height to restore height
  • Fix segfault exporting empty key images

Full Changelog: https://github.com/monero-ecosystem/monero-java/compare/v0.7.12...v0.7.13

monero-java - monero-java-v0.7.12

Published by woodser over 1 year ago

monero-java - monero-java-v0.7.11

Published by woodser over 1 year ago

  • set tx fee from daemon using rct_signatures field
  • TaskLooper supports getTask(), isStarted(), and chaining
  • GenUtils.executeTasks() throws exception from any task
  • document getTxs() behavior when tx not found by id
  • rename monero-daemon-rpc to monerod & update architecture diagram
monero-java - monero-java-v0.7.10

Published by woodser almost 2 years ago

monero-java - monero-java-v0.7.8

Published by woodser almost 2 years ago

monero-java - monero-java-v0.7.7

Published by woodser almost 2 years ago

  • Synchronize rpc requests
monero-java - monero-java-v0.7.6

Published by woodser about 2 years ago

  • Set Jackson version to [2.13.1, 2.13.2.2]
monero-java - monero-java-v0.7.4

Published by woodser about 2 years ago

  • Full wallet does not connect to localhost by default
  • Support subaddress lookahead when creating full wallet
monero-java - monero-java-v0.7.3

Published by woodser about 2 years ago

  • 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 - monero-java-v0.7.2

Published by woodser about 2 years ago

  • 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 - monero-java-v0.7.1

Published by woodser over 2 years ago

  • 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 - monero-java-v0.7.0

Published by woodser over 2 years ago

  • Update to monero v0.17.3.2
  • Rename getMultisigHex() to exportMultisigHex()
  • Add describeUnsignedTxSet() and describeMultisigTxSet() convenience functions
monero-java - monero-java-v0.6.4

Published by woodser over 2 years ago

  • 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
monero-java - monero-java-v0.6.3

Published by woodser over 2 years ago

  • Connection manager bug fixes.
monero-java - monero-java-v0.6.2

Published by woodser almost 3 years ago

  • MoneroWalletRpc setDaemonConnection() supports login credentials