Skip to content

Releases: wevm/viem

[email protected]

15 Apr 01:07
d197914
Compare
Choose a tag to compare

Patch Changes

[email protected]

12 Apr 23:02
233608a
Compare
Choose a tag to compare

Patch Changes

[email protected]

12 Apr 02:09
d697554
Compare
Choose a tag to compare

👉 Migration Guide 👈

Minor Changes

  • #355 b1acfc9 Thanks @jxom! - Breaking: Renamed RequestError to RpcError.
    Breaking: Removed RpcRequestError – use RpcError instead.
    Breaking: Renamed RpcError to RpcRequestError.

Patch Changes

  • #355 b1acfc9 Thanks @jxom! - Added ProviderRpcError subclass.

    Added EIP-1193 UnauthorizedProviderError, UnsupportedProviderMethodError, ProviderDisconnectedError, and ChainDisconnectedError.

  • #349 b275811 Thanks @jxom! - Fixed an issue where Filter querying (eth_getFilterChanges, etc) was not being scoped to the Transport that created the Filter.

[email protected]

10 Apr 05:56
954b2ad
Compare
Choose a tag to compare

Patch Changes

[email protected]

09 Apr 22:08
6b0cdd7
Compare
Choose a tag to compare

Patch Changes

  • #331 cd7b642 Thanks @jxom! - Migrated to TypeScript 5.
    Migrated build process from tsup to tsc.

  • #343 579171d Thanks @fubhy! - Fixed conditional types for poll options on watchBlocks & watchPendingTransactions.

[email protected]

07 Apr 04:35
1211133
Compare
Choose a tag to compare

Patch Changes

  • #328 ee87fe7 Thanks @jxom! - Tweaked error inheritence for UserRejectedRequestError & SwitchChainError to be more friendly with custom errors.

[email protected]

07 Apr 01:41
ee927de
Compare
Choose a tag to compare

Patch Changes

  • #326 c83616a Thanks @jxom! - Fixed an issue where filtered logs that do not conform to the provided ABI would cause getLogs, getFilterLogs or getFilterChanges to throw – these logs are now skipped. See #323 for more info.

[email protected]

06 Apr 04:28
4b3c233
Compare
Choose a tag to compare

Patch Changes

  • #317 2720ba5 Thanks @jxom! - Fixed transports property type on FallbackTransport.

[email protected]

06 Apr 00:22
ca239e1
Compare
Choose a tag to compare

Patch Changes

  • #313 eb2280c Thanks @jxom! - Migrated from idna-uts46-hx to @adraffy/ens-normalize for normalize.

[email protected]

06 Apr 21:46
cfa1224
Compare
Choose a tag to compare

Patch Changes

  • #322 ea019d7 Thanks @tmm! - Fixed properties passed to ethers adapter signTransaction