Skip to content

Releases: tempoxyz/tempo-ts

[email protected]

15 Dec 04:27
59c90aa

Choose a tag to compare

Patch Changes

[email protected]

15 Dec 02:35
1425dc5

Choose a tag to compare

Minor Changes

  • #117 12193a4 Thanks @jxom! - Removed tempo.ts/prool. The tempo prool instance has been upstreamed directly into prool.

    - import { Instance } from 'tempo.ts/prool'
    + import { Instance } from 'prool'
    
    const instance = Instance.tempo()
  • #121 378f794 Thanks @jxom! - Breaking: Removed tempo.ts/ox entrypoint. Use ox/tempo instead.

    npm i ox
    
    - import … from 'tempo.ts/ox'
    + import … from 'ox/tempo'

Patch Changes

[email protected]

09 Dec 06:21
6583d6f

Choose a tag to compare

Patch Changes

[email protected]

09 Dec 06:01
40c660d

Choose a tag to compare

Patch Changes

  • 2f1eda2 Thanks @jxom! - Removed multicall contracts from chain. Rely on deployless instead.

[email protected]

08 Dec 22:23
ecf3898

Choose a tag to compare

Patch Changes

[email protected]

08 Dec 19:28
abccd05

Choose a tag to compare

Patch Changes

  • 8204289 Thanks @jxom! - Updated tempoDev chain id.

  • a0e1745 Thanks @jxom! - Added missing properties to actions.

  • 888f10b Thanks @jxom! - Fixed issue where zeroish nonceKeys would not use protocol nonce. This is an issue to be fixed upstream in Tempo.

[email protected]

05 Dec 22:13
6ec3eb5

Choose a tag to compare

Patch Changes

  • e54df78 Thanks @tmm! - Added block explorer to Tempo Testnet chain definition.

[email protected]

05 Dec 00:26
7fb3224

Choose a tag to compare

Minor Changes

  • #108 c2f353a Thanks @jxom! - Breaking (tempo.ts/wagmi): Changed default expiry of Connector.webAuthn connector access keys to one day (previously unlimited).

  • #108 c2f353a Thanks @jxom! - tempo.ts/wagmi: Added ability to pass expiry and limits to webAuthn#grantAccessKey.

  • #108 c2f353a Thanks @jxom! - Breaking (tempo.ts/wagmi): Removed "lax" option from Connector.webAuthn#grantAccessKey connector. The "lax" behavior is now the default. To opt-in to "strict mode", set strict: true in the grantAccessKey options.

Patch Changes

  • #38 0861c0d Thanks @jxom! - tempo.ts/ox: Added AuthorizationTempo for Tempo-flavoured 7702 auths.

[email protected]

04 Dec 20:09
4b9ce17

Choose a tag to compare

Minor Changes

  • #105 c6a57d8 Thanks @jxom! - Breaking: Renamed all "AA" references to "Tempo".

    tempo.ts/ox

    • TransactionEnvelopeAATransactionEnvelopeTempo
    • Transaction.AATransaction.Tempo
    • Transaction.AARpcTransaction.TempoRpc
    • type: 'aa'type: 'tempo'

    tempo.ts/viem

    • TransactionAATransactionTempo
    • TransactionRequestAATransactionRequestTempo
    • TransactionSerializableAATransactionSerializableTempo
    • TransactionSerializedAATransactionSerializedTempo
    • type: 'aa'type: 'tempo'

[email protected]

04 Dec 02:40
1985976

Choose a tag to compare

Patch Changes

  • c092cfa Thanks @jxom! - tempo.ts/viem: Fixed account type on transaction requests.