@0dotxyz/p0-ts-sdk 2.7.1-alpha.2 → 2.7.2
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/dist/index.cjs +1809 -207
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -3
- package/dist/index.d.ts +4 -3
- package/dist/index.js +1809 -207
- package/dist/index.js.map +1 -1
- package/dist/instructions.cjs.map +1 -1
- package/dist/instructions.js.map +1 -1
- package/dist/vendor.cjs +2016 -645
- package/dist/vendor.cjs.map +1 -1
- package/dist/vendor.d.cts +1932 -834
- package/dist/vendor.d.ts +1932 -834
- package/dist/vendor.js +2016 -645
- package/dist/vendor.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -7170,10 +7170,11 @@ declare class MarginfiAccountWrapper {
|
|
|
7170
7170
|
* 0.1.10 inserts required accounts into six instructions (positional wire
|
|
7171
7171
|
* break, both directions). For the three the SDK executes or simulates
|
|
7172
7172
|
* (end-flashloan, transfer, pulse-health), the builders in `instructions.ts`
|
|
7173
|
-
* build 0.1.10-style and
|
|
7174
|
-
*
|
|
7173
|
+
* AND their duplicates in `sync-instructions.ts` build 0.1.10-style and
|
|
7174
|
+
* inline-remove the inserted account while the target program still runs
|
|
7175
|
+
* 0.1.9 — decided by the announced upgrade time below.
|
|
7175
7176
|
*
|
|
7176
|
-
* TODO(upgrade): delete this file (and the
|
|
7177
|
+
* TODO(upgrade): delete this file (and the six inline checks) once the
|
|
7177
7178
|
* upgrade is final.
|
|
7178
7179
|
*/
|
|
7179
7180
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -7170,10 +7170,11 @@ declare class MarginfiAccountWrapper {
|
|
|
7170
7170
|
* 0.1.10 inserts required accounts into six instructions (positional wire
|
|
7171
7171
|
* break, both directions). For the three the SDK executes or simulates
|
|
7172
7172
|
* (end-flashloan, transfer, pulse-health), the builders in `instructions.ts`
|
|
7173
|
-
* build 0.1.10-style and
|
|
7174
|
-
*
|
|
7173
|
+
* AND their duplicates in `sync-instructions.ts` build 0.1.10-style and
|
|
7174
|
+
* inline-remove the inserted account while the target program still runs
|
|
7175
|
+
* 0.1.9 — decided by the announced upgrade time below.
|
|
7175
7176
|
*
|
|
7176
|
-
* TODO(upgrade): delete this file (and the
|
|
7177
|
+
* TODO(upgrade): delete this file (and the six inline checks) once the
|
|
7177
7178
|
* upgrade is final.
|
|
7178
7179
|
*/
|
|
7179
7180
|
/**
|