-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NOSTR calls to relay for signing and browsing (#12)
* Changed the relay service to connect to NOSTR (#9) * Added the nostr id to the create project transaction * Started converting the relay service to communication with the relay * Tests communicating the test relay * Work on communication with the nostr relay * More work on nostr, changed the subscription handling to be injected from the UI. * Some code refactoring * Refactoring and started work on nostr client factory --------- Co-authored-by: TheDude <david@vsodir.onmicrosoft.com> * Cherry picked changes to nostr service * Changed the nostr pub key derivation and refactored the code to be DRY * Added creating a NOSTR profile before the creation of the project * Added the missing property on account info * Added sending the encrypted transaction to the relay for the founder to sign * Changing the flow to send DM to founder with request to sign the investment trx * Added guards for empty results * Revert "Cherry picked changes to nostr service" This reverts commit 0c6ae62. * Added TODO comment on the test class --------- Co-authored-by: TheDude <david@vsodir.onmicrosoft.com>
- Loading branch information
1 parent
96e9522
commit f005464
Showing
21 changed files
with
749 additions
and
261 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
Oops, something went wrong.