Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |