chore(deps): update dependency viem to ^2.20.1 #5862
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.9.28
->^2.20.0
Release Notes
wevm/viem (viem)
v2.20.0
Compare Source
Minor Changes
#2641
89d11ed
Thanks @jxom! - Experimental: DeprecatedwriteContracts
. UsesendCalls
instead.#2641
89d11ed
Thanks @jxom! - Experimental: UpdatedsendCalls
to match the updated EIP-5792 spec (chainId
per call).#2641
89d11ed
Thanks @jxom! - Experimental: UpdatedsendCalls
to also accept contract function interface.Patch Changes
#2638
9cbd082
Thanks @jxom! - Added `nonceKeyManager` as a property to `toSmartAccount`.#2638
9cbd082
Thanks @jxom! - Added ability to pass full-formed User Operations tosendUserOperation
andestimateUserOperationGas
.#2639
9a1c6ab
Thanks @jxom! - OP Stack: Tweaked proof submitter logic.v2.19.9
Compare Source
Patch Changes
#2598
627274b
Thanks @jxom! - Added ZKsynctoSmartAccount
.#2636
5f60093
Thanks @saeta-eth! - Added support for'evm_setAccountCode'
tosetCode
action.v2.19.8
Compare Source
Patch Changes
b36cb2db
Thanks @jxom! - OP Stack: Handled case forInvalidGameType
error ongetWithdrawalStatus
v2.19.7
Compare Source
Patch Changes
#2624
46dd252
Thanks @holic! - ImprovedwriteContract
error handling.#2628
a040bc4
Thanks @boavenn! - Added cronoszkEVM chain.918bed5
Thanks @jxom! - Update 7702 implementation to be compatible with devnet3.#2629
34093e1
Thanks @KONFeature! - ExportedPaymasterRpcSchema
.#2625
507eed7
Thanks @qiwu7! - Added B3 chainv2.19.6
Compare Source
Patch Changes
#2619
ccaddcd9
Thanks @nialexsan! - Added Multicall contract to Flow Testnet.#2620
a8c78cb4
Thanks @jxom! - MadegetNonce
optional onSmartAccountImplementation
.#2614
3749838f
Thanks @joshuanwankwo! - Added Curtis chainv2.19.4
Compare Source
Patch Changes
e708c5bd
Thanks @jxom! - Updated zkSyncgetEip712Domain
name.#2606
44cc5ecd
Thanks @ezynda3! - Updated Taiko block explorer.9aaa159f
Thanks @jxom! - Removed redundant chain assertion for Local Accounts.v2.19.3
Compare Source
Patch Changes
#2595
e022146
Thanks @gregfromstl! - ExporteduniversalSignatureValidatorAbi
.#2596
cb127ab
Thanks @danielsimao! - Added Bob Sepolia chain.Added OP Stack addresses to Bob chain.
v2.19.2
Compare Source
Patch Changes
d22855b
Thanks @jxom! - ExporteddeploylessCallViaBytecodeBytecode
,deploylessCallViaFactoryBytecode
,universalSignatureValidatorByteCode
.#2593
2aa381d
Thanks @zongzheng123! - Added multicall configuration for iotex testnet.8ef99aa
Thanks @jxom! - Experimental: DeprecatedsoladyActions
in favor oferc7739Actions
.#2594
4b3c1e6
Thanks @kirillovmr! - Fixed websocket ping request not conforming to jsonrpc schema.a6d087e
Thanks @jxom! - Fixed ABI inference onprepareEncodeFunctionData
#2589
171ede1
Thanks @venables! - Added multicall to X Layer chain.v2.19.1
Compare Source
Patch Changes
91aafc0
Thanks @jxom! - Addedname
toResourceNotFoundRpcErrorType
v2.19.0
Compare Source
Minor Changes
#2570
fee80a9a
Thanks @jxom! - Experimental: Added EIP-7702 Extension. See Docs#2586
0b1693aa
Thanks @tmm! - Renamed "zkSync" to "ZKsync":zkSync
->zksync
(for simplicity and consistency between folder/file names and variables).ZkSync
->Zksync
.@deprecated
and will be removed in the next major release.Removed deprecated
zkSyncTestnet
chain.#2583
b5aa9651
Thanks @jxom! - Added ability for consumer (libraries built on top of Viem) to globally configure properties onBaseError
.Patch Changes
#2581
837507f6
Thanks @cygaar! - Added ZKsync config to Abstract Testnet chain.#2561
1c5d64a3
Thanks @Yuripetusko! - Fixed #2560: infer the correct payablevalue
type on function overloads by matching function againstargs
.v2.18.8
Compare Source
Patch Changes
#2577
7abfb47
Thanks @qiwu7! - Added B3 Sepolia chain.#2576
4172928
Thanks @jonathangus! - Added Abstract Testnetv2.18.7
Compare Source
Patch Changes
55ef649
Thanks @jxom! - Fixed chain config forlisk
.#2571
39c0ce0
Thanks @j6i! - Added Shape Sepolia chain.v2.18.6
Compare Source
Patch Changes
889371e
Thanks @jxom! - HookedonError
up to WebSocketsubscribe
.#2552
84e7d30
Thanks @wilsoncusack! - Fixed ERC6492 verification for case where prepare data may need to be called.v2.18.5
Compare Source
Patch Changes
5babc8d2
Thanks @jxom! - Added more robust WebSocket socket closure handling.#2555
9be9b2cc
Thanks @mycodecrafting! - Added Forma mainnet and Sketchpad testnet chains.v2.18.4
Compare Source
Patch Changes
5a528d9b
Thanks @jxom! - Propagatedmessage
+cause
to rootError
instance.v2.18.2
Compare Source
Patch Changes
44281e8
Thanks @izayl! - AddedkeepAlive
property towebSocket
transport to send keep-alive ping messages (defaults totrue
).v2.18.1
Compare Source
Patch Changes
#2530
d6cc8f6b
Thanks @Si-Ki! - Added cronoszkEVMTestnet chain.#2533
a5d4ec4b
Thanks @jxom! - Fixed support for filtering contract logs via its events onabi
+args
.62ff31dd
Thanks @tmm! - Fixed missing import.#2533
a5d4ec4b
Thanks @jxom! - Addedargs
as a property toparseEventLogs
to filter event logs by its arguments.v2.18.0
Compare Source
Minor Changes
070c0d1b
Thanks @jxom! - Added an ERC-4337 Account Abstraction extension. See Docs.v2.17.11
Compare Source
Patch Changes
37d837cc
Thanks @tmm! - Fixed internal type errors.#2526
e426cae2
Thanks @Si-Ki! - AddedbobaSepolia
chain.v2.17.10
Compare Source
Patch Changes
#2513
3af06fe
Thanks @hoangtan282! - Added Funki Mainnet.#2519
01cdac1
Thanks @cbfyi! - Added dispute game factory address for Base Sepolia.#2515
b7e4fa5
Thanks @JoeyKhd! - Added Root Network chain.v2.17.9
Compare Source
Patch Changes
b71e656e
Thanks @jxom! - Exported types required for inference.v2.17.8
Compare Source
Patch Changes
690cb9a7
Thanks @jxom! - Exported types required for inference.v2.17.7
Compare Source
Patch Changes
7d3d505
Thanks @jxom! - Allow override ofContent-Type
header onhttp
transport.aa42f47
Thanks @jxom! - Updated Darwinia chain explorer URL.759e34d
Thanks @jxom! - Enforcedr
ands
hex values onSignature
to be always padded to 32 bytes.v2.17.5
Compare Source
Patch Changes
f6d60054
Thanks @lucadonnoh! - Added OP Stack contract addresses for Mode Testnet chain.v2.17.4
Compare Source
Patch Changes
ef3601d
Thanks @billalxcode! - Added DreyerX Testnet chainv2.17.3
Compare Source
Patch Changes
ec3b0e0
Thanks @jxom! - Added fallback verification inverifyHash
.v2.17.2
Compare Source
Patch Changes
#2479
5028b3f
Thanks @keyding! - Added Artela Testnet chain.#2478
795ca46
Thanks @sj719045032! - Added zkLink Nova Sepolia Testnet chain.v2.17.1
Compare Source
Patch Changes
f12dfdb9
Thanks @jxom! - FixedwatchContractEvent
querying for events against an invalid block range.#2471
f5ae57f9
Thanks @michelebruno! - Added multicall3 contract to Berachain bArtio.#2476
c5a33911
Thanks @sj719045032! - Added zkLinkNova chain.v2.17.0
Compare Source
Minor Changes
3fce1c3
Thanks @aaronmgdr! - Added support for serializing and parsing OP deposit transactions on Celo.Patch Changes
#2459
76092d8
Thanks @besated! - Added Sei testnet chain.#2465
32a71ab
Thanks @giskook! - UpdatedxLayerTestnet
RPC URL.#2447
861d962
Thanks @jerray! - Tweaked native currency property forbtr
andbtrTestnet
chains.v2.16.5
Compare Source
Patch Changes
#2444
495192c3
Thanks @RealWooblay! - Added XR Sepolia chain#2451
40f9a0f5
Thanks @ChewySwap! - Added Dogechain multicall address.Added Puppynet Shibarium chain.
v2.16.4
Compare Source
Patch Changes
#2445
8aa20a1
Thanks @radchukd! - Added lyra chain62b7a9d
Thanks @tmm! - Bumped ABIType version7e95377
Thanks @jxom! - Bumped dependencies:@noble/curves
:1.2.0
→1.4.0
@noble/hashes
:1.3.2
→1.4.0
@scure/bip32
:1.3.2
→1.4.0
@scure/bip39
:1.2.1
→1.3.0
95753c1
Thanks @jxom! - Addedcause
inHttpRequestError
.v2.16.3
Compare Source
Patch Changes
#2436
2357376f
Thanks @RedHorse823! - Added Morph Holeksy Testnet chain.#2439
76f514c5
Thanks @mypeaceduck! - Added multicall3 contract to BitTorrent chain.#2441
a70db740
Thanks @jiggyBu! - Added real & unreal chains#2440
76447337
Thanks @devon-n! - Added Etherlink Mainnet chainv2.16.2
Compare Source
Patch Changes
#2354
b8fc0dc
Thanks @oleksiivinogradov! - Added dchain chain00b353b
Thanks @jxom! - Experimental: UpdatedgrantPermissions
to conform to latest spec changes.v2.16.1
Compare Source
Patch Changes
fa494359
Thanks @jxom! - AddedchainId
as a parameter toeth_sendTransaction
.#2429
3781bbb8
Thanks @jxom! - Fixed an issue wheregetAction
would ignore nullish return values from a synchronous Client Action.ed5c70e0
Thanks @jxom! - Experimental: Added Solady utilities:hashMessage
hashTypedData
wrapTypedDataSignature
v2.16.0
Compare Source
Minor Changes
#2424
4b929790
Thanks @jxom! - Stabilized ERC-6492 utilities:isErc6492Signature
parseErc6492Signature
serializeErc6492Signature
These utilities are no longer experimental, and can be imported from the
viem
entrypoint.Patch Changes
a2b2c523
Thanks @tmm! - Bumped ABIType#2427
38dc6a03
Thanks @Phillip-Kemper! - Added Zircuit Testnet#2413
99ed745b
Thanks @jxom! - Experimental: Added Solady flavoured ERC-1271signMessage
&signTypedData
for Smart Accounts that implement (or conform to) Solady'sERC1271.sol
.#2426
01086ad9
Thanks @EvanYan1024! - Added multicall3 to zetachain mainnet and testnetv2.15.1
Compare Source
Patch Changes
d8e44f7
Thanks @jxom! - Bumpedws
dependency.v2.15.0
Compare Source
Minor Changes
6c36745
Thanks @jxom! - Added support for a Nonce Manager on Local Accounts vianonceManager
.Patch Changes
#2419
ec831b5
Thanks @iosh! - Updated Conflux eSpace RPC URL#2418
6c36745
Thanks @jxom! - Implemented in-flight request deduplication for Transport JSON-RPC requests.a5c97c5
Thanks @jxom! - AddedberachainTestnetbArtio
chain.v2.14.2
Compare Source
Patch Changes
3636c5c
Thanks @turtlemoji! - Addedl2OutputOracle
,portal
andl1StandardBridge
contracts tomode
chain.v2.14.1
Compare Source
Patch Changes
#2411
2fc14e50
Thanks @tmm! - DeprecatedgetBytecode
(usegetCode
instead).#2408
21cb684a
Thanks @jxom! - Addedcode
as a parameter tocall
+readContract
– to enable Deployless Calls via Bytecode.v2.14.0
Compare Source
Minor Changes
#2405
fc8919f5
Thanks @jxom! - Addedfactory
&factoryData
parameters tocall
&readContract
to enable Deployless Calls (calling a function on a contract which has not been deployed) via a Factory Contract.This is particularly useful for the use case of calling functions on ERC-4337 Smart Accounts that have not been deployed yet.
v2.13.10
Compare Source
Patch Changes
a61a90c
Thanks @jxom! - AddedgetEip712Domain
Action.v2.13.9
Compare Source
Patch Changes
#2398
f2695cf
Thanks @jxom! - Fixed an issue where zeror
ands
values were not being serialized correctly.#2374
a81965e
Thanks @roninjin10! - UpdatedEncodeDeployDataParameters
type.#2388
895e7d1
Thanks @bajpai244! - UpdatedkakarotSepolia
chain id.#2393
f624e23
Thanks @venticello! - Added Xai and Xai testnet chains.#2392
b80ec49
Thanks @Markcial! - Addedham
chain.#2380
d2de3c6
Thanks @roninjin10! - AddeddocsBaseUrl
toBaseError
.#2384
674f65d
Thanks @Aastha9018! - Added Redbelly Testnet chain.v2.13.8
Compare Source
Patch Changes
#2375
1d329882
Thanks @ezynda3! - Added API URL tosei
chain.5e082655
Thanks @jxom! - AddeddisputeGameFactory
contract tooptimism
chain.v2.13.7
Compare Source
Patch Changes
#2366
561b03a5
Thanks @fullstackninja864! - UpdatednativeCurrency
fordefichainEvmTestnet
anddefichainEvm
.a3a8b1b1
Thanks @jxom! - ExportedserializeTypedData
.v2.13.6
Compare Source
Patch Changes
#2337
8984eee7
Thanks @jaeil-wiki! - UpdatedcreateSiweMessage
statement
construction to match ABNF Message Format.#2351
48e6d50c
Thanks @agsola! - FixedcreateSiweMessage
domain check to be RFC 3986 compliant.v2.13.5
Compare Source
Patch Changes
#2356
e6678622b8be1d7b72abe2e1331d455fb4a9c11f
Thanks @blascokoa! - Added SatoshiVM chain#2361
05c166e5cb2f5745ac48ba482fac14f4890f5c83
Thanks @tirogen! - Added Bitkub chain.7aad10e2ed7d3ecf5a6c38cd326aa9ff8dead239
Thanks @jxom! - Added optional chaining to error handling inwithTimeout
.v2.13.3
Compare Source
Patch Changes
b6fd573d72b7cc74efc8c4a4a79ff76073242240
Thanks @jxom! - AddedgetAction
towriteContracts
.#2336
7cb40947c1186665c65535bb348fea901dde7f6a
Thanks @Lycan-Chain! - Added Lycan chain.v2.13.2
Compare Source
Patch Changes
#2328
d946d55b8431b255c4cdc2d20e413f9064e7513a
Thanks @tmm! - Improved.extend
performance withpublicActions
and other large types.#2334
d4f34cb7bd44ca596573fc0a84fafbc60f4ea42b
Thanks @Migl992! - Updated Avalanche explorer URLs.#2329
db85cc6bc9b29349b1eb077ebb6ea2a248bb5794
Thanks @abs3ntdev! - ExportedDecodeFunctionDataReturnType
type.v2.13.1
Compare Source
Minor Changes
https://github.com/wevm/viem/pull/2317 3135a0cbd70cd168369fd2d478025d6192d2d852 Thanks @jxom! - Experimental: Added ERC-7715 extension.
https://github.com/wevm/viem/pull/2313 175d0ae2345a36f7923b19676fc8adb5e820e262 Thanks @jxom! - Breaking (Experimental): Removed EIP-3074 support.
Patch Changes
#2316
c61219784aa823d1d2c060a3fb2ee88b3cc2c098
Thanks @abs3ntdev! - Added taiko mainnet#2315
4f15896031a5b2ec6f40b4a10508b85233d1a154
Thanks @Pfed-prog! - Added Redstone chain.v2.12.5
Compare Source
Patch Changes
v2.12.4
Compare Source
Patch Changes
ddfce938e4760f60be54ee97802d819cc2b052d8
Thanks @jxom! - Resolved issue where hex-like strings were incorrectly being lowercased insignTypedData
.v2.12.3
Compare Source
Patch Changes
36da346561767c5aecccf09b36d3f7a9f99e6844
Thanks @JuoCode! - Removed trailing slash from polygonAmoy explorer URL.v2.12.1
Compare Source
Patch Changes
#2299
144d90e09231cdbb105c95b0b52332cd1a97bbbb
Thanks @tmm! - FixedcreateSiweMessage
domain
validation.#2292
176a9e7bae90285401878cfeb54c09a7f7d8881b
Thanks @nidz-the-fact! - FixedthaiChain
RPC URL.#2298
601cb741f7ba526c5441ab3fe6a485d283b85fd1
Thanks @tmm! - Fixed support for ESM for 4337 trusted setups.#2301
36c55da99111714bfda5b55d5e855cc8c4a121d9
Thanks @jxom! - FixedisAddress
cache.#2296
efb77bf2dd201caad6d538767cd04790f42892a0
Thanks @JackHamer09! - Addednative
explorers for zkSync and zkSync Sepolia Testnet chains.v2.12.0
Compare Source
Minor Changes
b06c56fd6ace6f6cadbeac6da359d650ff037cc1
Thanks @tmm! - Added Sign-In with Ethereum support.Patch Changes
#2290
507533bbab2dc38a94de19e89950780fb9033fde
Thanks @tmm! - Added L3X Protocol chain.#2290
507533bbab2dc38a94de19e89950780fb9033fde
Thanks @tmm! - Added multilcall3 contract to Flow Previewnet.#2290
507533bbab2dc38a94de19e89950780fb9033fde
Thanks @tmm! - Added thaiChain chain.#2290
507533bbab2dc38a94de19e89950780fb9033fde
Thanks @tmm! - Updated Metis Explorer Definitionsv2.11.1
Compare Source
Patch Changes
438ecffac0fd2ee3c1a774152efafa2a810fd5cf
Thanks @jxom! - Fixed hangingwaitForTransactionReceipt
v2.11.0
Compare Source
Minor Changes
#2190
698f922299755910bc031a4c0d4cc7bd6f6ef052
Thanks @kiriyaga-txfusion! - zkSync Extension: Added L1 Public Actions.#2277
5336e65c52d87edddc53164904ad3fb2ab25c026
Thanks @jxom! - Celo Extension (Breaking): Removed CIP-42 support. Any transactions with afeeCurrency
property will be treated as a CIP-64 transaction.#2167
c2c079143e065ac157a92c64c1aed58ee8435450
Thanks @nikola-bozin-txfusion! - zkSync Extension: Added support forzks_
namespace + actions.v2.10.11
Compare Source
Patch Changes
190268595d94d7d9ade07605754dcae6be3765cf
Thanks @jxom! - AddedstateOverride
onestimateGas
.v2.10.9
Compare Source
Patch Changes
444978d9eef09348e94de55fd1f74eb2ad5f861c
Thanks @aarifkhamdi! - Added Nautilus chain.v2.10.8
Compare Source
Patch Changes
8e337255dda6ce303ccfe556011b1071b7b74b1e
Thanks @jnsdls! - Updatedisows
.v2.10.5
Compare Source
Patch Changes
351a076a15725837429fb21f3aba62cf33c86fc9
Thanks @jxom! - Added note on EIP-1191 checksum.#2241
88c0226fc355b24a4a7b01eb572c98b7c4a686ec
Thanks @nidz-the-fact! - Added jbcTestnet chain.#2240
50deaedcdf3c62ec121b48a87f43d59e072bf200
Thanks @ezynda3! - Updated Mantle block explorer.351a076a15725837429fb21f3aba62cf33c86fc9
Thanks @jxom! - Added LRU cache forchecksumAddress
.v2.10.3
Compare Source
Patch Changes
477ca530fa2f669614f0a65170cddfe4cb5b4dff
Thanks @tmm! - Addedwallet_revokePermissions
to EIP-1193 types.#2237
eecb23060329f0b8958aacab77442cc3af6cb59e
Thanks @tmm! - Added inEVM chainv2.10.2
Compare Source
Patch Changes
#2227
0f7541c04dfe637c8e2cc4153ac7c086985bf168
Thanks @jxom! - Updated to latestOptimismPortal2
contract.1a0731f6b888d59f74cfd2f62c001f780d0e6b2e
Thanks @jxom! - Updated Otim DevnetBatchInvoker
contract address.#2221
8d9731c0b65cb99d95d5f220c88be050513b0a66
Thanks @ezynda3! - Updated Celo explorer URL.#2220
302c355b5661e478d3f9c3c4ae42d9f2061d6d81
Thanks @lbk3530! - Added DODOchain testnet.v2.10.1
Compare Source
Patch Changes
6e28131a8b9ab53ad1330c61df64d3b7fb799652
Thanks @jxom! - Fixed types forwallet_sendCalls
.v2.10.0
Compare Source
Minor Changes
#2209
76a92bb97de9adede6d6d60c3aad2961d493045e
Thanks @wilsoncusack! - Experimental: Added ERC-6492 signature utilities:isErc6492Signature
parseErc6492Signature
serializeErc6492Signature
#2209
76a92bb97de9adede6d6d60c3aad2961d493045e
Thanks @wilsoncusack! - Deprecated utilities (will be removed in v3):hexToSignature
– useparseSignature
instead.hexToCompactSignature
– useparseCompactSignature
instead.compactSignatureToHex
– useserializeCompactSignature
instead.signatureToHex
– useserializeSignature
instead.v2.9.32
Compare Source
Patch Changes
a43649970aab6a8d4dcbe2912443cc2fbce1d1dd
Thanks @wottpal! - Exported ENS-related utility functionspacketToBytes
andparseAvatarRecord
.`v2.9.31
Compare Source
Patch Changes
8a2fb73e06073af2f0cb3e21f4a964b59dc13ba2
Thanks @jxom! - Experimental: FixedgetCapabilities
parameter type.v2.9.30
Compare Source
Patch Changes
6311259458f4f6aac550df8e4c862db5313c4428
Thanks @jxom! - Experimental: Added EIP-3074 Invoker Instances API.v2.9.29
Compare Source
Patch Changes
#2195
79ec577f6108c3b9fecf98f1c2d579ad30659184
Thanks @jxom! - Fixed legacy transaction address recovery.#2193
5fe7494b8f34c304f9ad17297cfbb3a79e4e0f6a
Thanks @mlshv! - FixedfetchOptions
declaration on HTTP RPC.#2196
2ca18817ecbe069698924ed337f628ab6e52e397
Thanks @PengDeng-Cyber! - Updated Cyber chain multicall address.Configuration
📅 Schedule: Branch creation - "after 5pm,every weekend" in timezone America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone America/Los_Angeles.
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.