-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adding support for interacting with dispenser api on testnet vi…
…a ensure_funded; api client class (#51) * feat: adding support for interacting with dispenser api on testnet * chore: adding pr template * chore: simplifying setup; let clients handle error codes as they see fit * chore: replacing deprecated recommended plugin * feat: adding dispenser api client; refining ensure_funded BREAKING CHANGE: Adding new client class for interacting with TestNet Dispenser API; Changing output type of ensure_funded method * docs: updating documentation fixing urls * chore: addressing pr comments * chore: fixing pip audit warning
- Loading branch information
1 parent
c8401e8
commit 4f1f057
Showing
31 changed files
with
1,224 additions
and
202 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## Proposed Changes | ||
|
||
- | ||
- | ||
- |
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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"recommendations": [ | ||
"esbenp.prettier-vscode", | ||
"ms-python.python", | ||
"ms-python.vscode-pylance", | ||
"charliermarsh.ruff", | ||
"bungcip.better-toml", | ||
"editorconfig.editorconfig", | ||
"emeraldwalk.runonsave", | ||
"matangover.mypy", | ||
"runarsf.platform-settings" | ||
] | ||
"recommendations": [ | ||
"esbenp.prettier-vscode", | ||
"ms-python.python", | ||
"ms-python.vscode-pylance", | ||
"charliermarsh.ruff", | ||
"tamasfe.even-better-toml", | ||
"editorconfig.editorconfig", | ||
"emeraldwalk.runonsave", | ||
"matangover.mypy", | ||
"runarsf.platform-settings" | ||
] | ||
} |
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.
4f1f057
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage Report