Releases: woodser/monero-cpp
Releases · woodser/monero-cpp
monero-cpp-v0.8.2
What's Changed
- wallet config uses monero_rpc_connection for server model (breaking)
- add consistency check for unconfirmed txs with block after merging
- document building and running tests, disable building tests by default
- manually apply waiter.wait() to fix logged error
- add monero_tests.cpp with multisig stress test
Full Changelog: v0.8.1...v0.8.2
monero-cpp-v0.8.1
What's Changed
Full Changelog: v0.8.0...v0.8.1
monero-cpp-v0.8.0
What's Changed
- support subtracting fee from destinations
- refactor mnemonic to seed, restore from multisig seed (breaking change)
- view-only wallets throw on get seed, language, or spend key (breaking change)
- wallet.get_txs() does not throw or return missing txs (breaking change)
- rename unlock height to unlock time (breaking change)
- custom extensions to monero-project v0.18.2.2:
- Bug fixes in
store_to
andchange_password
- Optimize wallet sync requests from 3 to 1
- Respect frozen outputs
- Support subtracting mining fees from destinations
- Restore from multisig seed
- Bug fixes in
Full Changelog: v0.7.12...v0.8.0
monero-cpp-v0.7.12
What's Changed
Full Changelog: v0.7.11...v0.7.12
monero-cpp-v0.7.11
- Support getting multisig seed e869855
Full Changelog: v0.7.10...v0.7.11
monero-cpp-v0.7.10
- Support monero-project v0.18.2.2
get_transfers
does not pre-check daemon connection
monero-cpp-v0.7.9
What's Changed
- Set TOR proxy URI
- Build dependent libraries on Windows (e.g. monero-java)
- Set account and subaddress labels
- Support monero-project v0.18.2.0
- Rename sync height to restore height
- Merge to one build script for Windows, Mac, and Linux
- Fix segfault exporting empty key images
Full Changelog: v0.7.8...v0.7.9
monero-cpp-v0.7.8
monero-cpp-v0.7.7
monero-cpp-v0.7.6
- Update to monero-project v0.18.1.2
- Support building on Windows
- Minor bug fixes