Releases: wevm/viem
Releases · wevm/viem
[email protected]
[email protected]
[email protected]
[email protected]
Patch Changes
- #383
7e9731c
Thanks @Raiden1411! - Fixed an issue whereserializeTransaction
was incorrectly encoding zero-ish properties.
[email protected]
[email protected]
[email protected]
👉 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.