This website requires JavaScript.
Explore
Help
Register
Sign in
LBRYCommunity
/
wallet-sync-server
Watch
1
Star
0
Fork
You've already forked wallet-sync-server
0
Code
Issues
11
Pull requests
Projects
Releases
2
Packages
Wiki
Activity
9ece00c128
wallet-sync-server
/
wallet
/
wallet.go
6 lines
88 B
Go
Raw
Normal View
History
Unescape
Escape
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
2021-12-25 02:16:58 +01:00
package
wallet
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-09 23:04:49 +02:00
type
EncryptedWallet
string
type
WalletHmac
string
type
Sequence
uint32
Reference in a new issue
Copy permalink