| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add an option to force-update multisig key exchange under some circumstances | koe | 2022-09-21 | 1 | -24/+64 |
| | | |||||
| * | multisig: fix #8537 seed restore (suggestions by @UkoeHB) | j-berman | 2022-09-01 | 1 | -1/+1 |
| | | | | | | | | | - spend secret key is no longer the sum of multisig key shares; no need to check that is the case upon restore. - restoring a multisig wallet from multisig info means that the wallet must have already completed all setup rounds. Upon restore, set the number of rounds completed accordingly. | ||||
| * | Merge pull request #8220 | luigi1111 | 2022-05-10 | 1 | -8/+7 |
| |\ | | | | | | | 0d6ecb1 multisig: add post-kex verification round to check that all participants have completed the multisig address (koe) | ||||
| | * | multisig: add post-kex verification round to check that all participants ↵ | koe | 2022-04-29 | 1 | -8/+7 |
| | | | | | | | | | have completed the multisig address | ||||
| * | | Copyright: Update to 2022 | mj-xmr | 2022-03-04 | 1 | -1/+1 |
| |/ | |||||
| * | multisig key exchange update and refactor | koe | 2022-02-22 | 1 | -31/+201 |
| | | |||||
| * | wallet2_api: implement runtime proxy configuration | xiphon | 2020-07-20 | 1 | -1/+1 |
| | | |||||
| * | Update copyright year to 2020 | SomaticFanatic | 2020-05-06 | 1 | -1/+1 |
| | | | | | Update copyright year to 2020 | ||||
| * | Added socks proxy (tor/i2pd/kovri) support to wallet | Lee Clagett | 2019-03-25 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #5274 | Riccardo Spagni | 2019-03-24 | 1 | -1/+1 |
| |\ | | | | | | | dc0c0c91 tests: disable wallet SSL init for tests involving wallet2 (moneromooo-monero) | ||||
| | * | tests: disable wallet SSL init for tests involving wallet2 | moneromooo-monero | 2019-03-12 | 1 | -1/+1 |
| | | | |||||
| * | | Update 2019 copyright | binaryFate | 2019-03-05 | 1 | -1/+1 |
| |/ | |||||
| * | remove some unused code | moneromooo-monero | 2018-11-23 | 1 | -1/+1 |
| | | | | | Found by codacy.com | ||||
| * | Arbitrary M/N multisig schemes: | naughtyfox | 2018-10-01 | 1 | -96/+67 |
| | | | | | | | | | | * 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 | ||||
| * | 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 |
