aboutsummaryrefslogtreecommitdiff
path: root/src/multisig/multisig_account.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-07-16Merge pull request #9338luigi11111-1/+1
4a376d6 copyright: fix vector.h typo (hinto.janaiyo) d61e8e9 workflows: delete copyright.yml (plowsof) 341771a copyright: bump to 2024 (copyCat)
2024-05-21add key exchange round booster to multisig_accountkoe1-10/+35
2024-05-21copyright: bump to 2024copyCat1-1/+1
2024-05-20Merge pull request #7852luigi11111-0/+13
8d94d08 replace 'multisig()' with 'get_multisig_status()' using multisig_account_status and including '.kex_is_done' member (koe)
2023-02-28replace 'multisig()' with 'get_multisig_status()' using ↵koe1-0/+13
multisig_account_status and including '.kex_is_done' member
2023-01-16Copyright: Update to 2023mj-xmr1-1/+1
Co-authored-by: plowsof <plowsof@protonmail.com> extra files
2022-09-26Merge pull request #8329luigi11111-2/+10
4b0785f add an option to force-update multisig key exchange under some circumstances (koe)
2022-09-21add an option to force-update multisig key exchange under some circumstanceskoe1-2/+10
2022-09-06multisig: fix #8537 seed restore (suggestions by @UkoeHB)j-berman1-0/+9
- 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.
2022-05-10Merge pull request #8302luigi11111-1/+1
41da2fe Update copyright to 2022 for Hardfork files (Akrit)
2022-04-29multisig: add post-kex verification round to check that all participants ↵koe1-11/+13
have completed the multisig address
2022-04-29Update copyright to 2022 for Hardfork filesAkrit1-1/+1
Update Makefile and LICENSE
2022-02-22multisig key exchange update and refactorkoe1-0/+246