Commit graph

13 commits

Author SHA1 Message Date
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
eccef61d0b "Full" in Auth endpoint name is no longer useful 2022-06-07 18:24: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
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