Skip to content

Releases: easy1staking-com/cip113-sdk-ts

v0.3.1

13 Apr 09:49

Choose a tag to compare

Re-export EvoTransactionWitnessSet for CIP-103 witness assembly in frontend consumers.

v0.3.0

13 Apr 09:02

Choose a tag to compare

What's New

  • Evolution SDK 0.5.2 with CIP-103 signTxs batch transaction signing
    • Browser wallets (Eternl, etc.) can now sign multiple chained txs in a single popup
    • Probes api.cip103.signTxs, api.experimental.signTxs, falls back to sequential api.signTx
  • Peer dependency updated to @evolution-sdk/evolution ^0.5.2

v0.2.2

12 Apr 20:29

Choose a tag to compare

Changes

  • checkStakeRegistration callback added to CIP113Config — prevents re-registration errors when running examples repeatedly
  • Unique token names per run (DEMO-XXXX) to avoid registry collisions
  • Blockfrost stake check in examples for proper compliance init
  • Full lifecycle verified on preprod (clean second run, all 11 steps pass)

v0.2.1

12 Apr 20:06

Choose a tag to compare

Fixes

  • _signBuilder returned from all FES operations — seed wallet signAndSubmit() now works for transfer, mint, burn, freeze, unfreeze, seize
  • Examples verified end-to-end on preprod — all 11 FES lifecycle scripts pass

Full Lifecycle Tested

00-setup             -> Wallet configured
01-init-compliance   -> Blacklist created
02-register          -> Token minted & registered
03-transfer          -> Tokens transferred
04-mint              -> Additional tokens minted
05-burn              -> Tokens burned
06-freeze            -> Address frozen
07-transfer-blocked  -> Transfer denied (blacklisted)
08-seize             -> Tokens seized from frozen address
09-unfreeze          -> Address unfrozen
10-transfer-unfrozen -> Transfer works again

v0.2.0

10 Apr 21:18

Choose a tag to compare

What's New

  • Evolution SDK 0.5.1 — upgraded from 0.4.0
  • Examples — 13 runnable scripts covering the full Freeze-and-Seize lifecycle (examples/)
  • Documentation — getting started guide, API reference, substandard docs (docs/)
  • Audit fixes — corrected JSDoc examples, import paths, dead links

Examples

cd examples
cp .env.example .env  # add Blockfrost key + seed phrase
npm install
npm run fes:setup
npm run fes:init-compliance
npm run fes:register
npm run fes:transfer

See docs/substandards/freeze-and-seize.md for the full lifecycle.

v0.1.4

10 Apr 15:03

Choose a tag to compare

Test OIDC with npm 11.

v0.1.0

10 Apr 14:38

Choose a tag to compare

Initial release of @easy1staking/cip113-sdk-ts — TypeScript SDK for CIP-113 Programmable Tokens on Cardano.