Skip to content

Commit

Permalink
add stake-program-test crate
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoranYi committed Jul 27, 2023
1 parent e207e2e commit 0583f66
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 14 deletions.
22 changes: 15 additions & 7 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ members = [
"sdk/program",
"send-transaction-service",
"stake-accounts",
"stake-program-test",
"storage-bigtable",
"storage-bigtable/build-proto",
"storage-proto",
Expand Down
7 changes: 0 additions & 7 deletions programs/stake/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ solana-vote-program = { workspace = true }
assert_matches = { workspace = true }
proptest = { workspace = true }
solana-logger = { workspace = true }
solana-cli = { workspace = true }
solana-faucet = { workspace = true }
solana-rpc-client = { workspace = true, features = ["default"] }
solana-rpc-client-api = { workspace = true }
solana-rpc-client-nonce-utils = { workspace = true }
solana-streamer = { workspace = true }
solana-test-validator = {workspace = true }
test-case = { workspace = true }

[build-dependencies]
Expand Down
21 changes: 21 additions & 0 deletions stake-program-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[package]
name = "stake-program-test"
publish = false
description = "Solana Stake Program Test"
version = { workspace = true }
authors = { workspace = true }
repository = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
edition = { workspace = true }

[dependencies]
solana-cli = { workspace = true }
solana-faucet = { workspace = true }
solana-rpc-client = { workspace = true, features = ["default"] }
solana-rpc-client-api = { workspace = true }
solana-rpc-client-nonce-utils = { workspace = true }
solana-sdk = { workspace = true }
solana-stake-program = { workspace = true }
solana-streamer = { workspace = true }
solana-test-validator = { workspace = true }
1 change: 1 addition & 0 deletions stake-program-test/src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

File renamed without changes.

0 comments on commit 0583f66

Please sign in to comment.