Skip to content

Releases: wevm/viem

viem@2.47.10

04 Apr 04:46
14f77b7

Choose a tag to compare

Patch Changes

viem@2.47.6

21 Mar 09:10
3cab404

Choose a tag to compare

Patch Changes

viem@2.47.5

18 Mar 03:13
396c13e

Choose a tag to compare

Patch Changes

viem@2.47.4

14 Mar 05:21
aeab17c

Choose a tag to compare

Patch Changes

viem@2.47.2

12 Mar 00:21
6c621a4

Choose a tag to compare

Patch Changes

viem@2.47.1

09 Mar 18:57
77b2d40

Choose a tag to compare

Patch Changes

viem@2.47.0

04 Mar 22:11
1205d5a

Choose a tag to compare

Minor Changes

  • 1adb83804d5f6c3f36d5f293de88532330d52dc7 Thanks @jxom! - Breaking (viem/tempo): chainId is now required when signing access key authorizations with signKeyAuthorization. It is recommended to use client.accessKey.signAuthorization instead for inferred chain ID.

    import { client } from './viem.config'
    import { Account } from 'viem/tempo'
    
    const account = Account.from({ privateKey: '0x...' })
    const accessKey = Account.fromP256(generatePrivateKey(), {
      access: account,
    })
    
    - const keyAuthorization = await account.signKeyAuthorization(accessKey)
    + const keyAuthorization = await client.accessKey.signAuthorization({
    +   account,
    +   accessKey,
    + })

Patch Changes

viem@2.46.3

24 Feb 01:15
51cb587

Choose a tag to compare

Patch Changes

viem@2.46.2

17 Feb 20:43
c677096

Choose a tag to compare

Patch Changes

viem@2.46.1

16 Feb 02:28
72fbfc3

Choose a tag to compare

Patch Changes