aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/wallet_storage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Establish Monzero Phase 0 and inactive assets baselinemonzero-phase0-assets-prototype-20260815Monzero Build System11 hours1-7/+19
|
* common: support boost filesystem copy_options.0xFFFC00002024-05-011-6/+7
| | | | Co-authored-by: selsta <selsta@sent.at>
* wallet2: fix `store_to()` and `change_password()`jeffro2562023-08-231-0/+266
Resolves #8932 and: 2. Not storing cache when new path is different from old in `store_to()` and 3. Detecting same path when new path contains entire string of old path in `store_to()` and 4. Changing your password / decrypting your keys (in this method or others) and providing a bad original password and getting no error and 5. Changing your password and storing to a new file