| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #4036 | Riccardo Spagni | 2018-10-07 | 1 | -96/+67 |
| | | | | | | 9acf42d3 Multisig M/N functionality core tests added (naughtyfox) 9f3963e8 Arbitrary M/N multisig schemes: * support in wallet2 * support in monero-wallet-cli * support in monero-wallet-rpc * support in wallet api * support in monero-gen-trusted-multisig * unit tests for multisig wallets creation (naughtyfox) | ||||
| * | api/wallet: properly disable key encryption | stoffu | 2018-09-17 | 1 | -1/+1 |
| | | |||||
| * | store secret keys encrypted where possible | moneromooo-monero | 2018-08-16 | 1 | -1/+14 |
| | | | | | | | | | | The secret spend key is kept encrypted in memory, and decrypted on the fly when needed. Both spend and view secret keys are kept encrypted in a JSON field in the keys file. This avoids leaving the keys in memory due to being manipulated by the JSON I/O API. | ||||
| * | Stagenet | stoffu | 2018-03-05 | 1 | -4/+4 |
| | | |||||
| * | Readd copyright starting date | xmr-eric | 2018-01-26 | 1 | -1/+1 |
| | | |||||
| * | Update 2018 copyright | xmr-eric | 2018-01-26 | 1 | -1/+1 |
| | | |||||
| * | wallet2: fix slow multisig unit tests with subaddress patch | moneromooo-monero | 2017-12-17 | 1 | -0/+1 |
| | | | | | | While there, move the wallet2 ctor to the cpp file as it's a huge amount of init list now, and remove an unused one. | ||||
| * | wallet: guard against partly initialized multisig wallet | moneromooo-monero | 2017-12-17 | 1 | -5/+12 |
| | | |||||
| * | N-1/N multisig | moneromooo-monero | 2017-12-17 | 1 | -7/+19 |
| | | |||||
| * | gen_multisig: generates multisig wallets if participants trust each other | moneromooo-monero | 2017-12-17 | 1 | -8/+8 |
| | | |||||
| * | wallet2: allow empty wallet filename to avoid saving data | moneromooo-monero | 2017-12-17 | 1 | -11/+1 |
| | | | | | Useful to speed tests up and avoid unnecessary leftover files | ||||
| * | tests: add multisig unit tests | moneromooo-monero | 2017-12-17 | 1 | -0/+178 |
