viem@0.3.0
github-actions
released this
12 Apr 02:09
·
2219 commits
to main
since this release
π Migration Guide π
Minor Changes
- #355
b1acfc9
Thanks @jxom! - Breaking: RenamedRequestError
toRpcError
.
Breaking: RemovedRpcRequestError
β useRpcError
instead.
Breaking: RenamedRpcError
toRpcRequestError
.
Patch Changes
-
#355
b1acfc9
Thanks @jxom! - AddedProviderRpcError
subclass.Added EIP-1193
UnauthorizedProviderError
,UnsupportedProviderMethodError
,ProviderDisconnectedError
, andChainDisconnectedError
. -
#349
b275811
Thanks @jxom! - Fixed an issue where Filter querying (eth_getFilterChanges
, etc) was not being scoped to the Transport that created the Filter.