Skip to content

Releases: wevm/viem

viem@0.1.15

13 Mar 23:31
ff99b44
Compare
Choose a tag to compare

Patch Changes

  • #205 36fa97a Thanks @jxom! - Added an assertion to check for existence of an event signature on topics for decodeEventLog

viem@0.1.14

13 Mar 01:06
30e147f
Compare
Choose a tag to compare

Patch Changes

  • #198 e805e7e Thanks @wighawag! - Added an assertion in decodeEventLog to check for a mismatch between topics + indexed event parameters.

viem@0.1.13

12 Mar 03:46
ec31def
Compare
Choose a tag to compare

Patch Changes

viem@0.1.12

12 Mar 01:42
c870a3c
Compare
Choose a tag to compare

Patch Changes

viem@0.1.11

12 Mar 01:25
688c533
Compare
Choose a tag to compare

Patch Changes

viem@0.1.10

11 Mar 02:55
f1c32f6
Compare
Choose a tag to compare

Patch Changes

viem@0.1.9

10 Mar 04:07
143b6ab
Compare
Choose a tag to compare

Patch Changes

  • #170 35a7508 Thanks @jxom! - Added inference for multicall address from client chain.

viem@0.1.8

09 Mar 22:06
9e50ce2
Compare
Choose a tag to compare

Patch Changes

  • 36c908c Thanks @jxom! - Fixed an issue where empty strings were not being decoded properly in decodeAbiParameters.

viem@0.1.7

08 Mar 10:38
755ce0a
Compare
Choose a tag to compare

Patch Changes

  • #159 574ae22 Thanks @jxom! - Fixed issue where decoding error logs would break if constructor was in ABI.

viem@0.1.6

08 Mar 04:38
1c19e42
Compare
Choose a tag to compare

Patch Changes

  • #153 bbb998a Thanks @jxom! - Formatted undefined values from RPC as null to conform to EIP-1474.