forked from kaspanet/rusty-kaspa
-
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.
Resolver for Python wRPC client prototype (kaspanet#70)
* wRPC minor cleanup * resolver scaffolding * wRPC client failing to init due to resolver network issue * wRPC client constructor accept Resolver, network id * network null when using url * connect options and resolver methods * lints * rpc.py example tn11 * set network id on client * bubble errors where possible * lint
- Loading branch information
Showing
5 changed files
with
209 additions
and
59 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,6 @@ use cfg_if::cfg_if; | |
cfg_if! { | ||
if #[cfg(feature = "py-sdk")] { | ||
pub mod client; | ||
pub mod resolver; | ||
} | ||
} |
Oops, something went wrong.