aboutsummaryrefslogtreecommitdiff
path: root/src/gen_multisig/gen_multisig.cpp
Commit message (Collapse)AuthorAgeFilesLines
* multisig: fix kex failure in monero-gen-trusted-multisig0xFFFC00002026-01-211-1/+6
|
* add an option to force-update multisig key exchange under some circumstanceskoe2022-09-211-3/+9
|
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* multisig key exchange update and refactorkoe2022-02-221-31/+11
|
* Remove unused variables in monero codebaseKevin Barbour2021-02-091-2/+0
| | | | | | | | | | | There are quite a few variables in the code that are no longer (or perhaps never were) in use. These were discovered by enabling compiler warnings for unused variables and cleaning them up. In most cases where the unused variables were the result of a function call the call was left but the variable assignment removed, unless it was obvious that it was a simple getter with no side effects.
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* Merge pull request #4036Riccardo Spagni2018-10-071-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)
| * Arbitrary M/N multisig schemes:naughtyfox2018-10-011-12/+3
| | | | | | | | | | | | | | | | | | * 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
* | Fix some calls to the translation functionGuillaume LE VAILLANT2018-10-061-1/+1
| | | | | | | | | | Some strings were not detected by lupdate because "tr() cannot be called without context".
* | Merge pull request #4459Riccardo Spagni2018-09-291-1/+3
|/ | | | | | | | | | | | | | | | | | | | | | | bcf3f6af fuzz_tests: catch unhandled exceptions (moneromooo-monero) 3ebd05d4 miner: restore stream flags after changing them (moneromooo-monero) a093092e levin_protocol_handler_async: do not propagate exception through dtor (moneromooo-monero) 1eebb82b net_helper: do not propagate exceptions through dtor (moneromooo-monero) fb6a3630 miner: do not propagate exceptions through dtor (moneromooo-monero) 2e2139ff epee: do not propagate exception through dtor (moneromooo-monero) 0749a8bd db_lmdb: do not propagate exceptions in dtor (moneromooo-monero) 1b0afeeb wallet_rpc_server: exit cleanly on unhandled exceptions (moneromooo-monero) 418a9936 unit_tests: catch unhandled exceptions (moneromooo-monero) ea7f9543 threadpool: do not propagate exceptions through the dtor (moneromooo-monero) 6e855422 gen_multisig: nice exit on unhandled exception (moneromooo-monero) 53df2deb db_lmdb: catch error in mdb_stat calls during migration (moneromooo-monero) e67016dd blockchain_blackball: catch failure to commit db transaction (moneromooo-monero) 661439f4 mlog: don't remove old logs if we failed to rename the current file (moneromooo-monero) 5fdcda50 easylogging++: test for NULL before dereference (moneromooo-monero) 7ece1550 performance_test: fix bad last argument calling add_arg (moneromooo-monero) a085da32 unit_tests: add check for page size > 0 before dividing (moneromooo-monero) d8b1ec8b unit_tests: use std::shared_ptr to shut coverity up about leaks (moneromooo-monero) 02563bf4 simplewallet: top level exception catcher to print nicer messages (moneromooo-monero) c57a65b2 blockchain_blackball: fix shift range for 32 bit archs (moneromooo-monero)
* api/wallet: properly disable key encryptionstoffu2018-09-171-2/+2
|
* store secret keys encrypted where possiblemoneromooo-monero2018-08-161-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.
* wallet cli/rpc: terminate execution with code 0 when --help or --version is ↵stoffu2018-04-221-1/+5
| | | | given
* Fix typos in various filesDimitris Apostolou2018-03-151-1/+1
|
* wallet2 / simplewallet: Must opt-in to create '.address.txt' files for new ↵Leon Klingele2018-03-101-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
* Stagenetstoffu2018-03-051-6/+14
|
* Readd copyright starting datexmr-eric2018-01-261-1/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* N-1/N multisigmoneromooo-monero2017-12-171-2/+30
|
* gen_multisig: generates multisig wallets if participants trust each othermoneromooo-monero2017-12-171-0/+213