Skip to content

Releases: woodser/monero-cpp

monero-cpp-v0.7.2

06 Aug 22:16
Compare
Choose a tag to compare
  • Update to monero-project v0.18.0.0
  • Support creating integrated address from subaddress
  • Rename create_payment_uri() to get_payment_uri() (breaking change)
  • make_multisig returns string instead of object (breaking change)

monero-cpp-v0.7.1

06 Jun 19:16
Compare
Choose a tag to compare
  • Improve deserialization of transfer, transfer_query, tx_wallet types
  • Disallow subaddresses in monero_utils::get_integrated_subaddress()

monero-cpp-v0.7.0

09 May 11:27
Compare
Choose a tag to compare
  • update to monero v0.17.3.2
  • rename get_multisig_hex() to export_multisig_hex()
  • cleanup: remove redundant sample code, fix std::set find/replace error

monero-cpp-v0.6.4

04 Feb 17:38
Compare
Choose a tag to compare

Support changing wallet password

monero-cpp-v0.5.10

29 Dec 21:32
Compare
Choose a tag to compare

Support restoring wallet from private spend key.

monero-cpp-v0.5.9

02 Dec 21:35
Compare
Choose a tag to compare
  • Support monero_utils::get_integrated_address(network_type, address, payment_id).
  • Update to monero-project v0.17.3.0.

monero-cpp-v0.5.8

10 Nov 17:38
Compare
Choose a tag to compare
  • Remove years from license.

monero-cpp-v0.5.7

19 Oct 21:26
Compare
Choose a tag to compare
  • support private spend and view key validation
  • link protobuf and libusb to executables
  • sort outputs by index, assert no duplicate indices

monero-cpp-v0.5.5

06 Sep 13:08
Compare
Choose a tag to compare
  • Update to monero-project v0.17.2.3 for improved decoy selection
  • Rename wallet is_connected() to is_connected_to_daemon()
  • Check for balance and unlocked tx notifications on sync end

monero-cpp-v0.5.4

18 Aug 15:08
Compare
Choose a tag to compare
  • Support freezing and thawing outputs
  • Return spent key images when funds spent
  • Improve performance and reliability of notifications