Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Nov 11, 2024
1 parent f624ea1 commit bcb68b6
Show file tree
Hide file tree
Showing 7 changed files with 416 additions and 5 deletions.
1 change: 1 addition & 0 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 @@ -25,3 +25,4 @@ reqwest = "0.11"
serde_json = "1.0.128"
uriparse = "0.6.4"
solana-remote-wallet = "1.18.16"
solana-account-decoder = "1.18.16"
1 change: 1 addition & 0 deletions staking/cli/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ pub enum Action {
#[clap(long, help = "Publisher caps")]
publisher_caps: Pubkey,
},
GetAllAccounts {},
}

pub enum SignerSource {
Expand Down
Loading

0 comments on commit bcb68b6

Please sign in to comment.