aboutsummaryrefslogtreecommitdiff
path: root/tests/core_tests/tx_validation.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-03-14keypair::generate: always require hw::device to avoid possible mistakestoffu1-2/+2
2018-03-04Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm1-1/+2
The basic approach it to delegate all sensitive data (master key, secret ephemeral key, key derivation, ....) and related operations to the device. As device has low memory, it does not keep itself the values (except for view/spend keys) but once computed there are encrypted (with AES are equivalent) and return back to monero-wallet-cli. When they need to be manipulated by the device, they are decrypted on receive. Moreover, using the client for storing the value in encrypted form limits the modification in the client code. Those values are transfered from one C-structure to another one as previously. The code modification has been done with the wishes to be open to any other hardware wallet. To achieve that a C++ class hw::Device has been introduced. Two initial implementations are provided: the "default", which remaps all calls to initial Monero code, and the "Ledger", which delegates all calls to Ledger device.
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-10-20core_tests: do not include chaingen_tests_list.h in all testsmoneromooo-monero1-1/+1
This fixes all tests being annoyingly rebuilt when one changes
2017-10-07Subaddresseskenshi841-1/+4
2017-05-18tests: fix invalid key image testmoneromooo-monero1-2/+10
It was using an invalid key image which wasn't in the key image domain, so the transaction was rejected earlier than the test was expecting
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2016-08-28add rct to the protocolmoneromooo-monero1-4/+8
It is not yet constrained to a fork, so don't use on the real network or you'll be orphaned or rejected.
2016-03-21Revert "Print stack trace upon exceptions"moneromooo-monero1-1/+1
Ain't nobody got time for link/cmake skullduggery. This reverts commit fff238ec94ac6d45fc18c315d7bc590ddfaad63d.
2016-03-19Print stack trace upon exceptionsmoneromooo-monero1-1/+1
Useful for debugging users' logs
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-12-25tests: fix various tests by using parameters better suited to moneromoneromooo-monero1-4/+4
Either smaller coin values (as monero has smaller block rewards), or pre-hard fork values (full reward zone), or post-Bytecoin values (emission speed).
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-07-23License updated to BSD 3-clausefluffypony1-3/+29
2014-03-03moved all stuff to githubAntonio Juarez1-0/+746