12 Commits

Author SHA1 Message Date
thesn10
e799c0be9d resolver picker 2026-06-27 14:52:11 +02:00
thesn10
0c86751d51 fix escrow handling and fetching 2026-06-26 20:01:36 +02:00
thesn10
555598535d feat: add name and description fields to ListingAccount; update form, table, detail, dashboard 2026-06-25 20:21:28 +02:00
thesn10
f30a0eb823 fix: sync program ID to keypair (9uF64...) 2026-06-25 18:53:06 +02:00
thesn10
627e08b192 fix: strip .js extensions from SDK imports; restore turbopack dev 2026-06-25 18:39:14 +02:00
thesn10
0f6fdc5f97 small fixes 2026-06-25 11:30:13 +02:00
thesn10
4742c3dbd4 feat: add @solisting/sdk helpers, tests, and index exports
Complete Task 5: Write sdk/src/index.ts to export:
- Generated bindings (accounts, instructions, pdas, types, errors, program id)
- Hand-written helpers (pda, listing, order functions)
- Type re-exports (Address, Account from @solana/kit)

Avoid duplication of deriveEscrowId (exported from pda.ts, re-exported from order.ts).
All tests passing, no type errors.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-24 22:54:05 +02:00
thesn10
b6722ee83b feat: add @solisting/sdk helpers and unit tests
Add hand-written SDK helper files (pda.ts, listing.ts, order.ts) with
GPA-based account fetching, discriminator filters, PDA derivation helpers,
and escrow ID derivation. Add pda.test.ts with 4 unit tests (all passing).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-24 22:48:24 +02:00
thesn10
825dad30c0 feat: generate solisting codama bindings (with correct IDL address) 2026-06-24 22:38:54 +02:00
thesn10
3f326f4420 feat: generate solisting codama bindings
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-24 22:32:17 +02:00
thesn10
f83f2c1278 fix: remove @descro/sdk dep from sdk package (not yet imported in Part 1) 2026-06-24 22:21:20 +02:00
thesn10
d245785b32 feat: add @solisting/sdk package scaffold
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-24 22:02:41 +02:00