-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(iroh): improved node builder (#2087)
- Self sufficient `Node::memory()` for in memory configuration - Self sufficient `Node::persistent(root)` for in persistent configuration (including secret key) - Easy way to enable rpc endpoint with `Builder::enable_rpc()` - Remove manual setting of `local_pool_handle` - Add type aliases for the main node configurations
- Loading branch information
1 parent
e7690b9
commit 2364329
Showing
21 changed files
with
997 additions
and
1,017 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.