Skip to content

Releases: solana-program/token-wrap

[email protected]

22 Sep 12:42
Compare
Choose a tag to compare

What's new

  • Release by @github-actions[bot]
  • Sync to t-22 CLI updates (#305) by @grod220

[email protected]

11 Sep 09:32
Compare
Choose a tag to compare

What's new

  • Release by @github-actions[bot]
  • Update IDL + js clients (#265) by @grod220
  • Update codama + js client deps (#262) by @grod220
  • Add compliance-focused MintCustomizer example (#257) by @grod220
  • Sync metadata to Spl Token (#247) by @grod220
  • Block pointer to token-2022 mint (#246) by @grod220
  • Pointer-aware metadata sync (#234) by @grod220
  • Sync metadata from spl-token to token-2022 (#229) by @grod220
  • Sync metadata to token-2022 pt. 1 (#221) by @grod220
  • Add metadata extensions on CreateMint (#208) by @grod220
  • Add confidential transfer ext by default (#167) by @grod220
  • Introduce MintCustomizer trait (#201) by @grod220
  • Get repo back to green (#189) by @joncinque
  • Update ImmutableOwner check (#170) by @grod220
  • Add confidential transfers test (#144) by @grod220
  • Update deps (v2.3) (#148) by @grod220
  • CloseStuckEscrow generated js methods (#149) by @grod220
  • CloseStuckEscrow instruction (#139) by @grod220
  • Add MintBuilder & TokenAccountBuilder (#143) by @grod220
  • Update mollusk dep (#75) by @grod220
  • Escrow refactor ATA (js) (#109) by @grod220
  • Transfer fee ext support (#119) by @grod220
  • Refactor escrow account to be an ATA (#108) by @grod220
  • Validate mint owner (#88) by @grod220
  • Correct space error message (#85) by @grod220
  • Client helpers: CreateMint (javascript) (#34) by @grod220
  • CLI helper: CreateMint (#33) by @grod220
  • Add tests for native mint (#27) by @grod220
  • Transfer hook support (#15) by @grod220
  • Update deps to 2.2.1 (#22) by @grod220
  • Unwrap instruction (#13) by @grod220
  • Wrap multisig support (#11) by @grod220
  • Wrap instruction (#10) by @grod220
  • CreateMint instruction (#6) by @grod220
  • Fix indentation (#4) by @joncinque
  • Add scaffolding for the program and CI (#2) by @joncinque
  • Update existing code to use non-local dependencies by @joncinque
  • Publish spl-associated-token-account v6.0.0 by @github-actions[bot]
  • Publish spl-token-2022 v6.0.0 by @github-actions[bot]
  • Publish spl-token v7.0.0 by @github-actions[bot]
  • Update to Solana v2.1 crates (#7416) by @joncinque
  • Publish associated-token-account v5.0.1 by @github-actions[bot]
  • Publish associated-token-account v4.0.1 by @github-actions[bot]
  • Publish token-2022 v5.0.2 by @github-actions[bot]
  • Publish token-2022 v5.0.1 by @github-actions[bot]
  • Publish token-2022 v5.0.0 by @github-actions[bot]
  • Bump to v4 for Solana v2 (#6933) by @joncinque
  • Bump to v4 for Solana v2 compatibility (#6930) by @joncinque
  • Bump to v6 for Solana v2 compatibility (#6918) by @joncinque
  • Upgrade to Solana v2 (#6908) by @joncinque
  • Update to v5 for solana-program 2.0 compatibility (#6907) by @joncinque
  • Bump solana version to 1.18.11 (#6624) by @samkim-crypto
  • Bump all crates for token-cli release (#6516) by @joncinque
  • Bump everything up for new token cli (#6507) by @joncinque
  • Upgrade to Solana 1.18.2 (#6278) by @samkim-crypto
  • Upgrade to solana 1.17.17 (#6189) by @samkim-crypto
  • Bump to v2 (#6187) by @joncinque
  • Update solana dependency version to allow 2.0.0 (#6182) by @willhickey
  • Token 2022: upgrade sdk to 1.17.13 (#6147) by @0x0ece
  • Bump to 1.0.0 for prod release (#5954) by @joncinque
  • Update to 1.17.6 (#5863) by @joncinque
  • Format comments
  • Use entrypoint full path
  • Bump Solana crates to 1.16.16 (#5494) by @joncinque
  • Bump tlv-account-resolution and dependents (#5367) by @joncinque
  • Bump repo to 1.16.13 (#5324) by @joncinque
  • Bump token-2022 and all dependencies (#5189) by @joncinque
  • Upgrade to solana 1.16.3 (#4679) by @samkim-crypto

[email protected]

11 Sep 15:24
Compare
Choose a tag to compare

What's new

@solana-program/[email protected]

03 Sep 14:22
00624a4
Compare
Choose a tag to compare

Minor Changes

  • 4c60e2c: Update idl for new metadata sync instructions
  • 7c4bc45: Bump deps to Kit 3.0

Patch Changes

  • 7c4bc45: Update CreateMint helper to support token-2022 extension sizing

@solana-program/[email protected]

25 Jun 10:40
ed7a249
Compare
Choose a tag to compare

Minor Changes

  • Generated methods for CloseStuckEscrow

@solana-program/[email protected]

09 Jun 09:56
1bef406
Compare
Choose a tag to compare

Major Changes

  • Single signer helpers return instructions, not transactions

@solana-program/[email protected]

06 May 08:13
d8a6cb8
Compare
Choose a tag to compare

Major Changes

  • First stable release

    • expose createMintTx, singleSignerWrapTx, singleSignerUnwrapTx
    • provide multisig-helper builders and utilities (combinedMultisigTx, escrow creation, token-account helpers)
    • ship generated TypeScript types, codecs, PDA finders and error maps
    • add GitHub-Actions & Changesets configs for automated publishing