5f3dd98
, 5f3dd98
, 7625df0
]:
be0a621
Author @amircheikh - Fix for no runner registered
error when using mismatched versions of turnkey/http
be0a621
]:
5afbe51
, a38a6e3
, 40c4035
, 593de2d
]:
27fe590
]:
07dfd33
, e8a5f1b
]:
signAuthorization
implementation to explicitly include yParity
in the responsesignTransaction
implementation: when signing Type 3 transactions, our Viem implementation will extract the transaction payload (not including blobs, commitments, or proofs), sign it, extract the signature, and then reassemble the entire transaction payload.signAuthorization
method
viem
version to ^2.24.2
(required for 7702)to
parameter, used for indicating the result shape of signMessage
(and related) requests
signTypedData
as wellsignAuthorization
serializeSignature
is updated as wellcreateAccountWithAddress
BaseError
(and thus implement error.walk
)
TurnkeyConsensusNeededError
wraps consensus-related errorsTurnkeyActivityError
wraps base Turnkey errorsserializeSignature
serializes a raw signatureisTurnkeyActivityConsensusNeededError
and isTurnkeyActivityError
use error.walk
to check the type of a Viem errorsignWith
getAddresses()
for LocalAccountcreateAccount
method and deprecates the existing createApiAccount
. createAccount
offers a superset of functionality and works with stampers (@turnkey/api-key-stamper
/ @turnkey/webauthn-stamper
) to integrate with API keys or passkeys.