Skip to content

Releases: wevm/viem

viem@0.1.25

30 Mar 20:44
73592e7
Compare
Choose a tag to compare

Patch Changes

  • #263 53fda1a Thanks @fubhy! - Fixed issue where ABIs with constructors would throw for decodeFunctionData.

viem@0.1.24

30 Mar 06:22
1140b1f
Compare
Choose a tag to compare

Patch Changes

viem@0.1.23

27 Mar 18:03
910ac8d
Compare
Choose a tag to compare

Patch Changes

  • #251 153e97e Thanks @tmm! - Fixed signTypedData inference for primaryType field.

viem@0.1.22

23 Mar 08:51
32a169b
Compare
Choose a tag to compare

Patch Changes

  • 07000b6 Thanks @jxom! - Removed unnecessary trimming of decoded RLP hex value

viem@0.1.21

16 Mar 04:28
b4aecec
Compare
Choose a tag to compare

Patch Changes

  • #223 2e9c000 Thanks @jxom! - Added an assertion in sendTransaction & writeContract to check that the client chain matches the wallet's current chain.

viem@0.1.20

15 Mar 23:04
dccb92e
Compare
Choose a tag to compare

Patch Changes

  • #220 9a80fca Thanks @jxom! - Fixed an issue where watchEvent would not emit events on missed blocks for the getLogs fallback.

viem@0.1.19

15 Mar 02:00
3c39478
Compare
Choose a tag to compare

Patch Changes

  • 74f8e1d Thanks @jxom! - Added missing recoverMessageAddress and verifyMessage exports.

viem@0.1.18

14 Mar 23:50
b0d8bb9
Compare
Choose a tag to compare

Patch Changes

  • 9c45397 Thanks @jxom! - Fixed signTypedData support for Ethers.js v5 wallets

viem@0.1.17

14 Mar 22:25
e67a8ac
Compare
Choose a tag to compare

Patch Changes

  • #213 46f823a Thanks @jxom! - Fixed return type for allowFailure: false on multicall

  • 1339b20 Thanks @jxom! - Exported Extract*FromAbi types

  • c3d932a Thanks @jxom! - Fixed signTypedData support for Ethers.js v5 Wallets

viem@0.1.16

14 Mar 04:20
836b2f1
Compare
Choose a tag to compare

Patch Changes

  • #207 8e5768f Thanks @jxom! - Added assertion in watchBlocks and watchBlockNumber to check that the next block number is higher than the previously seen block number.

  • #209 ae3e0b6 Thanks @jxom! - Added verifyMessage, recoverAddress, recoverMessageAddress, and hashMessage.