Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v2023.10.2 #141

Closed
wants to merge 3 commits into from
Closed

release v2023.10.2 #141

wants to merge 3 commits into from

Conversation

andrewkmin
Copy link
Collaborator

@andrewkmin andrewkmin commented Oct 19, 2023

Summary & Motivation

Main updates:

@turnkey/http

  • Consolidated signing routes:
    • We now have a single route, /api/v1/submit/sign_raw_payload for SignRawPayload activities (previously this was split into SignRawPayload and SignRawPayloadV2)
    • This extends to /api/v1/submit/sign_transaction as well. SignTransaction and SignTransactionV2 now have a unified activity: SignTransaction
    • Under the hood, these routes stay largely the same: you can sign raw payloads and transactions with an address (from a wallet account), or a private key ID

@turnkey/viem

  • 59dcd2f: Unpin typescript
  • da7c960: Bump Viem dependency to fix getAddresses() for LocalAccount

How I Tested These Changes

@codesandbox-ci
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@andrewkmin andrewkmin closed this Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant