Skip to content

viem@0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Apr 02:09
· 2219 commits to main since this release
d697554

πŸ‘‰ 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.