Skip to content

Commit

Permalink
remove vote-program dep from rpc-client (#3462)
Browse files Browse the repository at this point in the history
* remove vote-program dep from rpc-client

* update lock file
  • Loading branch information
kevinheavey authored Nov 25, 2024
1 parent eb2652b commit 5b890a5
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

1 change: 0 additions & 1 deletion programs/sbf/Cargo.lock

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

1 change: 0 additions & 1 deletion rpc-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ solana-rpc-client-api = { workspace = true }
solana-sdk = { workspace = true }
solana-transaction-status-client-types = { workspace = true }
solana-version = { workspace = true }
solana-vote-program = { workspace = true }
tokio = { workspace = true, features = ["full"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion rpc-client/src/nonblocking/rpc_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ use {
pubkey::Pubkey,
signature::Signature,
transaction,
vote::state::MAX_LOCKOUT_HISTORY,
},
solana_transaction_status_client_types::{
EncodedConfirmedBlock, EncodedConfirmedTransactionWithStatusMeta, TransactionStatus,
UiConfirmedBlock, UiTransactionEncoding,
},
solana_vote_program::vote_state::MAX_LOCKOUT_HISTORY,
std::{
net::SocketAddr,
str::FromStr,
Expand Down
1 change: 0 additions & 1 deletion svm/examples/Cargo.lock

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

0 comments on commit 5b890a5

Please sign in to comment.