Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-07 | Merge pull request #4036 | Riccardo Spagni | 1 | -12/+3 | |
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) | |||||
2018-10-07 | Merge pull request #4505 | Riccardo Spagni | 1 | -1/+1 | |
977df631 Fix some calls to the translation function (Guillaume LE VAILLANT) | |||||
2018-09-27 | gen_multisig: nice exit on unhandled exception | moneromooo-monero | 1 | -1/+3 | |
Coverity 182569 | |||||
2018-09-17 | api/wallet: properly disable key encryption | stoffu | 1 | -2/+2 | |
2018-08-16 | store secret keys encrypted where possible | moneromooo-monero | 1 | -1/+3 | |
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. | |||||
2018-04-22 | wallet cli/rpc: terminate execution with code 0 when --help or --version is ↵ | stoffu | 1 | -1/+5 | |
given | |||||
2018-03-15 | Fix typos in various files | Dimitris Apostolou | 1 | -1/+1 | |
2018-03-10 | wallet2 / simplewallet: Must opt-in to create '.address.txt' files for new ↵ | Leon Klingele | 1 | -3/+6 | |
wallets Previously, a file containing the unencrypted Monero address was created by default in the wallet's directory. This file might pose as a privacy risk. The creation of this file is now opt-in and can be enabled by providing --create-address-file | |||||
2018-03-05 | Stagenet | stoffu | 1 | -6/+14 | |
2018-01-26 | Readd copyright starting date | xmr-eric | 2 | -2/+2 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 2 | -2/+2 | |
2018-01-11 | Keep readline optional | Jethro Grassie | 1 | -1/+1 | |
2017-12-17 | N-1/N multisig | moneromooo-monero | 1 | -2/+30 | |
2017-12-17 | gen_multisig: generates multisig wallets if participants trust each other | moneromooo-monero | 2 | -0/+267 | |