aboutsummaryrefslogtreecommitdiff
path: root/tests/functional_tests/multisig.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-05-17disable multisig by defaultmoneromooo-monero1-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-10Merge pull request #8220luigi11111-33/+52
0d6ecb1 multisig: add post-kex verification round to check that all participants have completed the multisig address (koe)
2022-04-29multisig: add post-kex verification round to check that all participants ↵koe1-33/+52
have completed the multisig address
2022-04-18Bump ring size to 16 for v15 & remove set default in wallet clij-berman1-2/+2
2022-03-04Copyright: Update to 2022mj-xmr1-1/+1
2022-02-22multisig key exchange update and refactorkoe1-19/+10
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
Update copyright year to 2020
2019-10-14wallet_rpc_server: don't report integrated addresses for 0 payment IDmoneromooo-monero1-1/+1
These are dummy ones
2019-09-17functional_tests: pop exactly what we need to test before testingmoneromooo-monero1-1/+2
2019-09-17functional_tests: add multisig state testsmoneromooo-monero1-0/+68
2019-08-14Merge pull request #5498luigi11111-0/+7
6eb2638 functional_tests: add a 3/3 multisig test (moneromooo-monero)
2019-05-29functional_tests: fix python3 compatibilitymoneromooo-monero1-2/+2
Also add missing bans test to the default tests
2019-04-26functional_tests: add a 3/3 multisig testmoneromooo-monero1-0/+7
2019-04-20functional_tests: reset blockchain on test startmoneromooo-monero1-0/+7
2019-04-11functional_tests: add describe_transfer testsmoneromooo-monero1-0/+17
2019-03-22functional_tests: move RPC API to utils, it is not test specificmoneromooo-monero1-2/+2
2019-03-21functional_tests: add multisig and cold signing testsmoneromooo-monero1-0/+227