Skip to content

Commit

Permalink
feat: make the cli async (#551)
Browse files Browse the repository at this point in the history
* checkpoint

* make the cli async:

* no-verify

* go
  • Loading branch information
guibescos authored Jan 7, 2025
1 parent 1a7e04a commit 83400a3
Show file tree
Hide file tree
Showing 5 changed files with 163 additions and 92 deletions.
5 changes: 3 additions & 2 deletions staking/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions staking/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ uriparse = "0.6.4"
solana-remote-wallet = "1.18.16"
solana-account-decoder = "1.18.16"
chrono = "0.4.38"
tokio = "1.42.0"
Loading

0 comments on commit 83400a3

Please sign in to comment.