torchsdk 3.2.0 → 3.2.3
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/package.json +1 -1
- package/readme.md +3 -3
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -14,7 +14,7 @@ for sdk audit, refer to [audit.md](./audit.md).
|
|
|
14
14
|
|
|
15
15
|
## Versioning
|
|
16
16
|
|
|
17
|
-
SDK version tracks the on-chain program IDL version.
|
|
17
|
+
SDK version tracks the on-chain program IDL version. v3.2.3 is documentation-only (whitepaper, audit, ClawHub spec compliance). No code changes from v3.2.0.
|
|
18
18
|
|
|
19
19
|
## What's New in v3.2.0
|
|
20
20
|
|
|
@@ -287,9 +287,9 @@ surfpool start --network mainnet --no-tui
|
|
|
287
287
|
npx tsx tests/test_e2e.ts
|
|
288
288
|
```
|
|
289
289
|
|
|
290
|
-
Expected output: `RESULTS:
|
|
290
|
+
Expected output: `RESULTS: 32 passed, 0 failed`
|
|
291
291
|
|
|
292
|
-
Test coverage: create token, vault lifecycle (create/deposit/query/withdraw/withdraw tokens), buy (direct + vault), link/unlink wallet, sell, star, messages, confirm, full bonding to 200 SOL, Raydium migration, borrow, repay, vault swap (buy + sell on Raydium DEX), vault-routed liquidation, protocol reward claims.
|
|
292
|
+
Test coverage: create token, vault lifecycle (create/deposit/query/withdraw/withdraw tokens), buy (direct + vault), link/unlink wallet, sell, star, messages, confirm, full bonding to 200 SOL, Raydium migration, borrow, repay, vault swap (buy + sell on Raydium DEX), vault-routed liquidation, protocol reward claims (epoch volume + vault-routed claim).
|
|
293
293
|
|
|
294
294
|
## License
|
|
295
295
|
|