Releases: woodser/monero-java
Releases · woodser/monero-java
Release list
monero-java-v0.8.6
monero-java-v0.8.4
What's Changed
- free memory from jni jobjectArrays
- add multisig stress test
- bump version to v0.8.4
- expect multiple txs with one address when sweeping with rpc
- add consistency check for unconfirmed txs with block after merging
- add proxy & zmq uri to MoneroRpcConnection toString, equals, hashCode
- wallet config uses MoneroRpcConnection for server model
- add note to use jemalloc to resolve unrestricted memory growth
Full Changelog: v0.8.3...v0.8.4
monero-java-v0.8.3
monero-java-v0.8.2
What's Changed
- fix memory leaks in
getTxs,getTransfers, andgetOutputsthrough 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