@drift-labs/sdk 2.101.0-beta.6 → 2.102.0-beta.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.
package/VERSION CHANGED
@@ -1 +1 @@
1
- 2.101.0-beta.6
1
+ 2.102.0-beta.0
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.100.0",
2
+ "version": "2.101.0",
3
3
  "name": "drift",
4
4
  "instructions": [
5
5
  {
@@ -2396,12 +2396,19 @@
2396
2396
  ],
2397
2397
  "type": "u8"
2398
2398
  },
2399
+ {
2400
+ "name": "submission_idx",
2401
+ "docs": [
2402
+ "The index of the submission that was used to calculate this result"
2403
+ ],
2404
+ "type": "u8"
2405
+ },
2399
2406
  {
2400
2407
  "name": "padding1",
2401
2408
  "type": {
2402
2409
  "array": [
2403
2410
  "u8",
2404
- 7
2411
+ 6
2405
2412
  ]
2406
2413
  }
2407
2414
  },
@@ -3019,13 +3026,11 @@
3019
3026
  "type": "u64"
3020
3027
  },
3021
3028
  {
3022
- "name": "padding1",
3023
- "type": {
3024
- "array": [
3025
- "u8",
3026
- 8
3027
- ]
3028
- }
3029
+ "name": "landed_at",
3030
+ "docs": [
3031
+ "The slot at which this value was landed on chain."
3032
+ ],
3033
+ "type": "u64"
3029
3034
  },
3030
3035
  {
3031
3036
  "name": "value",
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.100.0",
2
+ "version": "2.101.0",
3
3
  "name": "drift",
4
4
  "instructions": [
5
5
  {
@@ -2396,12 +2396,19 @@
2396
2396
  ],
2397
2397
  "type": "u8"
2398
2398
  },
2399
+ {
2400
+ "name": "submission_idx",
2401
+ "docs": [
2402
+ "The index of the submission that was used to calculate this result"
2403
+ ],
2404
+ "type": "u8"
2405
+ },
2399
2406
  {
2400
2407
  "name": "padding1",
2401
2408
  "type": {
2402
2409
  "array": [
2403
2410
  "u8",
2404
- 7
2411
+ 6
2405
2412
  ]
2406
2413
  }
2407
2414
  },
@@ -3019,13 +3026,11 @@
3019
3026
  "type": "u64"
3020
3027
  },
3021
3028
  {
3022
- "name": "padding1",
3023
- "type": {
3024
- "array": [
3025
- "u8",
3026
- 8
3027
- ]
3028
- }
3029
+ "name": "landed_at",
3030
+ "docs": [
3031
+ "The slot at which this value was landed on chain."
3032
+ ],
3033
+ "type": "u64"
3029
3034
  },
3030
3035
  {
3031
3036
  "name": "value",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.101.0-beta.6",
3
+ "version": "2.102.0-beta.0",
4
4
  "main": "lib/node/index.js",
5
5
  "types": "lib/node/index.d.ts",
6
6
  "browser": "./lib/browser/index.js",
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.100.0",
2
+ "version": "2.101.0",
3
3
  "name": "drift",
4
4
  "instructions": [
5
5
  {
@@ -2396,12 +2396,19 @@
2396
2396
  ],
2397
2397
  "type": "u8"
2398
2398
  },
2399
+ {
2400
+ "name": "submission_idx",
2401
+ "docs": [
2402
+ "The index of the submission that was used to calculate this result"
2403
+ ],
2404
+ "type": "u8"
2405
+ },
2399
2406
  {
2400
2407
  "name": "padding1",
2401
2408
  "type": {
2402
2409
  "array": [
2403
2410
  "u8",
2404
- 7
2411
+ 6
2405
2412
  ]
2406
2413
  }
2407
2414
  },
@@ -3019,13 +3026,11 @@
3019
3026
  "type": "u64"
3020
3027
  },
3021
3028
  {
3022
- "name": "padding1",
3023
- "type": {
3024
- "array": [
3025
- "u8",
3026
- 8
3027
- ]
3028
- }
3029
+ "name": "landed_at",
3030
+ "docs": [
3031
+ "The slot at which this value was landed on chain."
3032
+ ],
3033
+ "type": "u64"
3029
3034
  },
3030
3035
  {
3031
3036
  "name": "value",