@bitgo-beta/sdk-coin-sol 2.4.3-beta.844 → 2.4.3-beta.846

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 +17 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [4.10.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sol@4.10.0...@bitgo/sdk-coin-sol@4.10.1) (2025-04-29)
7
+
8
+ **Note:** Version bump only for package @bitgo/sdk-coin-sol
9
+
10
+ # [4.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sol@4.9.1...@bitgo/sdk-coin-sol@4.10.0) (2025-04-25)
11
+
12
+ ### Bug Fixes
13
+
14
+ - **sdk-coin-sol:** amend recipients type to match what WP is sending ([9d47c29](https://github.com/BitGo/BitGoJS/commit/9d47c29bdbe5991af39d79167b0d7fd0f0af8fc7))
15
+ - **sdk-coin-sol:** set isMarinade flag during from raw build ([7a0f381](https://github.com/BitGo/BitGoJS/commit/7a0f3818cee20bbfec42970ae5c87f572a37f319))
16
+
17
+ ### Features
18
+
19
+ - **sdk-coin-sol:** add decode order for marinade stake/unstake ([e1b1e32](https://github.com/BitGo/BitGoJS/commit/e1b1e32cd6e97eb5100b3a753ff059f47df46d99))
20
+ - **sdk-coin-sol:** add support for marinade staking ([9def25e](https://github.com/BitGo/BitGoJS/commit/9def25eb07acfe79d16d330e3078951ed6ccbaa1))
21
+ - **sdk-coin-sol:** add unstake flow for marinade ([6933bd9](https://github.com/BitGo/BitGoJS/commit/6933bd9b875dbd19866210ded74c79e6a644cc7a))
22
+
6
23
  ## [4.9.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sol@4.9.0...@bitgo/sdk-coin-sol@4.9.1) (2025-04-15)
7
24
 
8
25
  **Note:** Version bump only for package @bitgo/sdk-coin-sol
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-sol",
3
- "version": "2.4.3-beta.844",
3
+ "version": "2.4.3-beta.846",
4
4
  "description": "BitGo SDK coin library for Sol",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,9 +40,9 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/sdk-core": "8.2.1-beta.850",
44
- "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.842",
45
- "@bitgo-beta/statics": "15.1.1-beta.853",
43
+ "@bitgo-beta/sdk-core": "8.2.1-beta.852",
44
+ "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.844",
45
+ "@bitgo-beta/statics": "15.1.1-beta.855",
46
46
  "@solana/spl-token": "0.3.1",
47
47
  "@solana/web3.js": "1.92.1",
48
48
  "bignumber.js": "^9.0.0",
@@ -52,9 +52,9 @@
52
52
  "tweetnacl": "^1.0.3"
53
53
  },
54
54
  "devDependencies": {
55
- "@bitgo-beta/sdk-api": "1.10.1-beta.849",
56
- "@bitgo-beta/sdk-test": "^8.0.81",
55
+ "@bitgo-beta/sdk-api": "1.10.1-beta.851",
56
+ "@bitgo-beta/sdk-test": "^8.0.83",
57
57
  "@types/lodash": "^4.14.121"
58
58
  },
59
- "gitHead": "275c8f84c22236c2ccef03ef47c367ade512fdcc"
59
+ "gitHead": "a8bde77103ebbb56d25070173e4999352cb49efb"
60
60
  }