Releases: woodser/monero-java
Releases · woodser/monero-java
monero-java-v0.8.22
What's Changed
- Fix segfault using native libraries on Windows in woodser/monero-cpp@ee61a09
- Update documentation in ec57e08, d056012
Full Changelog: v0.8.21...v0.8.22
monero-java-v0.8.21
What's Changed
- Bundle native libraries with JAR for distribution by @woodser, @niyid, @everoddandeven in 8ec870d
- Add native libraries to source control by @woodser in e4c179f
- Replace
include_directories
withtarget_include_directories
by @woodser in 4dd4410 - Remove old todo.txt by @woodser in 65d3aee
Full Changelog: v0.8.13...v0.8.21
monero-java-v0.8.13
What's Changed
Full Changelog: v0.8.11...v0.8.13
monero-java-v0.8.11
What's Changed
- update to monero-project v0.18.3.3
- add bounty system
- support opening wallet keys file without cache
- isNativeLibraryLoaded() returns true if loaded externally
- replace c++11 with c++14
- specify test directory in pom.xml and update .classpath
- update documentation to install java jdk 21
- move tests to parent directory src/test/java
- move javadocs to docs/javadocs
Full Changelog: v0.8.10...v0.8.11
monero-java-v0.8.10
What's Changed
- update links to documentation
- update repository links
- catch and print errors invoking listeners
- apply timeout checking connection
- read test logger config from resources if available
- support opening wallet with connection manager
- factor out isClosed to MoneroWalletDefault
- relax unexpected error message in makeMultisig test to warning
Full Changelog: v0.8.9...v0.8.10
monero-java-v0.8.9
monero-java-v0.8.8
What's Changed
Full Changelog: v0.8.7...v0.8.8
monero-java-v0.8.7
What's Changed
- Update to monero-project v0.18.1.3
- Rename monero-javascript to monero-ts
- Make MoneroConnectionManager thread safe
- Improve error message when JAVA_HOME not set
- Set
inTxPool=false
for confirmed miner tx - Task looper asserts positive period
- Clean up error messages using subtract from fee
Full Changelog: v0.8.6...v0.8.7
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