This repository was archived by the owner on Mar 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,14 @@ solana-cli-output = {path = "$solana_dir/cli-output" }
45
45
solana-client = { path = "$solana_dir /client"}
46
46
solana-core = { path = "$solana_dir /core"}
47
47
solana-logger = {path = "$solana_dir /logger" }
48
+ solana-notifier = { path = "$solana_dir /notifier" }
48
49
solana-remote-wallet = {path = "$solana_dir /remote-wallet" }
49
50
solana-program = { path = "$solana_dir /sdk/program" }
50
51
solana-program-test = { path = "$solana_dir /program-test" }
51
52
solana-runtime = { path = "$solana_dir /runtime" }
52
53
solana-sdk = { path = "$solana_dir /sdk" }
53
54
solana-stake-program = { path = "$solana_dir /programs/stake" }
55
+ solana-transaction-status = { path = "$solana_dir /transaction-status" }
54
56
solana-vote-program = { path = "$solana_dir /programs/vote" }
55
57
PATCH
56
58
fi
Original file line number Diff line number Diff line change @@ -25,11 +25,14 @@ crates=(
25
25
solana-client
26
26
solana-core
27
27
solana-logger
28
+ solana-notifier
28
29
solana-program
29
30
solana-program-test
30
31
solana-remote-wallet
31
32
solana-runtime
32
33
solana-sdk
34
+ solana-stake-program
35
+ solana-transaction-status
33
36
)
34
37
35
38
set -x
You can’t perform that action at this time.
0 commit comments