viem 2.13.7 → 2.13.8
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/_cjs/accounts/hdKeyToAccount.js.map +1 -1
- package/_cjs/actions/public/call.js.map +1 -1
- package/_cjs/actions/public/estimateGas.js.map +1 -1
- package/_cjs/actions/public/getBlockNumber.js.map +1 -1
- package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_cjs/actions/wallet/signTypedData.js.map +1 -1
- package/_cjs/celo/index.js.map +1 -1
- package/_cjs/celo/utils.js.map +1 -1
- package/_cjs/chains/definitions/optimism.js +5 -0
- package/_cjs/chains/definitions/optimism.js.map +1 -1
- package/_cjs/chains/definitions/sei.js +1 -0
- package/_cjs/chains/definitions/sei.js.map +1 -1
- package/_cjs/clients/createClient.js +2 -2
- package/_cjs/clients/createClient.js.map +1 -1
- package/_cjs/clients/transports/fallback.js.map +1 -1
- package/_cjs/clients/transports/http.js.map +1 -1
- package/_cjs/constants/abis.js.map +1 -1
- package/_cjs/constants/blob.js +4 -4
- package/_cjs/constants/blob.js.map +1 -1
- package/_cjs/constants/kzg.js +1 -3
- package/_cjs/constants/kzg.js.map +1 -1
- package/_cjs/errors/abi.js +1 -13
- package/_cjs/errors/abi.js.map +1 -1
- package/_cjs/errors/ccip.js.map +1 -1
- package/_cjs/errors/stateOverride.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/experimental/eip5792/actions/getCapabilities.js +2 -2
- package/_cjs/experimental/eip5792/actions/getCapabilities.js.map +1 -1
- package/_cjs/experimental/eip5792/actions/sendCalls.js +2 -2
- package/_cjs/experimental/eip5792/actions/sendCalls.js.map +1 -1
- package/_cjs/index.js +6 -4
- package/_cjs/index.js.map +1 -1
- package/_cjs/node/trustedSetups.js +1 -2
- package/_cjs/node/trustedSetups.js.map +1 -1
- package/_cjs/op-stack/abis.js +1 -458
- package/_cjs/op-stack/abis.js.map +1 -1
- package/_cjs/op-stack/actions/buildProveWithdrawal.js.map +1 -1
- package/_cjs/op-stack/actions/getWithdrawalStatus.js.map +1 -1
- package/_cjs/op-stack/index.js +15 -2
- package/_cjs/op-stack/index.js.map +1 -1
- package/_cjs/utils/abi/decodeAbiParameters.js.map +1 -1
- package/_cjs/utils/abi/encodeAbiParameters.js.map +1 -1
- package/_cjs/utils/abi/getAbiItem.js.map +1 -1
- package/_cjs/utils/address/getAddress.js +5 -5
- package/_cjs/utils/address/getAddress.js.map +1 -1
- package/_cjs/utils/address/isAddress.js.map +1 -1
- package/_cjs/utils/blob/toBlobs.js.map +1 -1
- package/_cjs/utils/buildRequest.js.map +1 -1
- package/_cjs/utils/ccip.js.map +1 -1
- package/_cjs/utils/cursor.js.map +1 -1
- package/_cjs/utils/encoding/fromRlp.js +1 -9
- package/_cjs/utils/encoding/fromRlp.js.map +1 -1
- package/_cjs/utils/ens/avatar/utils.js.map +1 -1
- package/_cjs/utils/ens/errors.js.map +1 -1
- package/_cjs/utils/observe.js.map +1 -1
- package/_cjs/utils/promise/createBatchScheduler.js.map +1 -1
- package/_cjs/utils/promise/withCache.js.map +1 -1
- package/_cjs/utils/promise/withTimeout.js.map +1 -1
- package/_cjs/utils/rpc/id.js +1 -2
- package/_cjs/utils/rpc/id.js.map +1 -1
- package/_cjs/utils/rpc/ipc.js.map +1 -1
- package/_cjs/utils/stateOverride.js.map +1 -1
- package/_cjs/utils/transaction/parseTransaction.js.map +1 -1
- package/_cjs/zksync/actions/deployContract.js.map +1 -1
- package/_cjs/zksync/actions/estimateGasL1ToL2.js +2 -2
- package/_cjs/zksync/actions/estimateGasL1ToL2.js.map +1 -1
- package/_cjs/zksync/actions/getAllBalances.js +2 -2
- package/_cjs/zksync/actions/getAllBalances.js.map +1 -1
- package/_cjs/zksync/actions/getL1Allowance.js +2 -2
- package/_cjs/zksync/actions/getL1Allowance.js.map +1 -1
- package/_cjs/zksync/actions/getL1Balance.js +2 -2
- package/_cjs/zksync/actions/getL1Balance.js.map +1 -1
- package/_cjs/zksync/actions/getL1TokenBalance.js +2 -2
- package/_cjs/zksync/actions/getL1TokenBalance.js.map +1 -1
- package/_cjs/zksync/constants/contract.js +1 -2
- package/_cjs/zksync/constants/contract.js.map +1 -1
- package/_cjs/zksync/index.js.map +1 -1
- package/_cjs/zksync/serializers.js.map +1 -1
- package/_cjs/zksync/utils/abi/encodeDeployData.js.map +1 -1
- package/_cjs/zksync/utils/assertEip712Request.js.map +1 -1
- package/_cjs/zksync/utils/hashBytecode.js.map +1 -1
- package/_esm/accounts/hdKeyToAccount.js.map +1 -1
- package/_esm/actions/public/call.js +1 -0
- package/_esm/actions/public/call.js.map +1 -1
- package/_esm/actions/public/estimateGas.js.map +1 -1
- package/_esm/actions/public/getBlockNumber.js +2 -1
- package/_esm/actions/public/getBlockNumber.js.map +1 -1
- package/_esm/actions/test/sendUnsignedTransaction.js +2 -2
- package/_esm/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_esm/actions/wallet/signTypedData.js.map +1 -1
- package/_esm/celo/index.js +1 -1
- package/_esm/celo/index.js.map +1 -1
- package/_esm/celo/utils.js +1 -0
- package/_esm/celo/utils.js.map +1 -1
- package/_esm/chains/definitions/optimism.js +5 -0
- package/_esm/chains/definitions/optimism.js.map +1 -1
- package/_esm/chains/definitions/sei.js +1 -0
- package/_esm/chains/definitions/sei.js.map +1 -1
- package/_esm/clients/createClient.js +1 -1
- package/_esm/clients/createClient.js.map +1 -1
- package/_esm/clients/transports/fallback.js +1 -0
- package/_esm/clients/transports/fallback.js.map +1 -1
- package/_esm/clients/transports/http.js.map +1 -1
- package/_esm/constants/abis.js +1 -0
- package/_esm/constants/abis.js.map +1 -1
- package/_esm/constants/blob.js +1 -1
- package/_esm/constants/blob.js.map +1 -1
- package/_esm/constants/kzg.js +0 -4
- package/_esm/constants/kzg.js.map +1 -1
- package/_esm/errors/abi.js +0 -11
- package/_esm/errors/abi.js.map +1 -1
- package/_esm/errors/ccip.js.map +1 -1
- package/_esm/errors/stateOverride.js +1 -0
- package/_esm/errors/stateOverride.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/experimental/eip5792/actions/getCapabilities.js +1 -1
- package/_esm/experimental/eip5792/actions/getCapabilities.js.map +1 -1
- package/_esm/experimental/eip5792/actions/sendCalls.js +1 -1
- package/_esm/experimental/eip5792/actions/sendCalls.js.map +1 -1
- package/_esm/index.js +4 -3
- package/_esm/index.js.map +1 -1
- package/_esm/node/trustedSetups.js +0 -1
- package/_esm/node/trustedSetups.js.map +1 -1
- package/_esm/node/trustedSetups_cjs.js +0 -1
- package/_esm/node/trustedSetups_cjs.js.map +1 -1
- package/_esm/op-stack/abis.js +0 -457
- package/_esm/op-stack/abis.js.map +1 -1
- package/_esm/op-stack/actions/buildProveWithdrawal.js +1 -0
- package/_esm/op-stack/actions/buildProveWithdrawal.js.map +1 -1
- package/_esm/op-stack/actions/getWithdrawalStatus.js +1 -1
- package/_esm/op-stack/actions/getWithdrawalStatus.js.map +1 -1
- package/_esm/op-stack/index.js +0 -1
- package/_esm/op-stack/index.js.map +1 -1
- package/_esm/utils/abi/decodeAbiParameters.js +1 -1
- package/_esm/utils/abi/decodeAbiParameters.js.map +1 -1
- package/_esm/utils/abi/encodeAbiParameters.js.map +1 -1
- package/_esm/utils/abi/getAbiItem.js +3 -1
- package/_esm/utils/abi/getAbiItem.js.map +1 -1
- package/_esm/utils/address/getAddress.js +1 -1
- package/_esm/utils/address/getAddress.js.map +1 -1
- package/_esm/utils/address/isAddress.js +1 -0
- package/_esm/utils/address/isAddress.js.map +1 -1
- package/_esm/utils/blob/toBlobs.js.map +1 -1
- package/_esm/utils/buildRequest.js +1 -0
- package/_esm/utils/buildRequest.js.map +1 -1
- package/_esm/utils/ccip.js +1 -1
- package/_esm/utils/ccip.js.map +1 -1
- package/_esm/utils/cursor.js.map +1 -1
- package/_esm/utils/encoding/fromRlp.js +0 -6
- package/_esm/utils/encoding/fromRlp.js.map +1 -1
- package/_esm/utils/ens/avatar/utils.js +2 -0
- package/_esm/utils/ens/avatar/utils.js.map +1 -1
- package/_esm/utils/ens/errors.js.map +1 -1
- package/_esm/utils/observe.js +2 -0
- package/_esm/utils/observe.js.map +1 -1
- package/_esm/utils/promise/createBatchScheduler.js +1 -0
- package/_esm/utils/promise/createBatchScheduler.js.map +1 -1
- package/_esm/utils/promise/withCache.js +2 -0
- package/_esm/utils/promise/withCache.js.map +1 -1
- package/_esm/utils/promise/withTimeout.js +1 -1
- package/_esm/utils/promise/withTimeout.js.map +1 -1
- package/_esm/utils/rpc/id.js +1 -1
- package/_esm/utils/rpc/id.js.map +1 -1
- package/_esm/utils/rpc/ipc.js +1 -0
- package/_esm/utils/rpc/ipc.js.map +1 -1
- package/_esm/utils/stateOverride.js +3 -0
- package/_esm/utils/stateOverride.js.map +1 -1
- package/_esm/utils/transaction/parseTransaction.js.map +1 -1
- package/_esm/utils/unit/parseUnits.js +1 -1
- package/_esm/utils/unit/parseUnits.js.map +1 -1
- package/_esm/zksync/actions/deployContract.js +1 -1
- package/_esm/zksync/actions/deployContract.js.map +1 -1
- package/_esm/zksync/actions/estimateGasL1ToL2.js +1 -1
- package/_esm/zksync/actions/estimateGasL1ToL2.js.map +1 -1
- package/_esm/zksync/actions/getAllBalances.js +1 -1
- package/_esm/zksync/actions/getAllBalances.js.map +1 -1
- package/_esm/zksync/actions/getL1Allowance.js +1 -1
- package/_esm/zksync/actions/getL1Allowance.js.map +1 -1
- package/_esm/zksync/actions/getL1Balance.js +1 -1
- package/_esm/zksync/actions/getL1Balance.js.map +1 -1
- package/_esm/zksync/actions/getL1TokenBalance.js +2 -2
- package/_esm/zksync/actions/getL1TokenBalance.js.map +1 -1
- package/_esm/zksync/constants/contract.js +0 -1
- package/_esm/zksync/constants/contract.js.map +1 -1
- package/_esm/zksync/index.js.map +1 -1
- package/_esm/zksync/serializers.js.map +1 -1
- package/_esm/zksync/utils/abi/encodeDeployData.js +1 -1
- package/_esm/zksync/utils/abi/encodeDeployData.js.map +1 -1
- package/_esm/zksync/utils/assertEip712Request.js +1 -1
- package/_esm/zksync/utils/assertEip712Request.js.map +1 -1
- package/_esm/zksync/utils/hashBytecode.js.map +1 -1
- package/_types/accounts/hdKeyToAccount.d.ts +1 -1
- package/_types/accounts/hdKeyToAccount.d.ts.map +1 -1
- package/_types/accounts/types.d.ts +1 -1
- package/_types/accounts/types.d.ts.map +1 -1
- package/_types/actions/public/call.d.ts +5 -2
- package/_types/actions/public/call.d.ts.map +1 -1
- package/_types/actions/public/estimateGas.d.ts +2 -1
- package/_types/actions/public/estimateGas.d.ts.map +1 -1
- package/_types/actions/public/getBlockNumber.d.ts +4 -0
- package/_types/actions/public/getBlockNumber.d.ts.map +1 -1
- package/_types/actions/test/sendUnsignedTransaction.d.ts +2 -2
- package/_types/actions/wallet/prepareTransactionRequest.d.ts +0 -7
- package/_types/actions/wallet/prepareTransactionRequest.d.ts.map +1 -1
- package/_types/actions/wallet/signTypedData.d.ts +2 -2
- package/_types/actions/wallet/signTypedData.d.ts.map +1 -1
- package/_types/celo/chainConfig.d.ts +60 -60
- package/_types/celo/formatters.d.ts +30 -30
- package/_types/celo/index.d.ts +2 -2
- package/_types/celo/index.d.ts.map +1 -1
- package/_types/celo/utils.d.ts +1 -0
- package/_types/celo/utils.d.ts.map +1 -1
- package/_types/chains/definitions/ancient8.d.ts +26 -26
- package/_types/chains/definitions/ancient8Sepolia.d.ts +26 -26
- package/_types/chains/definitions/base.d.ts +26 -26
- package/_types/chains/definitions/baseGoerli.d.ts +26 -26
- package/_types/chains/definitions/baseSepolia.d.ts +26 -26
- package/_types/chains/definitions/celo.d.ts +60 -60
- package/_types/chains/definitions/celoAlfajores.d.ts +60 -60
- package/_types/chains/definitions/fraxtal.d.ts +26 -26
- package/_types/chains/definitions/fraxtalTestnet.d.ts +26 -26
- package/_types/chains/definitions/funkiSepolia.d.ts +26 -26
- package/_types/chains/definitions/liskSepolia.d.ts +26 -26
- package/_types/chains/definitions/metalL2.d.ts +26 -26
- package/_types/chains/definitions/optimism.d.ts +31 -26
- package/_types/chains/definitions/optimism.d.ts.map +1 -1
- package/_types/chains/definitions/optimismGoerli.d.ts +26 -26
- package/_types/chains/definitions/optimismSepolia.d.ts +26 -26
- package/_types/chains/definitions/pgn.d.ts +26 -26
- package/_types/chains/definitions/pgnTestnet.d.ts +26 -26
- package/_types/chains/definitions/rss3.d.ts +26 -26
- package/_types/chains/definitions/rss3Sepolia.d.ts +26 -26
- package/_types/chains/definitions/sei.d.ts +1 -0
- package/_types/chains/definitions/sei.d.ts.map +1 -1
- package/_types/chains/definitions/zora.d.ts +26 -26
- package/_types/chains/definitions/zoraSepolia.d.ts +26 -26
- package/_types/chains/definitions/zoraTestnet.d.ts +26 -26
- package/_types/clients/createClient.d.ts +1 -1
- package/_types/clients/createClient.d.ts.map +1 -1
- package/_types/clients/transports/fallback.d.ts +1 -0
- package/_types/clients/transports/fallback.d.ts.map +1 -1
- package/_types/clients/transports/http.d.ts +6 -7
- package/_types/clients/transports/http.d.ts.map +1 -1
- package/_types/constants/abis.d.ts +1 -0
- package/_types/constants/abis.d.ts.map +1 -1
- package/_types/constants/blob.d.ts +0 -2
- package/_types/constants/blob.d.ts.map +1 -1
- package/_types/constants/kzg.d.ts +0 -4
- package/_types/constants/kzg.d.ts.map +1 -1
- package/_types/errors/abi.d.ts +0 -10
- package/_types/errors/abi.d.ts.map +1 -1
- package/_types/errors/ccip.d.ts +1 -0
- package/_types/errors/ccip.d.ts.map +1 -1
- package/_types/errors/stateOverride.d.ts +1 -0
- package/_types/errors/stateOverride.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/experimental/eip5792/actions/getCapabilities.d.ts.map +1 -1
- package/_types/experimental/eip5792/actions/sendCalls.d.ts.map +1 -1
- package/_types/experimental/erc7715/types/permission.d.ts +5 -0
- package/_types/experimental/erc7715/types/permission.d.ts.map +1 -1
- package/_types/experimental/erc7715/types/signer.d.ts +3 -0
- package/_types/experimental/erc7715/types/signer.d.ts.map +1 -1
- package/_types/index.d.ts +9 -9
- package/_types/index.d.ts.map +1 -1
- package/_types/node/trustedSetups.d.ts +0 -1
- package/_types/node/trustedSetups.d.ts.map +1 -1
- package/_types/node/trustedSetups_cjs.d.ts +0 -1
- package/_types/node/trustedSetups_cjs.d.ts.map +1 -1
- package/_types/op-stack/abis.d.ts +0 -626
- package/_types/op-stack/abis.d.ts.map +1 -1
- package/_types/op-stack/actions/buildProveWithdrawal.d.ts +1 -0
- package/_types/op-stack/actions/buildProveWithdrawal.d.ts.map +1 -1
- package/_types/op-stack/actions/getWithdrawalStatus.d.ts +2 -1
- package/_types/op-stack/actions/getWithdrawalStatus.d.ts.map +1 -1
- package/_types/op-stack/chainConfig.d.ts +26 -26
- package/_types/op-stack/formatters.d.ts +26 -26
- package/_types/op-stack/index.d.ts.map +1 -1
- package/_types/types/account.d.ts +1 -1
- package/_types/types/account.d.ts.map +1 -1
- package/_types/types/kzg.d.ts +1 -1
- package/_types/types/kzg.d.ts.map +1 -1
- package/_types/types/proof.d.ts +3 -2
- package/_types/types/proof.d.ts.map +1 -1
- package/_types/types/utils.d.ts +11 -3
- package/_types/types/utils.d.ts.map +1 -1
- package/_types/utils/abi/decodeAbiParameters.d.ts +2 -1
- package/_types/utils/abi/decodeAbiParameters.d.ts.map +1 -1
- package/_types/utils/abi/encodeAbiParameters.d.ts +12 -11
- package/_types/utils/abi/encodeAbiParameters.d.ts.map +1 -1
- package/_types/utils/abi/getAbiItem.d.ts +6 -2
- package/_types/utils/abi/getAbiItem.d.ts.map +1 -1
- package/_types/utils/address/getAddress.d.ts +0 -2
- package/_types/utils/address/getAddress.d.ts.map +1 -1
- package/_types/utils/address/isAddress.d.ts +1 -0
- package/_types/utils/address/isAddress.d.ts.map +1 -1
- package/_types/utils/blob/toBlobs.d.ts +2 -1
- package/_types/utils/blob/toBlobs.d.ts.map +1 -1
- package/_types/utils/buildRequest.d.ts +1 -0
- package/_types/utils/buildRequest.d.ts.map +1 -1
- package/_types/utils/ccip.d.ts +4 -2
- package/_types/utils/ccip.d.ts.map +1 -1
- package/_types/utils/cursor.d.ts +7 -6
- package/_types/utils/cursor.d.ts.map +1 -1
- package/_types/utils/encoding/fromRlp.d.ts +3 -7
- package/_types/utils/encoding/fromRlp.d.ts.map +1 -1
- package/_types/utils/ens/avatar/parseAvatarRecord.d.ts +2 -1
- package/_types/utils/ens/avatar/parseAvatarRecord.d.ts.map +1 -1
- package/_types/utils/ens/avatar/utils.d.ts +4 -2
- package/_types/utils/ens/avatar/utils.d.ts.map +1 -1
- package/_types/utils/ens/errors.d.ts +1 -0
- package/_types/utils/ens/errors.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +1 -1
- package/_types/utils/hash/normalizeSignature.d.ts +3 -2
- package/_types/utils/hash/normalizeSignature.d.ts.map +1 -1
- package/_types/utils/observe.d.ts +2 -0
- package/_types/utils/observe.d.ts.map +1 -1
- package/_types/utils/promise/createBatchScheduler.d.ts +3 -2
- package/_types/utils/promise/createBatchScheduler.d.ts.map +1 -1
- package/_types/utils/promise/withCache.d.ts +4 -1
- package/_types/utils/promise/withCache.d.ts.map +1 -1
- package/_types/utils/rpc/id.d.ts +0 -5
- package/_types/utils/rpc/id.d.ts.map +1 -1
- package/_types/utils/rpc/ipc.d.ts +1 -0
- package/_types/utils/rpc/ipc.d.ts.map +1 -1
- package/_types/utils/stateOverride.d.ts +9 -5
- package/_types/utils/stateOverride.d.ts.map +1 -1
- package/_types/utils/transaction/parseTransaction.d.ts +5 -5
- package/_types/utils/transaction/parseTransaction.d.ts.map +1 -1
- package/_types/zksync/actions/deployContract.d.ts +2 -1
- package/_types/zksync/actions/deployContract.d.ts.map +1 -1
- package/_types/zksync/actions/estimateGasL1ToL2.d.ts.map +1 -1
- package/_types/zksync/actions/getAllBalances.d.ts.map +1 -1
- package/_types/zksync/actions/getL1Allowance.d.ts.map +1 -1
- package/_types/zksync/actions/getL1Balance.d.ts.map +1 -1
- package/_types/zksync/actions/getL1TokenBalance.d.ts +4 -4
- package/_types/zksync/actions/getL1TokenBalance.d.ts.map +1 -1
- package/_types/zksync/constants/contract.d.ts +0 -1
- package/_types/zksync/constants/contract.d.ts.map +1 -1
- package/_types/zksync/index.d.ts +1 -0
- package/_types/zksync/index.d.ts.map +1 -1
- package/_types/zksync/serializers.d.ts +1 -2
- package/_types/zksync/serializers.d.ts.map +1 -1
- package/_types/zksync/types/eip1193.d.ts +5 -5
- package/_types/zksync/types/eip1193.d.ts.map +1 -1
- package/_types/zksync/utils/abi/encodeDeployData.d.ts +5 -0
- package/_types/zksync/utils/abi/encodeDeployData.d.ts.map +1 -1
- package/_types/zksync/utils/assertEip712Request.d.ts +3 -1
- package/_types/zksync/utils/assertEip712Request.d.ts.map +1 -1
- package/_types/zksync/utils/hashBytecode.d.ts +5 -0
- package/_types/zksync/utils/hashBytecode.d.ts.map +1 -1
- package/accounts/hdKeyToAccount.ts +1 -2
- package/accounts/types.ts +1 -1
- package/actions/public/call.ts +5 -5
- package/actions/public/estimateGas.ts +3 -4
- package/actions/public/getBlockNumber.ts +9 -1
- package/actions/test/sendUnsignedTransaction.ts +2 -2
- package/actions/wallet/prepareTransactionRequest.ts +0 -20
- package/actions/wallet/signTypedData.ts +2 -0
- package/celo/index.ts +5 -2
- package/celo/utils.ts +1 -0
- package/chains/definitions/optimism.ts +5 -0
- package/chains/definitions/sei.ts +1 -0
- package/clients/createClient.ts +4 -2
- package/clients/transports/fallback.ts +1 -0
- package/clients/transports/http.ts +9 -8
- package/constants/abis.ts +1 -0
- package/constants/blob.ts +1 -1
- package/constants/kzg.ts +0 -6
- package/errors/abi.ts +0 -13
- package/errors/ccip.ts +1 -0
- package/errors/stateOverride.ts +1 -0
- package/errors/version.ts +1 -1
- package/experimental/eip5792/actions/getCapabilities.ts +1 -1
- package/experimental/eip5792/actions/sendCalls.ts +1 -1
- package/experimental/erc7715/types/permission.ts +5 -0
- package/experimental/erc7715/types/signer.ts +3 -0
- package/index.ts +21 -5
- package/node/trustedSetups.ts +0 -5
- package/node/trustedSetups_cjs.ts +0 -5
- package/op-stack/abis.ts +0 -458
- package/op-stack/actions/buildProveWithdrawal.ts +1 -0
- package/op-stack/actions/getWithdrawalStatus.ts +6 -1
- package/op-stack/index.ts +0 -1
- package/package.json +1 -1
- package/types/account.ts +1 -11
- package/types/kzg.ts +2 -1
- package/types/proof.ts +2 -2
- package/types/utils.ts +11 -3
- package/utils/abi/decodeAbiParameters.ts +6 -1
- package/utils/abi/encodeAbiParameters.ts +22 -19
- package/utils/abi/getAbiItem.ts +8 -2
- package/utils/address/getAddress.ts +1 -1
- package/utils/address/isAddress.ts +1 -0
- package/utils/blob/toBlobs.ts +2 -1
- package/utils/buildRequest.ts +1 -0
- package/utils/ccip.ts +11 -3
- package/utils/cursor.ts +16 -6
- package/utils/encoding/fromRlp.ts +3 -21
- package/utils/ens/avatar/parseAvatarRecord.ts +1 -1
- package/utils/ens/avatar/utils.ts +4 -2
- package/utils/ens/errors.ts +1 -0
- package/utils/hash/normalizeSignature.ts +2 -2
- package/utils/observe.ts +2 -0
- package/utils/promise/createBatchScheduler.ts +3 -2
- package/utils/promise/withCache.ts +3 -1
- package/utils/promise/withTimeout.ts +2 -2
- package/utils/rpc/id.ts +1 -1
- package/utils/rpc/ipc.ts +1 -0
- package/utils/stateOverride.ts +8 -5
- package/utils/transaction/parseTransaction.ts +7 -2
- package/utils/unit/parseUnits.ts +1 -1
- package/zksync/actions/deployContract.ts +8 -2
- package/zksync/actions/estimateGasL1ToL2.ts +1 -1
- package/zksync/actions/getAllBalances.ts +1 -1
- package/zksync/actions/getL1Allowance.ts +1 -1
- package/zksync/actions/getL1Balance.ts +1 -1
- package/zksync/actions/getL1TokenBalance.ts +10 -7
- package/zksync/constants/contract.ts +0 -1
- package/zksync/index.ts +5 -0
- package/zksync/serializers.ts +1 -2
- package/zksync/types/eip1193.ts +32 -26
- package/zksync/utils/abi/encodeDeployData.ts +12 -2
- package/zksync/utils/assertEip712Request.ts +9 -2
- package/zksync/utils/hashBytecode.ts +14 -2
- package/_cjs/utils/accounts.js +0 -8
- package/_cjs/utils/accounts.js.map +0 -1
- package/_esm/utils/accounts.js +0 -7
- package/_esm/utils/accounts.js.map +0 -1
- package/_types/utils/accounts.d.ts +0 -3
- package/_types/utils/accounts.d.ts.map +0 -1
- package/utils/accounts.ts +0 -7
@@ -10,7 +10,10 @@ import type { Hash, Hex } from '../../types/misc.js'
|
|
10
10
|
import { contractDeployerAddress } from '../constants/address.js'
|
11
11
|
import type { ChainEIP712 } from '../types/chain.js'
|
12
12
|
import type { ContractDeploymentType } from '../types/contract.js'
|
13
|
-
import {
|
13
|
+
import {
|
14
|
+
type EncodeDeployDataErrorType,
|
15
|
+
encodeDeployData,
|
16
|
+
} from '../utils/abi/encodeDeployData.js'
|
14
17
|
import {
|
15
18
|
type SendEip712TransactionErrorType,
|
16
19
|
type SendEip712TransactionParameters,
|
@@ -32,7 +35,10 @@ export type DeployContractParameters<
|
|
32
35
|
|
33
36
|
export type DeployContractReturnType = SendEip712TransactionReturnType
|
34
37
|
|
35
|
-
export type DeployContractErrorType =
|
38
|
+
export type DeployContractErrorType =
|
39
|
+
| EncodeDeployDataErrorType
|
40
|
+
| SendEip712TransactionErrorType
|
41
|
+
| ErrorType
|
36
42
|
|
37
43
|
/**
|
38
44
|
* Deploys a contract to the network, given bytecode and constructor arguments using EIP712 transaction.
|
@@ -1,8 +1,8 @@
|
|
1
|
+
import { parseAccount } from '../../accounts/utils/parseAccount.js'
|
1
2
|
import type { SendTransactionParameters } from '../../actions/wallet/sendTransaction.js'
|
2
3
|
import type { Client } from '../../clients/createClient.js'
|
3
4
|
import type { Transport } from '../../clients/transports/createTransport.js'
|
4
5
|
import type { Account } from '../../types/account.js'
|
5
|
-
import { parseAccount } from '../../utils/accounts.js'
|
6
6
|
import type { ChainEIP712 } from '../types/chain.js'
|
7
7
|
import type { PublicZkSyncRpcSchema } from '../types/eip1193.js'
|
8
8
|
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import type { Address } from 'abitype'
|
2
|
+
import { parseAccount } from '../../accounts/utils/parseAccount.js'
|
2
3
|
import type { Client } from '../../clients/createClient.js'
|
3
4
|
import type { Transport } from '../../clients/transports/createTransport.js'
|
4
5
|
import type { Account, GetAccountParameter } from '../../types/account.js'
|
5
6
|
import type { Chain } from '../../types/chain.js'
|
6
|
-
import { parseAccount } from '../../utils/accounts.js'
|
7
7
|
import { hexToBigInt } from '../../utils/encoding/fromHex.js'
|
8
8
|
import type { PublicZkSyncRpcSchema } from '../types/eip1193.js'
|
9
9
|
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import type { Address } from 'abitype'
|
2
|
+
import { parseAccount } from '../../accounts/utils/parseAccount.js'
|
2
3
|
import { readContract } from '../../actions/public/readContract.js'
|
3
4
|
import type { Client } from '../../clients/createClient.js'
|
4
5
|
import type { Transport } from '../../clients/transports/createTransport.js'
|
@@ -8,7 +9,6 @@ import type { BaseError } from '../../errors/base.js'
|
|
8
9
|
import type { Account, GetAccountParameter } from '../../types/account.js'
|
9
10
|
import type { BlockTag } from '../../types/block.js'
|
10
11
|
import type { Chain } from '../../types/chain.js'
|
11
|
-
import { parseAccount } from '../../utils/accounts.js'
|
12
12
|
|
13
13
|
export type GetL1AllowanceParameters<
|
14
14
|
TAccount extends Account | undefined = Account | undefined,
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import type { Address } from 'abitype'
|
2
|
+
import { parseAccount } from '../../accounts/utils/parseAccount.js'
|
2
3
|
import {
|
3
4
|
type GetBalanceParameters,
|
4
5
|
getBalance,
|
@@ -10,7 +11,6 @@ import type { BaseError } from '../../errors/base.js'
|
|
10
11
|
import type { Account, GetAccountParameter } from '../../types/account.js'
|
11
12
|
import type { BlockTag } from '../../types/block.js'
|
12
13
|
import type { Chain } from '../../types/chain.js'
|
13
|
-
import { parseAccount } from '../../utils/accounts.js'
|
14
14
|
import { legacyEthAddress } from '../constants/address.js'
|
15
15
|
import { isEth } from '../utils/isEth.js'
|
16
16
|
import {
|
@@ -1,15 +1,18 @@
|
|
1
1
|
import type { Address } from '../../accounts/index.js'
|
2
|
+
import { parseAccount } from '../../accounts/utils/parseAccount.js'
|
2
3
|
import { readContract } from '../../actions/index.js'
|
3
4
|
import type { Client } from '../../clients/createClient.js'
|
4
5
|
import type { Transport } from '../../clients/transports/createTransport.js'
|
5
6
|
import { erc20Abi } from '../../constants/abis.js'
|
6
|
-
import type {
|
7
|
-
import type {
|
7
|
+
import type { AccountNotFoundErrorType } from '../../errors/account.js'
|
8
|
+
import type { BaseErrorType } from '../../errors/base.js'
|
8
9
|
import type { Account, GetAccountParameter } from '../../types/account.js'
|
9
10
|
import type { BlockTag } from '../../types/block.js'
|
10
11
|
import type { Chain } from '../../types/chain.js'
|
11
|
-
import {
|
12
|
-
|
12
|
+
import {
|
13
|
+
TokenIsEthError,
|
14
|
+
type TokenIsEthErrorType,
|
15
|
+
} from '../errors/token-is-eth.js'
|
13
16
|
import { isEth } from '../utils/isEth.js'
|
14
17
|
|
15
18
|
export type GetL1TokenBalanceParameters<
|
@@ -30,9 +33,9 @@ export type GetL1TokenBalanceParameters<
|
|
30
33
|
export type GetL1TokenBalanceReturnType = bigint
|
31
34
|
|
32
35
|
export type GetL1TokenBalanceErrorType =
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
+
| AccountNotFoundErrorType
|
37
|
+
| TokenIsEthErrorType
|
38
|
+
| BaseErrorType
|
36
39
|
|
37
40
|
export async function getL1TokenBalance<
|
38
41
|
TChain extends Chain | undefined,
|
package/zksync/index.ts
CHANGED
@@ -134,6 +134,11 @@ export type {
|
|
134
134
|
EIP712DomainFn,
|
135
135
|
ZkSyncEip712Meta,
|
136
136
|
} from './types/eip712.js'
|
137
|
+
export type {
|
138
|
+
CommonDataRawBlockTransaction,
|
139
|
+
RawBlockTransactions,
|
140
|
+
PublicZkSyncRpcSchema,
|
141
|
+
} from './types/eip1193.js'
|
137
142
|
export type { ZkSyncFeeValues } from './types/fee.js'
|
138
143
|
export type {
|
139
144
|
ZkSyncL2ToL1Log,
|
package/zksync/serializers.ts
CHANGED
@@ -32,8 +32,7 @@ export const serializers = {
|
|
32
32
|
transaction: serializeTransaction,
|
33
33
|
} as const satisfies ChainSerializers
|
34
34
|
|
35
|
-
|
36
|
-
ZkSyncTransactionSerializedEIP712
|
35
|
+
type SerializeTransactionEIP712ReturnType = ZkSyncTransactionSerializedEIP712
|
37
36
|
|
38
37
|
function serializeTransactionEIP712(
|
39
38
|
transaction: ZkSyncTransactionSerializableEIP712,
|
package/zksync/types/eip1193.ts
CHANGED
@@ -22,32 +22,38 @@ export type CommonDataRawBlockTransaction = {
|
|
22
22
|
|
23
23
|
export type RawBlockTransactions = {
|
24
24
|
common_data: {
|
25
|
-
L1?:
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
25
|
+
L1?:
|
26
|
+
| ({
|
27
|
+
serialId: number
|
28
|
+
deadlineBlock: number
|
29
|
+
layer2TipFee: Hex
|
30
|
+
fullFee: Hex
|
31
|
+
opProcessingType: string
|
32
|
+
priorityQueueType: string
|
33
|
+
} & CommonDataRawBlockTransaction)
|
34
|
+
| undefined
|
35
|
+
L2?:
|
36
|
+
| {
|
37
|
+
nonce: number
|
38
|
+
fee: ZkSyncFee<Hex>
|
39
|
+
initiatorAddress: Address
|
40
|
+
signature: Uint8Array
|
41
|
+
transactionType: string
|
42
|
+
input?: {
|
43
|
+
hash: Hash
|
44
|
+
data: Uint8Array
|
45
|
+
}
|
46
|
+
paymasterParams: {
|
47
|
+
paymaster: Address
|
48
|
+
paymasterInput: Uint8Array
|
49
|
+
}
|
50
|
+
}
|
51
|
+
| undefined
|
52
|
+
ProtocolUpgrade?:
|
53
|
+
| ({
|
54
|
+
upgradeId: string
|
55
|
+
} & CommonDataRawBlockTransaction)
|
56
|
+
| undefined
|
51
57
|
}
|
52
58
|
execute: {
|
53
59
|
calldata: Hash
|
@@ -5,6 +5,7 @@ import {
|
|
5
5
|
AbiConstructorNotFoundError,
|
6
6
|
AbiConstructorParamsNotFoundError,
|
7
7
|
} from '../../../errors/abi.js'
|
8
|
+
import type { ErrorType } from '../../../errors/utils.js'
|
8
9
|
import type { ContractConstructorArgs } from '../../../types/contract.js'
|
9
10
|
import type { Hash } from '../../../types/misc.js'
|
10
11
|
import type { Hex } from '../../../types/misc.js'
|
@@ -13,15 +14,19 @@ import type {
|
|
13
14
|
EncodeDeployDataParameters as EncodeDeployDataParameters_,
|
14
15
|
EncodeDeployDataReturnType,
|
15
16
|
} from '../../../utils/abi/encodeDeployData.js'
|
16
|
-
import {
|
17
|
+
import {
|
18
|
+
type EncodeFunctionDataErrorType,
|
19
|
+
encodeFunctionData,
|
20
|
+
} from '../../../utils/abi/encodeFunctionData.js'
|
17
21
|
import { toHex } from '../../../utils/encoding/toHex.js'
|
18
22
|
import { contractDeployerAbi } from '../../constants/abis.js'
|
19
23
|
import { accountAbstractionVersion1 } from '../../constants/contract.js'
|
20
24
|
import type { ContractDeploymentType } from '../../types/contract.js'
|
21
|
-
import { hashBytecode } from '../hashBytecode.js'
|
25
|
+
import { type HashBytecodeErrorType, hashBytecode } from '../hashBytecode.js'
|
22
26
|
|
23
27
|
const docsPath = '/docs/contract/encodeDeployData'
|
24
28
|
|
29
|
+
/** @internal */
|
25
30
|
export type EncodeDeployDataParameters<
|
26
31
|
abi extends Abi | readonly unknown[] = Abi,
|
27
32
|
hasConstructor = abi extends Abi
|
@@ -37,6 +42,11 @@ export type EncodeDeployDataParameters<
|
|
37
42
|
salt?: Hash | undefined
|
38
43
|
}
|
39
44
|
|
45
|
+
export type EncodeDeployDataErrorType =
|
46
|
+
| EncodeFunctionDataErrorType
|
47
|
+
| HashBytecodeErrorType
|
48
|
+
| ErrorType
|
49
|
+
|
40
50
|
export function encodeDeployData<const abi extends Abi | readonly unknown[]>(
|
41
51
|
parameters: EncodeDeployDataParameters<abi>,
|
42
52
|
): EncodeDeployDataReturnType {
|
@@ -6,14 +6,21 @@ import {
|
|
6
6
|
} from '../../utils/transaction/assertRequest.js'
|
7
7
|
import type { zkSync } from '../../zksync/chains.js'
|
8
8
|
import type { SendTransactionParameters } from '../actions/sendTransaction.js'
|
9
|
-
import {
|
9
|
+
import {
|
10
|
+
InvalidEip712TransactionError,
|
11
|
+
type InvalidEip712TransactionErrorType,
|
12
|
+
} from '../errors/transaction.js'
|
10
13
|
import { isEIP712Transaction } from './isEip712Transaction.js'
|
11
14
|
|
12
15
|
export type AssertEip712RequestParameters = ExactPartial<
|
13
16
|
SendTransactionParameters<typeof zkSync>
|
14
17
|
>
|
15
18
|
|
16
|
-
|
19
|
+
/** @internal */
|
20
|
+
export type AssertEip712RequestErrorType =
|
21
|
+
| InvalidEip712TransactionErrorType
|
22
|
+
| AssertRequestErrorType
|
23
|
+
| ErrorType
|
17
24
|
|
18
25
|
export function assertEip712Request(args: AssertEip712RequestParameters) {
|
19
26
|
if (!isEIP712Transaction(args as any))
|
@@ -1,14 +1,26 @@
|
|
1
|
+
import type { ErrorType } from '../../errors/utils.js'
|
1
2
|
import type { Hex } from '../../types/misc.js'
|
2
3
|
import { pad } from '../../utils/data/pad.js'
|
3
|
-
import { toBytes } from '../../utils/encoding/toBytes.js'
|
4
|
-
import { sha256 } from '../../utils/hash/sha256.js'
|
4
|
+
import { type ToBytesErrorType, toBytes } from '../../utils/encoding/toBytes.js'
|
5
|
+
import { type Sha256ErrorType, sha256 } from '../../utils/hash/sha256.js'
|
5
6
|
import { maxBytecodeSize } from '../constants/number.js'
|
6
7
|
import {
|
7
8
|
BytecodeLengthExceedsMaxSizeError,
|
9
|
+
type BytecodeLengthExceedsMaxSizeErrorType,
|
8
10
|
BytecodeLengthInWordsMustBeOddError,
|
11
|
+
type BytecodeLengthInWordsMustBeOddErrorType,
|
9
12
|
BytecodeLengthMustBeDivisibleBy32Error,
|
13
|
+
type BytecodeLengthMustBeDivisibleBy32ErrorType,
|
10
14
|
} from '../errors/bytecode.js'
|
11
15
|
|
16
|
+
export type HashBytecodeErrorType =
|
17
|
+
| BytecodeLengthExceedsMaxSizeErrorType
|
18
|
+
| BytecodeLengthInWordsMustBeOddErrorType
|
19
|
+
| BytecodeLengthMustBeDivisibleBy32ErrorType
|
20
|
+
| Sha256ErrorType
|
21
|
+
| ToBytesErrorType
|
22
|
+
| ErrorType
|
23
|
+
|
12
24
|
export function hashBytecode(bytecode: Hex): Uint8Array {
|
13
25
|
const bytecodeBytes = toBytes(bytecode)
|
14
26
|
if (bytecodeBytes.length % 32 !== 0)
|
package/_cjs/utils/accounts.js
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.publicKeyToAddress = exports.parseAccount = void 0;
|
4
|
-
var parseAccount_js_1 = require("../accounts/utils/parseAccount.js");
|
5
|
-
Object.defineProperty(exports, "parseAccount", { enumerable: true, get: function () { return parseAccount_js_1.parseAccount; } });
|
6
|
-
var publicKeyToAddress_js_1 = require("../accounts/utils/publicKeyToAddress.js");
|
7
|
-
Object.defineProperty(exports, "publicKeyToAddress", { enumerable: true, get: function () { return publicKeyToAddress_js_1.publicKeyToAddress; } });
|
8
|
-
//# sourceMappingURL=accounts.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"accounts.js","sourceRoot":"","sources":["../../utils/accounts.ts"],"names":[],"mappings":";;;AAKA,qEAAgE;AAAvD,+GAAA,YAAY,OAAA;AACrB,iFAA4E;AAAnE,2HAAA,kBAAkB,OAAA"}
|
package/_esm/utils/accounts.js
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
// Tree-shaking doesn't work well when we import from an index entrypoint. We don't
|
2
|
-
// want to bundle libs like `@noble/curves`, etc within the `/accounts` entrypoint
|
3
|
-
// as that will dramatically increase bundle size. So we export the modules directly.
|
4
|
-
// biome-ignore lint/performance/noBarrelFile: entrypoint module
|
5
|
-
export { parseAccount } from '../accounts/utils/parseAccount.js';
|
6
|
-
export { publicKeyToAddress } from '../accounts/utils/publicKeyToAddress.js';
|
7
|
-
//# sourceMappingURL=accounts.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"accounts.js","sourceRoot":"","sources":["../../utils/accounts.ts"],"names":[],"mappings":"AAAA,mFAAmF;AACnF,kFAAkF;AAClF,qFAAqF;AAErF,gEAAgE;AAChE,OAAO,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAA;AAChE,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAA"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"accounts.d.ts","sourceRoot":"","sources":["../../utils/accounts.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAA;AAChE,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAA"}
|
package/utils/accounts.ts
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
// Tree-shaking doesn't work well when we import from an index entrypoint. We don't
|
2
|
-
// want to bundle libs like `@noble/curves`, etc within the `/accounts` entrypoint
|
3
|
-
// as that will dramatically increase bundle size. So we export the modules directly.
|
4
|
-
|
5
|
-
// biome-ignore lint/performance/noBarrelFile: entrypoint module
|
6
|
-
export { parseAccount } from '../accounts/utils/parseAccount.js'
|
7
|
-
export { publicKeyToAddress } from '../accounts/utils/publicKeyToAddress.js'
|