summaryrefslogtreecommitdiff
path: root/tests/unit_tests/output_selection.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Merge pull request #5652luigi11112019-08-151-2/+2
|\ | | | | | | f81cb4f unit_tests: add more leeway to the 'same distribution' check (moneromooo-monero)
| * unit_tests: add more leeway to the "same distribution" checkmoneromooo-monero2019-06-161-2/+2
| | | | | | | | | | This is an inherently probabilistic check, which occasionally fails for a matching distribution
* | Merge pull request #5529luigi11112019-07-241-2/+2
|\ \ | |/ |/| | | de27651 use crypto::rand instead of libc rand in a few tests (moneromooo-monero)
| * use crypto::rand instead of libc rand in a few testsmoneromooo-monero2019-05-101-2/+2
| | | | | | | | We don't need secure randomness here, but it should shut coverity up
* | unit_tests: make the density test a bit less stringentmoneromooo-monero2019-05-201-1/+1
|/ | | | It's an inherently random test
* wallet2: "output lineup" fake out selectionmoneromooo-monero2019-04-181-0/+117
| | | | | Based on python code by sarang: https://github.com/SarangNoether/skunkworks/blob/outputs/outputs/simulate.py
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* unit_tests: fix build after wallet2 list/vector changemoneromooo-monero2017-11-141-2/+2
|
* move checkpoints in a separate librarymoneromooo-monero2017-09-251-1/+1
|
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* wallet: cold wallet transaction signingmoneromooo-monero2016-09-271-4/+4
| | | | | | | | | | | | | | | | | | | This change adds the ability to create a new unsigned transaction from a watch only wallet, and save it to a file. This file can then be moved to another computer/VM where a cold wallet may load it, sign it, and save it. That cold wallet does not need to have a blockchain nor daemon. The signed transaction file can then be moved back to the watch only wallet, which can load it and send it to the daemon. Two new simplewallet commands to use it: sign_transfer (on the cold wallet) submit_transfer (on the watch only wallet) The transfer command used on a watch only wallet now writes an unsigned transaction set in a file called 'unsigned_monero_tx' instead of submitting the tx to the daemon as a normal wallet does. The signed tx file is called 'signed_monero_tx'.
* wallet: do not store signatures in the wallet cachemoneromooo-monero2016-08-281-0/+5
| | | | | Saves some substantial space. Also avoid calculating tx hashes we don't need.
* tests: add tests for wallet output selectionmoneromooo-monero2016-08-281-0/+98