fix(deps): update dependency viem to v2.17.0 #589
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.10.5
->2.17.0
Release Notes
wevm/viem (viem)
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
.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 has been generated by Mend Renovate. View repository job log here.