@vultisig/sdk 2.10.0 → 2.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @vultisig/sdk
2
2
 
3
+ ## 2.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#900](https://github.com/vultisig/vultisig-sdk/pull/900) [`9e72781`](https://github.com/vultisig/vultisig-sdk/commit/9e7278125bd8bc722a26ab3a1f91ba1be03054d1) Thanks [@Ehsan-saradar](https://github.com/Ehsan-saradar)! - feat(solana): staking foundation — models + RPC read layer
8
+
9
+ Phase 1 of Solana native staking. Adds the chain-layer read foundation under
10
+ `@vultisig/core-chain/chains/solana/staking`: config, stake-account/validator
11
+ models (jsonParsed parsing + activation-state derivation), the RPC read layer
12
+ (getVoteAccounts / stake-account scan / epoch / rent / inflation / supply), and
13
+ the withdraw cooldown gate. No UI, no signing, no validator-metadata source.
14
+
3
15
  ## 2.10.0
4
16
 
5
17
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vultisig/sdk",
3
- "version": "2.10.0",
3
+ "version": "2.11.0",
4
4
  "description": "The self-custody MPC wallet SDK for AI agents. Bitcoin, Ethereum, Solana & 36+ chains via DKLS23 threshold signatures. TypeScript, multi-platform (Node, browser, React Native).",
5
5
  "type": "module",
6
6
  "main": "dist/index.node.cjs",