👉 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.