Skip to content

Latest commit

 

History

History
243 lines (148 loc) · 4.33 KB

CHANGELOG.md

File metadata and controls

243 lines (148 loc) · 4.33 KB

@turnkey/solana

1.0.7

Patch Changes

1.0.6

Patch Changes

1.0.5

Patch Changes

1.0.4

Patch Changes

  • 9eaf38a: Add optional org id for all signing methods

1.0.3

Patch Changes

1.0.2

Patch Changes

1.0.1

Patch Changes

1.0.0

Major Changes

  • a4f0f69: Integrate @turnkey/solana with Turnkey's Sign Transaction endpoint. There are no breaking changes, but a major release felt right given this is effectively adding "full" Solana support.

    This release introduces a new method: signTransaction. Under the hood, this creates an activity of type ACTIVITY_TYPE_SIGN_TRANSACTION_V2. There is no action required for existing users of addSignature.

    • addSignature does not use our Policy Engine, and instead signs a transaction's message straight up
    • While addSignature mutates the incoming transaction by adding a signature to it directly, signTransaction returns a new transaction object
    • Both legacy and versioned (V0) transactions are supported

    For some examples of how you can use Turnkey's Policy Engine with Solana transactions, see https://docs.turnkey.com/concepts/policies/examples.

Patch Changes

0.5.1

Patch Changes

0.5.0

Minor Changes

  • bdded80: Support awaiting consensus

Patch Changes

0.4.3

Patch Changes

0.4.2

Patch Changes

  • Updated dependencies [bab5393]
  • Updated dependencies [a16073c]
  • Updated dependencies [7e7d209]

0.4.1

Patch Changes

0.4.0

Minor Changes

  • c342954: Add compatibility with @turnkey/sdk-server and @turnkey/sdk-browser

0.3.10

Patch Changes

0.3.9

Patch Changes

0.3.8

Patch Changes

0.3.7

Patch Changes

0.3.6

Patch Changes

0.3.5

Patch Changes

0.3.4

Patch Changes

0.3.3

Patch Changes

0.3.2

Patch Changes

0.3.1

Patch Changes

Adjust logic for signing transactions and versioned transactions to avoid typechecks (#218)

0.3.0

Minor Changes

Add support for signing Solana versioned transactions (#216)

0.2.2

Patch Changes

0.2.1

Patch Changes

0.2.0

Minor Changes

  • #202: implements signMessage on the Solana TurnkeySigner

0.1.1

  • Fix README link

0.1.0

  • Initial release