forked from WalletWasabi/WalletWasabi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nostr coordinator publisher (WalletWasabi#13138)
* add NNostr.client package * add option to config * Add logic for managing key for nostr * add extension methods * add periodic runner for publishing * add logic for Global * Update deps.nix * make broadcast data configurable * only init NostKeyManager when needed. * rename * review fixes * disconnect explicitly * add success log * add uri array to config * rename folder * unify Announcer config * move key management to config * cleanup * store the key based NIP19 * review comment fixes * Tags for coordinatorfee, absolutemininputcount, readmore * update deps-all.nix file * throw ex on RegTest, feature is not supported * Simplify implementation * Add coordinator name --------- Co-authored-by: Turbolay <[email protected]> Co-authored-by: Lucas Ontivero <[email protected]>
- Loading branch information
1 parent
cae7456
commit a4c55d5
Showing
14 changed files
with
588 additions
and
21 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.