-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2602 Move Identity model to backend (#2617)
* replace network refs in conn-man with identity * move identity and usercsr creation to backend * use backend identity when creating community * fix user certs not being updated * rm identity from initcommunitypayload * Refactor storage service to handle CSR saving errors before init * add identity directly * add identity directly in createNetwork * move identity creation after invite code parsing * fix deep linking test * fix loadingPanel.test.tsx fix types in CREATE_USER_CSR chain fix loadPanel test better remove mocked socket test fix community.create test add identity type for usercsr init * fix last desktop rtl tests * fix registerUsername.saga.test * skip backwards compatibility tests not on linux * skip outdate integration tests * fix conn-serv.spec.test * fix dialing tests * remove unused socket actions * remove my personal scripts * exclude local address from libp2p peers * update mobile deep link snapshot * don't resave csr when community is opened from storage * rm extraneous logging and imports * add identities to migration * fix key type * cherry pick storybook fix * ensure csr is saved when updating username * update changelog * fix state-manager tests * make missing identity when launching community from storage a warning * fix log comment * update package.lock * put update in chores section * add back in build:auth * use the correct implementation of build:auth
- Loading branch information
1 parent
fc8b3e5
commit a4a8c69
Showing
43 changed files
with
906 additions
and
680 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.