Skip to content

Releases: wevm/viem

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

viem@2.46.0

15 Feb 04:02
93981f7

Choose a tag to compare

Minor Changes

  • #4304 b6b50d40fb6bbadc851377b74b2dd4da584958b0 Thanks @jxom! - Breaking (viem/tempo): Renamed nonceKey: 'random' to nonceKey: 'expiring' to align with TIP-1009 terminology.

    TIP-1009 defines "expiring nonces" as time-based replay protection using validBefore timestamps. The name 'expiring' better describes the mechanism than 'random'.

    await sendTransaction(client, {
      account,
    - nonceKey: 'random',
    + nonceKey: 'expiring',
      to: '0x...',
    })

viem@2.45.3

11 Feb 03:20
803d4d9

Choose a tag to compare

Patch Changes

viem@2.45.2

09 Feb 02:27
4b7585c

Choose a tag to compare

Patch Changes

viem@2.45.1

29 Jan 23:29
2ec2006

Choose a tag to compare

Patch Changes

viem@2.45.0

25 Jan 10:39
8acc1b3

Choose a tag to compare

Minor Changes

Patch Changes

viem@2.44.4

15 Jan 19:08
d18b3b2

Choose a tag to compare

Patch Changes

viem@2.44.2

13 Jan 12:33
e3ce639

Choose a tag to compare

Patch Changes