Releases: wevm/viem
viem@2.48.11
Patch Changes
- #4585
18ccb586bd40d8410703e426261b0f03e530ade5Thanks @gakonst! -viem/tempo: Addedwallet_JSON-RPC Actions for opening send, swap, and deposit flows.
viem@2.48.8
Patch Changes
- #4573
6df91c4bd23bcc83b82b2c058e685fc85d18f98fThanks @jxom! -viem/tempo: AddedcapabilitiestoTransactionRequestTempoand forwarded it throughformatTransactionRequest.
viem@2.48.7
Patch Changes
- #4567
ef3f4334f81bffc40bc2666103d3f2210f6da004Thanks @jxom! -viem/tempo: PreservedkeyType,keyId, andkeyDatafrom the input request when no account is present informatTransactionRequest.
viem@2.48.6
Patch Changes
- #4564
d55c4a5a74112d594e306b7ed7a714d5b17a0d43Thanks @jxom! - Stripped basic-auth credentials (user:pass@) from URLs surfaced in
error meta-messages (HttpRequestError,WebSocketRequestError,
RpcRequestError,TimeoutError).
viem@2.48.4
Patch Changes
- #4532
cb3206e1039b21e45e4ed17898aa1ff561cdecb4Thanks @jxom! - viem/tempo: Added virtual address actions for the TIP-1022 Address Registry precompile:virtualAddress.getMasterAddress,virtualAddress.resolve,virtualAddress.registerMaster,virtualAddress.registerMasterSync. Re-exportedVirtualAddressandVirtualMasterfromox/tempo.
viem@2.48.3
Patch Changes
- #4537
bc4be026420daba9c682412ceb5840526ae7fdd1Thanks @tmm! - Re-exportedBytes,PublicKey, andSecp256k1fromviem/tempo.
viem@2.48.2
Patch Changes
-
#4526
28fcb0d487ecc525d687201b4eb47136ace7f7b9Thanks @mk0walsk! - Added OP Stack chain config to Zircuit. -
#4520
3e88a77f8eb92fa1ce4410ad14bdbab8f04cce4bThanks @pxrl! - Added Tron block time -
67d979c678c4835ace58c00e43eaf2291cd5764bThanks @jxom! - FixedprepareTransactionRequestto preservenonce: 0instead of dropping it. -
#4455
c0c09a6adf8cafc75f3ace8b892e57f41538baa7Thanks @nikicat! - FixedLogTopictype to accept readonly arrays. -
59b69da17293f626650f211f0129b7ccfdaf957dThanks @jxom! - AddedresolveAccessKeyto support alternative access key formats ({ address, type },{ publicKey, type }) in addition to{ accessKeyAddress, keyType }forsignKeyAuthorizationand access key actions. -
#4428
30ac0cf8517a013d9869cf2a9c2a652c80abaf46Thanks @hashcashier! - Replaced manualextraDatadecoding withl2SequenceNumber()contract call ingetGames.
viem@2.48.1
Patch Changes
-
099684399e5d4807de02e97f4902e3c0e56ee65cThanks @jxom! - FixedfeePayerSignaturebeing dropped in Tempo'sformatTransactionRequest. -
#4525
64556ad0973ea7b9926ed46f23ed9f1689b7047fThanks @jxom! - Fixed Tempo formatter to forwardfeePayer: falsein transaction requests. -
#4516
336b748469483a622153c10bf7bf9110a3fb9b72Thanks @0xtomm! - Added missingtestnet: falsefor testnet / devnets. -
#4517
25cc59c6eb235770b1a843b99bef606d2f1d7206Thanks @0xtomm! - Fixed native currencies on chains. -
#4518
eb655cc7e04e08c7008b0a19f69b8b7e4d3c95d3Thanks @RekCuy63! - Preserved explicitnonceinfillTransaction.
viem@2.48.0
Minor Changes
- #4510
23fbf03f915acd046087d25f859a90c51a44d030Thanks @Zygimantass! - Added Tempo zones support
viem@2.47.19
Patch Changes
- #4513
dd2452464f114361473423a6ce4da045a5a435a4Thanks @decofe! - Updated Tempo RPC URLs.