No description
Find a file
Daniel Krol f9e3013e64 Test client: Don't allow password change if there are pending local wallet changes.
This is in line with:

https://github.com/orblivion/lbry-wallet-sync-draft/blob/master/spec/user-flows.md#push-local-password-change

This is the only rule we have to go out of our way to implement, and it's for UI simplicity, and/or to keep the hierarchy consistent. The rest of the rules you see there sort of automatically get enforced with the existing guardrails.
2022-07-08 12:55:57 -04:00
auth Add an auth test case I forgot about 2022-06-22 11:04:39 -04:00
server Integration test for password change 2022-07-06 16:45:50 -04:00
store Rename file to be more uniform 2022-07-06 15:26:26 -04:00
test_client Test client: Don't allow password change if there are pending local wallet changes. 2022-07-08 12:55:57 -04:00
wallet Protocol changes 2022-06-10 15:04:31 -04:00
.gitignore gitignores 2022-06-15 16:14:19 -04:00
go.mod Implement and test a basic sqlite store 2021-12-23 13:03:52 -05:00
go.sum Implement and test a basic sqlite store 2021-12-23 13:03:52 -05:00
main.go Protocol changes 2022-06-10 15:04:31 -04:00