Commit 84f7ad9
committed
fix: use lean keychain-memory signer to avoid cloud SDK dep bloat
The umbrella @solana/keychain pulls in every backend signer (AWS KMS, GCP
KMS, Fireblocks, ...), dragging the full AWS SDK into the lockfile and
tripping the safe-chain minimum-package-age guard in CI. Use the
config-based createMemorySigner from @solana/keychain-memory instead;
the plugin-client signing path is unchanged.1 parent 4829904 commit 84f7ad9
3 files changed
Lines changed: 7 additions & 938 deletions
Lines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments