Releases: woodser/monero-java
Releases · woodser/monero-java
monero-java-v0.8.2
What's Changed
- fix memory leaks in
getTxs
,getTransfers
, andgetOutputs
through JNI bridge 3cc9aa1
Full Changelog: v0.8.1...v0.8.2
monero-java-v0.8.1
What's Changed
- fix poll counter for monero-wallet-rpc which could stop polling c68d5c1
Full Changelog: v0.8.0...v0.8.1
See v0.8.0 release.
monero-java-v0.8.0
What's Changed
- support subtracting fee from destinations
- support unencrypted wallets with monero-wallet-rpc
- update moveTo() without password param (breaking change)
- refactor mnemonic to seed (breaking change)
- view-only wallets throw on get seed, language, or spend key (breaking change)
- do not throw when getting missing txs from wallet (breaking change)
- rename unlock height to unlock time and use BigInteger (breaking change)
- change tx extra to byte[] (breaking change)
Full Changelog: v0.7.16...v0.8.0
monero-java-v0.7.16
monero-java-v0.7.15
- support monero-project v18.2.2
- connection manager adds or replaces connection on setConnection
- monero connection manager isConnected returns null for unknown status
- support MoneroRpcConnection.setPrintStackTrace(enabled)
- support force stopping monerod and monero-wallet-rpc processes
- reconcile monero tx fields so it can become failed
- get listeners from connection manager
- support result.isTxExtraTooBig from daemon submission
- tests do not query pool of offline wallet
- don't check connection in getTxs()
monero-java-v0.7.14
monero-java-v0.7.13
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: v0.7.12...v0.7.13
monero-java-v0.7.12
monero-java-v0.7.11
- 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-v0.7.10
- Update to monero-project v0.18.1.2
- Consume http entity in synchronized block