Skip to content

Releases: wevm/viem

[email protected]

08 Aug 21:43
e6274bb
Compare
Choose a tag to compare

Patch Changes

[email protected]

08 Aug 00:44
632d4b9
Compare
Choose a tag to compare

Patch Changes

  • d22855b Thanks @jxom! - Exported deploylessCallViaBytecodeBytecode, deploylessCallViaFactoryBytecode, universalSignatureValidatorByteCode.

  • #2593 2aa381d Thanks @zongzheng123! - Added multicall configuration for iotex testnet.

  • 8ef99aa Thanks @jxom! - Experimental: Deprecated soladyActions in favor of erc7739Actions.

  • #2594 4b3c1e6 Thanks @kirillovmr! - Fixed websocket ping request not conforming to jsonrpc schema.

  • a6d087e Thanks @jxom! - Fixed ABI inference on prepareEncodeFunctionData

  • #2589 171ede1 Thanks @venables! - Added multicall to X Layer chain.

[email protected]

07 Aug 00:38
0fba06b
Compare
Choose a tag to compare

Patch Changes

  • 91aafc0 Thanks @jxom! - Added name to ResourceNotFoundRpcErrorType

[email protected]

06 Aug 22:02
2e8385f
Compare
Choose a tag to compare

Minor Changes

  • #2570 fee80a9a Thanks @jxom! - Experimental: Added EIP-7702 Extension. See Docs

  • #2586 0b1693aa Thanks @tmm! - Renamed "zkSync" to "ZKsync":

    • Context: "zkSync" was officially renamed to "ZKsync" a while ago.
    • Variable names: zkSync -> zksync (for simplicity and consistency between folder/file names and variables).
    • Types: ZkSync -> Zksync.
    • Old naming still remains in Viem, however is marked as @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 on BaseError.

    import { setErrorConfig } from 'viem'
    
    setErrorConfig({
      getDocsUrl({ name }) {
        return `https://examplelib.com?error=${name}`
      }
      version: '[email protected]'
    })

Patch Changes

[email protected]

04 Aug 01:56
Compare
Choose a tag to compare

Patch Changes

[email protected]

31 Jul 18:54
134e910
Compare
Choose a tag to compare

Patch Changes

[email protected]

31 Jul 00:05
4546419
Compare
Choose a tag to compare

Patch Changes

[email protected]

29 Jul 23:03
Compare
Choose a tag to compare

Patch Changes

[email protected]

29 Jul 09:32
7f069c3
Compare
Choose a tag to compare

Patch Changes

  • 5a528d9b Thanks @jxom! - Propagated message + cause to root Error instance.

[email protected]

26 Jul 01:49
c663937
Compare
Choose a tag to compare

Patch Changes

  • #2516 44281e8 Thanks @izayl! - Added keepAlive property to webSocket transport to send keep-alive ping messages (defaults to true).