@bitgo-beta/sdk-coin-sol 2.4.3-beta.1089 → 2.4.3-beta.1090

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 +19 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
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
+ # [5.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sol@4.16.0...@bitgo/sdk-coin-sol@5.0.0) (2025-08-14)
7
+
8
+ ### Code Refactoring
9
+
10
+ - **sdk-coin-sol:** change marinade and jito flags to enum ([5cc2722](https://github.com/BitGo/BitGoJS/commit/5cc2722a19bae5c195d52eaccc973f9c64a08abf))
11
+
12
+ ### Features
13
+
14
+ - add customTx transactionType support for sol ([00fe22f](https://github.com/BitGo/BitGoJS/commit/00fe22fdd6df072890698f7335a3731147aec3f5))
15
+ - **sdk-coin-sol:** implements staking deactivate for jito ([bb9af1e](https://github.com/BitGo/BitGoJS/commit/bb9af1ea4678f2af336cf1e458a2b2b9e026a225))
16
+
17
+ ### BREAKING CHANGES
18
+
19
+ - **sdk-coin-sol:** the `isMarinade` setter in transaction builders has been
20
+ removed. Existing calls to `txBuilder.isMarinade` will have to be replaced
21
+ with `txBuilder.stakingType(StakingType.MARINADE)`.
22
+
23
+ Ticket: SC-2620
24
+
6
25
  # [4.16.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sol@4.15.0...@bitgo/sdk-coin-sol@4.16.0) (2025-08-07)
7
26
 
8
27
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-sol",
3
- "version": "2.4.3-beta.1089",
3
+ "version": "2.4.3-beta.1090",
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.1095",
44
- "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.1087",
45
- "@bitgo-beta/statics": "15.1.1-beta.1098",
43
+ "@bitgo-beta/sdk-core": "8.2.1-beta.1096",
44
+ "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.1088",
45
+ "@bitgo-beta/statics": "15.1.1-beta.1099",
46
46
  "@solana/spl-stake-pool": "1.1.8",
47
47
  "@solana/spl-token": "0.3.1",
48
48
  "@solana/web3.js": "1.92.1",
@@ -53,9 +53,9 @@
53
53
  "tweetnacl": "^1.0.3"
54
54
  },
55
55
  "devDependencies": {
56
- "@bitgo-beta/sdk-api": "1.10.1-beta.1094",
57
- "@bitgo-beta/sdk-test": "^9.0.1",
56
+ "@bitgo-beta/sdk-api": "1.10.1-beta.1095",
57
+ "@bitgo-beta/sdk-test": "^9.0.2",
58
58
  "@types/lodash": "^4.14.121"
59
59
  },
60
- "gitHead": "1f117002c6850577e9e631ff0269f9721965ed88"
60
+ "gitHead": "c9066950d9ec933a574a868154793353d2173794"
61
61
  }