| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| monero-java-v0.8.56 source code.tar.gz | 2026-08-29 | 1.6 MB | |
| monero-java-v0.8.56 source code.zip | 2026-08-29 | 2.1 MB | |
| README.md | 2026-08-29 | 2.1 kB | |
| Totals: 3 Items | 3.7 MB | 0 | |
This release updates monero-cpp to v0.9.3 (with monero v0.18.5.1 plus backports), which reworks wallet syncing to run in bounded chunks with responsive progress reporting, and fixes crashes closing native wallets with calls in flight.
What's changed
- Expose transaction input sources from
describeTxSete0e5dba - Prevent crash when closing native wallets with other calls in flight 5c01e76
- Bound
getTxsre-fetch on inconsistent results to prevent unbounded recursion 8c7dcc3 - Update ring size constant to 16 4dd656a
- Update monero-cpp submodule to v0.9.3, including chunked syncing with responsive progress reporting and other upstream fixes af75c3a
- Update httpclient5 to 5.6.4 95b8045
- Find libsodium include dir for the JNI bridge fecc2f3
- Announce missed confirm transition when tx unlocks between polls 37bfe4a5
- Exit task looper under lock so restarts cannot reuse a dead loop 9dbf8bcc
Full changelog: https://github.com/woodser/monero-java/compare/v0.8.54...v0.8.55
What's changed
- wallet: announce missed confirm transition when tx unlocks between polls
- common: exit task looper under lock so restarts cannot reuse a dead loop
- test: update offline wallet expectations for ungated daemon calls
Full Changelog: v0.8.54...v0.8.56