Skip to content

Latest commit

 

History

History
146 lines (92 loc) · 7.29 KB

File metadata and controls

146 lines (92 loc) · 7.29 KB

@turnkey/react-native-wallet-kit

1.3.1

Patch Changes

  • Updated dependencies [6261eed, 78ec1d9]:
    • @turnkey/core@1.10.0
    • @turnkey/sdk-types@0.11.0
    • @turnkey/crypto@2.8.8
    • @turnkey/react-native-passkey-stamper@1.2.6

1.3.0

Minor Changes

  • #1118 29a42db Thanks @moe-dev! - Add support for high-level Ethereum transaction utilities:

    • ethSendTransaction — new helper used as a dedicated method for submitting Ethereum transactions (sign and broadcast) via the Turnkey API.
    • pollTransactionStatus — new helper for polling Turnkey’s transaction status endpoint until the transaction reaches a terminal state.

    These methods enable a clean two-step flow:

    1. Submit the transaction intent using ethSendTransaction, receiving a sendTransactionStatusId.
    2. Poll for completion using pollTransactionStatus to retrieve the final on-chain transaction hash and execution status.

Patch Changes

  • Updated dependencies [29a42db, 29a42db]:
    • @turnkey/sdk-types@0.10.0
    • @turnkey/core@1.9.0
    • @turnkey/crypto@2.8.7

1.2.1

Patch Changes

  • Updated dependencies [7185545]:
    • @turnkey/core@1.8.3

1.2.0

Minor Changes

Patch Changes

  • #1123 3d743df Author @moeodeh3 - Fix AsyncStorage import for OAuth 2.0 flows (Discord, X) to support bundlers with non-standard CJS/ESM interop

  • Updated dependencies [3c23fc2]:

    • @turnkey/core@1.8.2

1.1.7

Patch Changes

  • Updated dependencies [d4768c7]:
    • @turnkey/core@1.8.1

1.1.6

Patch Changes

  • #1102 8ed182a Author @amircheikh - - Added autoFetchWalletKitConfig option to the TurnkeyProvider config. Setting this to false will disable the initial walletKitConfig fetch, saving on initialization time. If this is disabled and you want to use the handleLogin modal with Turnkey's Auth Proxy, you must pass in the enabled auth methods manually into the TurnkeyProvider config.

    • Fixed refreshWallets and refreshUser not working when autoRefreshManagedState is disabled.
  • Updated dependencies [fd2e031, 80ea306, e1bd68f]:

    • @turnkey/core@1.8.0
    • @turnkey/sdk-types@0.9.0
    • @turnkey/crypto@2.8.6

1.1.5

Patch Changes

  • Updated dependencies [5f829c6, beee465, 084acce, 67b03a5]:
    • @turnkey/crypto@2.8.5
    • @turnkey/core@1.7.0
    • @turnkey/sdk-types@0.8.0
    • @turnkey/react-native-passkey-stamper@1.2.5

1.1.4

Patch Changes

  • #1059 046544f Author @moeodeh3 - Fixed storeSession not updating wallet and user state

  • #1059 046544f Author @moeodeh3 - Fixed expirationSeconds param being ignored in auth functions

  • Updated dependencies [9fbd5c4]:

    • @turnkey/core@1.6.0
    • @turnkey/crypto@2.8.4
    • @turnkey/react-native-passkey-stamper@1.2.4

1.1.3

Patch Changes

  • Updated dependencies [c745646]:
    • @turnkey/crypto@2.8.4
    • @turnkey/core@1.5.2

1.1.2

Patch Changes

1.1.1

Patch Changes

  • Updated dependencies [886f319]:
    • @turnkey/core@1.5.1

1.1.0

Minor Changes

  • #992 5c4495b Author @amircheikh - - Added verifyAppProofs function. Used alongside activities that return app proofs, this function will fetch the corresponding boot proof for a list of app proofs and securely verify them on the client. Learn more about Turnkey Verified here
    • All auth methods that make signup requests now optionally return a list of appProofs

Patch Changes

1.0.1

Patch Changes

  • Updated dependencies [9df42ad, 429e4c4]:
    • @turnkey/sdk-types@0.6.2
    • @turnkey/core@1.4.2
    • @turnkey/react-native-passkey-stamper@1.2.3
    • @turnkey/crypto@2.8.2

1.0.0

Patch Changes

  • Updated dependencies [e5b9c5c]:
    • @turnkey/core@1.4.1