Commit graph

46 commits

Author SHA1 Message Date
Daniel Krol fd74cf1f5a WIP - Channels, spending Keys (sort of) from hub
This doesn't compile. Lots of TODO comments and such. This should be undone and force pushed before merging into master.
2022-05-24 15:39:02 -04:00
Daniel Krol 8ad085c24c Get rid of a use of a constant that I don't need.
Need to delete a use of it from one other place and I can delete it altogether.

Some comments as well on related stuff.
2022-05-23 18:02:42 -04:00
Daniel Krol f841c897dc Comment and cleanup TODO 2022-05-23 17:10:18 -04:00
Daniel Krol 1c8fc79f08 Comment about code cleanup later 2022-05-23 16:56:13 -04:00
Daniel Krol 1dcb1d36a1 Better localStorage format description 2022-05-23 16:25:30 -04:00
Daniel Krol 30c17f3bdb Upgrade bitcoinjs-lib (lbry fork) package 2022-05-23 14:55:30 -04:00
Daniel Krol e7c61254a5 Choose a random hub 2022-05-10 17:36:30 -04:00
Daniel Krol 5acc79d212 Clean up app login page. Remove unused global var. 2022-05-10 16:06:18 -04:00
Daniel Krol a913d45060 Missing imports and environment var for hub 2022-05-10 15:24:54 -04:00
Daniel Krol 14e9f4d925 Forgot one for accounts->channel update 2022-05-10 15:23:08 -04:00
Daniel Krol 6bbd324388 Uninstall ngx-cookie and ngx-intl-tel-input
Unused anymore
2022-05-10 15:13:54 -04:00
Daniel Krol d0b197c5b0 Begin to get Hub service ready for http connections 2022-05-10 14:59:39 -04:00
Daniel Krol 1c7854b9ec Switch to sending Channel info to apps
Instead of account info. Stubbed out the hub work. Haven't made the example app accommodate it. Plenty left to do, but this lays down the order of things.
2022-05-10 12:57:11 -04:00
Daniel Krol d0583e540a getPublicAccounts -> getChannels
Login won't give LBRY accounts, it'll give channels
2022-05-05 19:49:29 -04:00
Daniel Krol 439ce26e0f Renamed components for clarity
test-lbry-log-in -> log-in-wallet
log-in -> log-in-app
2022-05-05 16:55:00 -04:00
Daniel Krol 65d675041a WIP for the new "log in" page 2022-05-05 16:08:59 -04:00
Daniel Krol 4e891a5763 Comment and throw in weird place in code 2022-05-05 15:11:41 -04:00
Daniel Krol c69894806c Update but also disable sign-up component.
We're not ready yet and certainly not using DeSo's.
2022-05-05 13:53:00 -04:00
Daniel Krol 340e6ccaa3 Rename a method and make it private. Comment it out because we don't need it yet. 2022-05-05 13:49:22 -04:00
Daniel Krol b18af383be Add LBRY to LICENSE notice 2022-05-05 13:45:55 -04:00
Daniel Krol aee6b977d7 TODO - example READMEs 2022-05-05 13:39:25 -04:00
Daniel Krol 205411adda A bit of half-backed wallet sync stuff, but commented out. 2022-05-05 13:30:07 -04:00
Daniel Krol dadeb066c8 Some comments 2022-05-04 19:44:16 -04:00
Daniel Krol 970c0e68e7 Remove some stuff we wont need in signing and identity service 2022-05-04 19:13:44 -04:00
Daniel Krol a761ba1a06 Remove jwtPost from backend-api in identity service 2022-05-04 18:14:46 -04:00
Daniel Krol 95d783ffc1 Remove protractor (testing) related stuff we're most likely not going to use 2022-05-04 17:34:54 -04:00
Daniel Krol a3023dc40c Very WIP changes from DeSo structs to LBRY structs 2022-05-04 15:58:21 -04:00
Daniel Krol 6b6efe6ce0 Disable DeSo's approve component. TODOs to put in our own txn signing stuff 2022-05-04 15:23:14 -04:00
Daniel Krol 5c8d42b2b1 Get rid of PUBLIC_KEY_PREFIXES
I think we have all we need in bitcoinjs-lib
2022-05-04 15:09:00 -04:00
Daniel Krol ee4db066a0 Remove load-seed component
We won't be "loading a seed". We'll be doing a wallet service login in the long run, pasting a wallet in the interim.
2022-05-04 14:04:10 -04:00
Daniel Krol eecf21aec4 Get rid of some functions we won't need soon (this won't compile)
This and the next few commits won't be clean; I made a bunch of changes and I need to start committing in chunks.
2022-05-04 12:05:41 -04:00
Daniel Krol 2e84e0ff40 Remove parameter we don't care about. 2022-04-09 19:18:27 -04:00
Daniel Krol a75c7b22a1 Get rid of a few more fields 2022-04-09 19:06:29 -04:00
Daniel Krol 51e089f9a9 Don't need UserProfile struct anymore. We'll make a new one if this separation matters again. 2022-04-09 19:04:23 -04:00
Daniel Krol 44f65ab93e Space 2022-04-09 18:00:03 -04:00
Daniel Krol b89ff006ce Remove DeSo's GetTransactionSpending. LBRY will get this info from parsing psbts. 2022-04-09 17:38:19 -04:00
Daniel Krol 8441a49232 Don't need stringifyError 2022-04-09 16:48:46 -04:00
Daniel Krol 8b28bd35ff Delete a bunhc of environment vars we don't care about. 2022-04-09 16:07:30 -04:00
Daniel Krol a9b3a683c4 uninstall amplitude-js 2022-04-09 16:04:23 -04:00
Daniel Krol 0c76472093 Delete extra LICENSE. It's the same entity and year as the other one anyway anyway. 2022-04-09 15:41:06 -04:00
Daniel Krol 14d36075fc Delete a bunch of angular/deso stuff we won't need post-angular 2022-04-09 15:39:29 -04:00
Daniel Krol 7cd0eee93b Remove reference to bitclout and a couple other things 2022-04-09 15:14:15 -04:00
Daniel Krol b7fc4f9e8e Some hostnames in environment 2022-04-09 14:51:29 -04:00
Daniel Krol af4bbc9949 package-lock.json reference reformat 2022-04-08 20:35:46 -04:00
Daniel Krol 4954b619cb README detail 2022-04-08 11:40:20 -04:00
Daniel Krol 169e223cb6 LBRY Web Wallet initial commit (with some DeSo code still left over) 2022-04-08 11:27:09 -04:00