Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-17 | disable multisig by default | moneromooo-monero | 1 | -5/+5 | |
There are vulnerabilities in multisig protocol if the parties do not trust each other, and while there is a patch for it, it has not been throroughly reviewed yet, so it is felt safer to disable multisig by default for now. If all parties in a multisig setup trust each other, then it is safe to enable multisig. | |||||
2022-05-10 | Merge pull request #8220 | luigi1111 | 1 | -33/+52 | |
0d6ecb1 multisig: add post-kex verification round to check that all participants have completed the multisig address (koe) | |||||
2022-04-29 | multisig: add post-kex verification round to check that all participants ↵ | koe | 1 | -33/+52 | |
have completed the multisig address | |||||
2022-04-18 | Bump ring size to 16 for v15 & remove set default in wallet cli | j-berman | 1 | -2/+2 | |
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 1 | -1/+1 | |
2022-02-22 | multisig key exchange update and refactor | koe | 1 | -19/+10 | |
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 1 | -1/+1 | |
Update copyright year to 2020 | |||||
2019-10-14 | wallet_rpc_server: don't report integrated addresses for 0 payment ID | moneromooo-monero | 1 | -1/+1 | |
These are dummy ones | |||||
2019-09-17 | functional_tests: pop exactly what we need to test before testing | moneromooo-monero | 1 | -1/+2 | |
2019-09-17 | functional_tests: add multisig state tests | moneromooo-monero | 1 | -0/+68 | |
2019-08-14 | Merge pull request #5498 | luigi1111 | 1 | -0/+7 | |
6eb2638 functional_tests: add a 3/3 multisig test (moneromooo-monero) | |||||
2019-05-29 | functional_tests: fix python3 compatibility | moneromooo-monero | 1 | -2/+2 | |
Also add missing bans test to the default tests | |||||
2019-04-26 | functional_tests: add a 3/3 multisig test | moneromooo-monero | 1 | -0/+7 | |
2019-04-20 | functional_tests: reset blockchain on test start | moneromooo-monero | 1 | -0/+7 | |
2019-04-11 | functional_tests: add describe_transfer tests | moneromooo-monero | 1 | -0/+17 | |
2019-03-22 | functional_tests: move RPC API to utils, it is not test specific | moneromooo-monero | 1 | -2/+2 | |
2019-03-21 | functional_tests: add multisig and cold signing tests | moneromooo-monero | 1 | -0/+227 | |