Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-16 | Copyright: Update to 2023 | mj-xmr | 1 | -1/+1 | |
Co-authored-by: plowsof <plowsof@protonmail.com> extra files | |||||
2022-07-13 | derive multisig tx secret keys from an entropy source plus the tx inputs' ↵ | koe | 1 | -2/+3 | |
key images | |||||
2022-06-30 | multisig: fix critical vulnerabilities in signing | anon | 1 | -96/+85 | |
2022-05-10 | Merge pull request #8277 | luigi1111 | 1 | -2/+0 | |
baee2c0 Preserve commitment format inside transactions (kayabaNerve) | |||||
2022-05-10 | Merge pull request #8220 | luigi1111 | 1 | -6/+2 | |
0d6ecb1 multisig: add post-kex verification round to check that all participants have completed the multisig address (koe) | |||||
2022-04-29 | multisig: add post-kex verification round to check that all participants ↵ | koe | 1 | -6/+2 | |
have completed the multisig address | |||||
2022-04-21 | Preserve commitment format inside transactions | Luke Parker | 1 | -2/+0 | |
2022-04-06 | Merge pull request #8197 | luigi1111 | 1 | -1/+1 | |
da9aa1f Copyright: Update to 2022 (mj-xmr) | |||||
2022-04-05 | store outPk/8 in the tx for speed | moneromooo-monero | 1 | -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 | |||||
2022-04-05 | plug bulletproofs plus into consensus | moneromooo-monero | 1 | -4/+9 | |
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 1 | -1/+1 | |
2022-02-22 | multisig key exchange update and refactor | koe | 1 | -68/+58 | |
2020-08-27 | Integrate CLSAGs into monero | moneromooo-monero | 1 | -34/+34 | |
They are allowed from v12, and MLSAGs are rejected from v13. | |||||
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 1 | -1/+1 | |
Update copyright year to 2020 | |||||
2019-10-30 | core_tests: remove some useless verbose logs | moneromooo-monero | 1 | -2/+0 | |
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 | |
2019-01-22 | ringct: encode 8 byte amount, saving 24 bytes per output | moneromooo-monero | 1 | -1/+1 | |
Found by knaccc | |||||
2019-01-22 | add a bulletproof version, new bulletproof type, and rct config | moneromooo-monero | 1 | -1/+1 | |
This makes it easier to modify the bulletproof format | |||||
2018-12-22 | core_tests: rename invalid multisig tests to read "invalid" | moneromooo-monero | 1 | -4/+4 | |
2018-10-01 | Multisig M/N functionality core tests added | naughtyfox | 1 | -1/+151 | |
2018-09-11 | bulletproofs: add multi output bulletproofs to rct | moneromooo-monero | 1 | -1/+1 | |
2018-03-04 | Code modifications to integrate Ledger HW device into monero-wallet-cli. | cslashm | 1 | -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. | |||||
2018-01-26 | Readd copyright starting date | xmr-eric | 1 | -1/+1 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2017-12-17 | core_tests: multisig test now tests multiple inputs | moneromooo-monero | 1 | -134/+193 | |
2017-12-17 | make multisig work with subaddresses | moneromooo-monero | 1 | -7/+11 | |
Thanks to kenshi84 for help getting this work | |||||
2017-12-17 | add multisig core test and factor multisig building blocks | moneromooo-monero | 1 | -0/+460 | |