963 Commits (master)
 

Author SHA1 Message Date
woodser e665590e39 remove years from license
3 years ago
woodser 7ac2e46cd6 update api docs
3 years ago
woodser 4c2cf56027 support key validation
3 years ago
woodser 3794187087 link protobuf and libusb to executables
3 years ago
woodser 510cc07b0e sort outputs by index, assert no duplicate indices
3 years ago
woodser 4662d35bed sort outputs without key images for view-only wallets
3 years ago
woodser 48d3916739 update doxygen docs
3 years ago
woodser 49de7f2a9f check changes to balance and unlocked txs at end of sync
3 years ago
woodser bfb685611f update to monero-project v0.17.2.3
3 years ago
woodser 21ec8326b1 rename wallet is_connected() -> is_connected_to_daemon()
3 years ago
woodser 21ac40a287 improve performance and reliability of notifications
3 years ago
woodser a8690e21db update doxygen docs
3 years ago
woodser 1c780145b3 v0.5.4 updates
3 years ago
woodser 94fe238530 double spend can become seen
3 years ago
woodser f5f2fb0f9b notify off main thread
3 years ago
woodser c83ab742bf update to monero-project v0.17.2.0
3 years ago
woodser 3cf29dfd7c include stealth public key with output
3 years ago
woodser 0db976500a notify when outputs first spent or relayed
3 years ago
woodser 3b72be62be check for empty signature when checking proofs
3 years ago
woodser cad5f6673b check for empty signature in check_tx_proof()
3 years ago
woodser cf6a84a860 fix typo
3 years ago
woodser 71e2b437b7 update doxygen docs
3 years ago
woodser 0e9c832b66 checkout monero-project master with pr #7321 to fix wallet compatibility
3 years ago
woodser 981451c42c rename and support export_key_images(bool all=false)
3 years ago
woodser b8198f5357 rename and support export_outputs(bool all=false), import_outputs()
3 years ago
woodser f765200b7b change size_t to uint64_t
3 years ago
woodser b7823b8ec9 update to monero-project master, use epee byte_slice in json_to_binary()
3 years ago
woodser c10fab3be9 cleanup
3 years ago
woodser a317f1c09c rename parse_tx_set() to describe_tx_set()
3 years ago
woodser c873ea661d change error message of invalid address
3 years ago
woodser 08be6bcda2 support monero_utils validate_address|is_valid_address(str, networkType)
3 years ago
woodser ec7fe8f3f7 update doxygen docs
3 years ago
woodser 75e04d56b2 check for key file to indicate wallet existence
3 years ago
woodser ff979f8c76 target regular sync period by accounting for sync time
3 years ago
woodser f133f66d0e update send_tx(s) to create_tx(s)
3 years ago
woodser b1c63f29f8 simplify build instructions, example to install ubuntu dependencies
3 years ago
woodser a4a0783351 update sample code
3 years ago
woodser f110065ed0 update api docs
3 years ago
woodser 3bbc0650d1 rename "monero_wallet_core" to "monero_wallet_full"
3 years ago
woodser a780c7d56c change references from "monero-core" to "monero-project"
3 years ago
woodser 3bc4aa5151 readme cleanup
3 years ago
woodser c32f07ff05 use non-zero value instead of throwing in case of failed tx
3 years ago
woodser f0d5bd5e4b update sample code with outputs is_confirmed, is_locked
3 years ago
woodser e313fe52d9 update readme with documentation section
3 years ago
woodser 34bccfb8b1 update submodule reference
3 years ago
woodser f8f5d2d77e update to monero-project v0.17.1.9
3 years ago
woodser ba9738cab6 bug fix in new block merge
3 years ago
woodser ab831e23bc fix occasional RangeError caused by merging when outputs confirmed
3 years ago
woodser 7e59970ade sample code cleanup
3 years ago
woodser dd610d0879 sync period defined as long in milliseconds
3 years ago