aboutsummaryrefslogtreecommitdiff
path: root/tests/core_tests/multisig.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Preserve commitment format inside transactionsLuke Parker2022-04-211-2/+0
|
* Merge pull request #8197luigi11112022-04-061-1/+1
|\ | | | | | | da9aa1f Copyright: Update to 2022 (mj-xmr)
| * Copyright: Update to 2022mj-xmr2022-03-041-1/+1
| |
* | store outPk/8 in the tx for speedmoneromooo-monero2022-04-051-0/+2
| | | | | | | | | | | | It avoids dividing by 8 when deserializing a tx, which is a slow operation, and multiplies by 8 when verifying and extracing the amount, which is much faster as well as less frequent
* | plug bulletproofs plus into consensusmoneromooo-monero2022-04-051-4/+9
|/
* multisig key exchange update and refactorkoe2022-02-221-68/+58
|
* Integrate CLSAGs into moneromoneromooo-monero2020-08-271-34/+34
| | | | They are allowed from v12, and MLSAGs are rejected from v13.
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* core_tests: remove some useless verbose logsmoneromooo-monero2019-10-301-2/+0
|
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* ringct: encode 8 byte amount, saving 24 bytes per outputmoneromooo-monero2019-01-221-1/+1
| | | | Found by knaccc
* add a bulletproof version, new bulletproof type, and rct configmoneromooo-monero2019-01-221-1/+1
| | | | This makes it easier to modify the bulletproof format
* core_tests: rename invalid multisig tests to read "invalid"moneromooo-monero2018-12-221-4/+4
|
* Multisig M/N functionality core tests addednaughtyfox2018-10-011-1/+151
|
* bulletproofs: add multi output bulletproofs to rctmoneromooo-monero2018-09-111-1/+1
|
* Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm2018-03-041-2/+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.
* Readd copyright starting datexmr-eric2018-01-261-1/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* core_tests: multisig test now tests multiple inputsmoneromooo-monero2017-12-171-133/+192
|
* make multisig work with subaddressesmoneromooo-monero2017-12-171-7/+11
| | | | Thanks to kenshi84 for help getting this work
* add multisig core test and factor multisig building blocksmoneromooo-monero2017-12-171-0/+460