Daniel Krol
f472b73a68
Found a decent chunk of repeated code in http handler tests
2022-06-19 16:57:37 -04:00
Daniel Krol
05bf9e51ff
Test register errors
2022-06-19 16:41:20 -04:00
Daniel Krol
f9492e64fa
Switch to specifying errors to return for mocked store functions.
2022-06-19 16:40:16 -04:00
Daniel Krol
11255d7d41
Test getPostData, factor stuff out of auth test
2022-06-19 15:56:10 -04:00
Daniel Krol
19ed8f9f89
Test missing email explicitly
2022-06-17 16:15:27 -04:00
Daniel Krol
da849cc9be
Test (and fix) validation for register
2022-06-17 16:12:20 -04:00
Daniel Krol
8146fa6ebd
Implement register success test
2022-06-17 15:39:21 -04:00
Daniel Krol
1cbf2e82b5
Do the API versioning differently
...
I want the consts to contain the API version in them.
2022-06-17 15:38:44 -04:00
Daniel Krol
0109c2f8f1
Fix test for error string
2022-06-17 12:58:44 -04:00
Daniel Krol
05505bfebb
Better organized fake store functions for server test
2022-06-17 12:52:17 -04:00
Daniel Krol
3391f653ac
Oops, need to remove version from more payloads
2022-06-17 12:49:22 -04:00
Daniel Krol
23bd804f97
API Version in the URL, not the payload. Duh.
2022-06-16 17:58:11 -04:00
Daniel Krol
2b60c1d5ac
Proper hmac from what I can tell
2022-06-16 17:21:57 -04:00
Daniel Krol
0969860290
Comment
2022-06-16 17:14:27 -04:00
Daniel Krol
e2a4e18a43
Proper KDF, though I need to tweak parameters
2022-06-16 17:06:55 -04:00
Daniel Krol
5d14041c86
Always sleep after set_preference for gen-readme.py
2022-06-16 16:14:57 -04:00
Daniel Krol
64dfae6637
CURRENT_VERSION -> WalletSync.API_VERSION
2022-06-16 14:11:11 -04:00
Daniel Krol
027e0eadf6
Allow client to communicate with either local server or dev.lbry.id
2022-06-16 11:46:29 -04:00
Daniel Krol
fcec1ad950
Serve from localhost explicitly
2022-06-16 10:01:49 -04:00
Daniel Krol
21c1ed01de
Update README!
2022-06-15 22:24:23 -04:00
Daniel Krol
64597dcc42
Specify wallet for set/get preferences. Add comment.
2022-06-15 22:21:00 -04:00
Daniel Krol
1f5a78717d
gitignores
2022-06-15 16:14:19 -04:00
Daniel Krol
2628ec7e5f
Update test client to use SDK.
2022-06-14 17:28:19 -04:00
Daniel Krol
f31135dd8e
Fix derived keys
2022-06-14 10:59:15 -04:00
Daniel Krol
18af5e65de
Throw exception from SDK API
2022-06-14 10:58:45 -04:00
Daniel Krol
ad1864e431
Simple interface to LBRY SDK
2022-06-13 20:42:56 -04:00
Daniel Krol
d699e718dc
Cooler fake derivation functions
2022-06-12 20:51:09 -04:00
Daniel Krol
729ec3050d
wallet_state -> synced_wallet_state. fix for update_wallet
2022-06-12 20:37:18 -04:00
Daniel Krol
d467559dcd
test client: factor out wallet sync API into class
...
In preparation for adding the LBRY SDK api class
2022-06-10 21:08:24 -04:00
Daniel Krol
66e5cf7fe7
Hash for help with bringing back lastSynced later
2022-06-10 15:05:07 -04:00
Daniel Krol
512ebe3e95
Protocol changes
...
* Regress from `lastSynced` to just `sequence` to start with something simpler
* Simplified payload: separate metadata, assume canonical way to hmac it together
* No more "wallet state" except as a simple wrapper on the front end
* Version number in wallet payloads
2022-06-10 15:04:31 -04:00
Daniel Krol
197e228d32
Better comment about encryption
2022-06-08 12:13:07 -04:00
Daniel Krol
a4048262d8
AuthRequest validate test
2022-06-07 20:08:56 -04:00
Daniel Krol
fd46875c48
More auth test
2022-06-07 19:30:41 -04:00
Daniel Krol
e9dafa7ab9
Auth scope tests
2022-06-07 18:41:50 -04:00
Daniel Krol
95cbac71ed
Cleanup in a test
2022-06-07 18:26:47 -04:00
Daniel Krol
eccef61d0b
"Full" in Auth endpoint name is no longer useful
2022-06-07 18:24:01 -04:00
Daniel Krol
8b3f395f0e
Fix name error in test
2022-06-07 18:16:01 -04:00
Daniel Krol
41721a8f70
Delete some things we don't need anymore
2022-06-07 18:15:46 -04:00
Daniel Krol
0bf11b059c
Change to normal password auth, and various things
2022-06-07 17:47:38 -04:00
Daniel Krol
15c68d7153
Move and comment a function
2022-06-02 14:04:33 -04:00
Daniel Krol
6610d7800b
Better variable name
2022-06-02 13:49:49 -04:00
Daniel Krol
f664519d56
signature
in DB should be TEXT not INTEGER
2022-06-01 14:46:56 -04:00
Daniel Krol
2fbcf6ee6d
Get/Post WalletState, account recover, test client
...
A few things at once because it was faster to get a demo out the door. Skipping most test implementation though I made failing stubs so I know what to fill in later.
* Get/Post WalletState
* downloadKey/email so that a second client can log in, and/or recover from lost client
* Test client in Python to demonstrate the above
* Organize into packages
2022-01-04 16:07:23 -05:00
Daniel Krol
52ed6d8d2c
Implement NewFullToken for Auth.
...
Add a couple test stubs for this and wallet.
2021-12-24 20:22:28 -05:00
Daniel Krol
5d297b04bb
Implement and test a basic sqlite store
2021-12-23 13:03:52 -05:00
Daniel Krol
2922f2a7c4
Tested auth endpoint
2021-12-14 19:27:38 -05:00