monero-cpp-v0.5.0
New Features
- Update to monero-project v0.17.1.9
- Specify custom wallet sync rate with
wallet.start_syncing(uint64_t maxSyncPeriod)
- Handle wallet2 notifications off main thread to avoid blocking
- CMakeLists.txt uses system-installed dependencies instead of external build
- Fix gcc ambiguous calls to overloaded functions with template specialization
- Bug fixes and cleanup
Breaking Changes
- Rename "monero_wallet_core" to "monero_wallet_full" for consistency across libraries to mean "full, client-side wallet"
- Rename git submodule .external/monero-core to "monero-project"