@pimlico/alto 0.0.18 → 0.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/contracts/EIP712.sol/EIP712.json +1 -0
- package/contracts/ERC165.sol/ERC165.json +1 -0
- package/contracts/ERC20.sol/ERC20.json +1 -0
- package/contracts/Eip7702Support.sol/Eip7702Support.json +1 -0
- package/contracts/EntryPoint.sol/EntryPoint.json +1 -0
- package/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride06.json +1 -0
- package/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride07.json +1 -0
- package/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride08.json +1 -0
- package/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride09.json +1 -0
- package/contracts/EntryPointGasEstimationOverride.sol/EntryPointGasEstimationOverride06.json +1 -0
- package/contracts/EntryPointSimulations.sol/EntryPointSimulations07.json +1 -0
- package/contracts/EntryPointSimulations.sol/EntryPointSimulations08.json +1 -0
- package/contracts/EntryPointSimulations.sol/EntryPointSimulations09.json +1 -0
- package/contracts/Exec.sol/Exec.json +1 -0
- package/contracts/IAccount.sol/IAccount.json +1 -0
- package/contracts/IAccountExecute.sol/IAccountExecute.json +1 -0
- package/contracts/IAggregator.sol/IAggregator.json +1 -0
- package/contracts/IERC165.sol/IERC165.json +1 -0
- package/contracts/IERC5267.sol/IERC5267.json +1 -0
- package/contracts/IEntryPoint.sol/IEntryPoint.json +1 -0
- package/contracts/IEntryPointFilterOpsOverride.sol/IEntryPointFilterOpsOverride08.json +1 -0
- package/contracts/IEntryPointFilterOpsOverride.sol/IEntryPointFilterOpsOverride09.json +1 -0
- package/contracts/IEntryPointSimulations.sol/IEntryPointSimulations.json +1 -0
- package/contracts/INonceManager.sol/INonceManager.json +1 -0
- package/contracts/IPaymaster.sol/IPaymaster.json +1 -0
- package/contracts/ISenderCreator.sol/ISenderCreator.json +1 -0
- package/contracts/IStakeManager.sol/IStakeManager.json +1 -0
- package/contracts/LibBytes.sol/LibBytes.json +1 -0
- package/contracts/Math.sol/Math.json +1 -0
- package/contracts/MessageHashUtils.sol/MessageHashUtils.json +1 -0
- package/contracts/NonceManager.sol/NonceManager.json +1 -0
- package/contracts/Panic.sol/Panic.json +1 -0
- package/contracts/PimlicoSimulations.sol/PimlicoSimulations.json +1 -0
- package/contracts/ReentrancyGuard.sol/ReentrancyGuard.json +1 -0
- package/contracts/ReentrancyGuardTransient.sol/ReentrancyGuardTransient.json +1 -0
- package/contracts/SafeCast.sol/SafeCast.json +1 -0
- package/contracts/SenderCreator.sol/SenderCreator.json +1 -0
- package/contracts/ShortStrings.sol/ShortStrings.json +1 -0
- package/contracts/SignedMath.sol/SignedMath.json +1 -0
- package/contracts/SimulationOverrideHelper.sol/SimulationOverrideHelper.json +1 -0
- package/contracts/StakeManager.sol/StakeManager.json +1 -0
- package/contracts/StorageSlot.sol/StorageSlot.json +1 -0
- package/contracts/Strings.sol/Strings.json +1 -0
- package/contracts/TransientSlot.sol/TransientSlot.json +1 -0
- package/contracts/UserOperation.sol/UserOperationLib.json +1 -0
- package/contracts/UserOperationLib.sol/UserOperationLib.json +1 -0
- package/contracts/account-abstraction-v9/contracts/interfaces/IAggregator.sol/IAggregator.json +1 -0
- package/contracts/account-abstraction-v9/contracts/interfaces/IEntryPoint.sol/IEntryPoint.json +1 -0
- package/contracts/account-abstraction-v9/contracts/interfaces/INonceManager.sol/INonceManager.json +1 -0
- package/contracts/account-abstraction-v9/contracts/interfaces/IStakeManager.sol/IStakeManager.json +1 -0
- package/contracts/build-info/338795fc743ca612.json +1 -0
- package/contracts/build-info/44a9648cfe32a468.json +1 -0
- package/contracts/build-info/8dbf8a4ad39019b5.json +1 -0
- package/contracts/contracts/interfaces/IAggregator.sol/IAggregator.json +1 -0
- package/contracts/contracts/interfaces/IEntryPoint.sol/IEntryPoint.json +1 -0
- package/contracts/contracts/interfaces/INonceManager.sol/INonceManager.json +1 -0
- package/contracts/contracts/interfaces/IStakeManager.sol/IStakeManager.json +1 -0
- package/contracts/core/Eip7702Support.sol/Eip7702Support.json +1 -0
- package/contracts/core/NonceManager.sol/NonceManager.json +1 -0
- package/contracts/core/SenderCreator.sol/SenderCreator.json +1 -0
- package/contracts/core/StakeManager.sol/StakeManager.json +1 -0
- package/contracts/core/UserOperationLib.sol/UserOperationLib.json +1 -0
- package/contracts/interfaces/IAccount.sol/IAccount.json +1 -0
- package/contracts/interfaces/IAccountExecute.sol/IAccountExecute.json +1 -0
- package/contracts/interfaces/IAggregator.sol/IAggregator.json +1 -0
- package/contracts/interfaces/IEntryPoint.sol/IEntryPoint.json +1 -0
- package/contracts/interfaces/INonceManager.sol/INonceManager.json +1 -0
- package/contracts/interfaces/IPaymaster.sol/IPaymaster.json +1 -0
- package/contracts/interfaces/ISenderCreator.sol/ISenderCreator.json +1 -0
- package/contracts/interfaces/IStakeManager.sol/IStakeManager.json +1 -0
- package/contracts/overrides/Eip7702Support.sol/Eip7702Support.json +1 -0
- package/contracts/overrides/NonceManager.sol/NonceManager.json +1 -0
- package/contracts/overrides/SenderCreator.sol/SenderCreator.json +1 -0
- package/contracts/overrides/StakeManager.sol/StakeManager.json +1 -0
- package/contracts/overrides/UserOperationLib.sol/UserOperationLib.json +1 -0
- package/contracts/utils/Exec.sol/Exec.json +1 -0
- package/contracts/utils/StorageSlot.sol/StorageSlot.json +1 -0
- package/contracts/v09/EntryPoint.sol/EntryPoint.json +1 -0
- package/esm/cli/alto.js +16 -7
- package/esm/cli/alto.js.map +1 -1
- package/esm/cli/config/bundler.d.ts +690 -540
- package/esm/cli/config/bundler.js +101 -66
- package/esm/cli/config/bundler.js.map +1 -1
- package/esm/cli/config/options.d.ts +2 -1
- package/esm/cli/config/options.js +207 -59
- package/esm/cli/config/options.js.map +1 -1
- package/esm/cli/customTransport.d.ts +3 -3
- package/esm/cli/customTransport.js +4 -3
- package/esm/cli/customTransport.js.map +1 -1
- package/esm/cli/deploySimulationsContract.d.ts +5 -2
- package/esm/cli/deploySimulationsContract.js +108 -40
- package/esm/cli/deploySimulationsContract.js.map +1 -1
- package/esm/cli/handler.js +94 -22
- package/esm/cli/handler.js.map +1 -1
- package/esm/cli/instrumentation.js +7 -1
- package/esm/cli/instrumentation.js.map +1 -1
- package/esm/cli/parseArgs.js.map +1 -1
- package/esm/cli/setupServer.js +63 -63
- package/esm/cli/setupServer.js.map +1 -1
- package/esm/cli/shutDown.d.ts +20 -0
- package/esm/cli/shutDown.js +260 -0
- package/esm/cli/shutDown.js.map +1 -0
- package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride06.json +1 -0
- package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride07.json +1 -0
- package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride08.json +1 -0
- package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride09.json +1 -0
- package/esm/contracts/EntryPointGasEstimationOverride.sol/EntryPointGasEstimationOverride06.json +1 -0
- package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations07.json +1 -0
- package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations08.json +1 -0
- package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations09.json +1 -0
- package/esm/contracts/PimlicoSimulations.sol/PimlicoSimulations.json +1 -0
- package/esm/createConfig.d.ts +12 -4
- package/esm/createConfig.js +2 -0
- package/esm/createConfig.js.map +1 -1
- package/esm/executor/bundleManager.d.ts +111 -0
- package/esm/executor/bundleManager.js +354 -0
- package/esm/executor/bundleManager.js.map +1 -0
- package/esm/executor/executor.d.ts +18 -23
- package/esm/executor/executor.js +183 -119
- package/esm/executor/executor.js.map +1 -1
- package/esm/executor/executorManager.d.ts +39 -88
- package/esm/executor/executorManager.js +325 -550
- package/esm/executor/executorManager.js.map +1 -1
- package/esm/executor/filterOpsAndEstimateGas.d.ts +39 -0
- package/esm/executor/filterOpsAndEstimateGas.js +280 -0
- package/esm/executor/filterOpsAndEstimateGas.js.map +1 -0
- package/esm/executor/getBundleStatus.d.ts +25 -0
- package/esm/executor/getBundleStatus.js +35 -0
- package/esm/executor/getBundleStatus.js.map +1 -0
- package/esm/executor/index.d.ts +1 -0
- package/esm/executor/index.js +1 -0
- package/esm/executor/index.js.map +1 -1
- package/esm/executor/senderManager/createMemorySenderManager.d.ts +3 -3
- package/esm/executor/senderManager/createMemorySenderManager.js +14 -1
- package/esm/executor/senderManager/createMemorySenderManager.js.map +1 -1
- package/esm/executor/senderManager/createRedisSenderManager.d.ts +5 -4
- package/esm/executor/senderManager/createRedisSenderManager.js +4 -7
- package/esm/executor/senderManager/createRedisSenderManager.js.map +1 -1
- package/esm/executor/senderManager/flushOnStartUp.d.ts +3 -3
- package/esm/executor/senderManager/flushOnStartUp.js +4 -4
- package/esm/executor/senderManager/flushOnStartUp.js.map +1 -1
- package/esm/executor/senderManager/index.d.ts +4 -3
- package/esm/executor/senderManager/index.js +6 -2
- package/esm/executor/senderManager/index.js.map +1 -1
- package/esm/executor/senderManager/validateAndRefill.d.ts +4 -4
- package/esm/executor/senderManager/validateAndRefill.js +3 -3
- package/esm/executor/senderManager/validateAndRefill.js.map +1 -1
- package/esm/executor/utilityWalletMonitor.d.ts +5 -5
- package/esm/executor/utilityWalletMonitor.js +1 -1
- package/esm/executor/utilityWalletMonitor.js.map +1 -1
- package/esm/executor/utils.d.ts +14 -6
- package/esm/executor/utils.js +68 -37
- package/esm/executor/utils.js.map +1 -1
- package/esm/handlers/arbitrumGasPriceManager.d.ts +4 -3
- package/esm/handlers/arbitrumGasPriceManager.js +9 -5
- package/esm/handlers/arbitrumGasPriceManager.js.map +1 -1
- package/esm/handlers/eventManager.d.ts +19 -18
- package/esm/handlers/eventManager.js +81 -61
- package/esm/handlers/eventManager.js.map +1 -1
- package/esm/handlers/gasPriceManager.d.ts +12 -10
- package/esm/handlers/gasPriceManager.js +79 -125
- package/esm/handlers/gasPriceManager.js.map +1 -1
- package/esm/handlers/mantleGasPriceManager.d.ts +5 -5
- package/esm/handlers/mantleGasPriceManager.js +4 -4
- package/esm/handlers/mantleGasPriceManager.js.map +1 -1
- package/esm/handlers/optimismManager.d.ts +2 -2
- package/esm/handlers/optimismManager.js +1 -1
- package/esm/handlers/optimismManager.js.map +1 -1
- package/esm/mempool/index.d.ts +1 -1
- package/esm/mempool/index.js +1 -1
- package/esm/mempool/index.js.map +1 -1
- package/esm/mempool/mempool.d.ts +71 -33
- package/esm/mempool/mempool.js +231 -155
- package/esm/mempool/mempool.js.map +1 -1
- package/esm/mempool/reputationManager.d.ts +36 -36
- package/esm/mempool/reputationManager.js +93 -97
- package/esm/mempool/reputationManager.js.map +1 -1
- package/esm/mempool/statusManager.d.ts +20 -0
- package/esm/mempool/statusManager.js +143 -0
- package/esm/mempool/statusManager.js.map +1 -0
- package/esm/receiptCache/createMemoryReceiptCache.d.ts +3 -0
- package/esm/receiptCache/createMemoryReceiptCache.js +30 -0
- package/esm/receiptCache/createMemoryReceiptCache.js.map +1 -0
- package/esm/receiptCache/createRedisReceiptCache.d.ts +10 -0
- package/esm/receiptCache/createRedisReceiptCache.js +56 -0
- package/esm/receiptCache/createRedisReceiptCache.js.map +1 -0
- package/esm/receiptCache/index.d.ts +11 -0
- package/esm/receiptCache/index.js +21 -0
- package/esm/receiptCache/index.js.map +1 -0
- package/esm/rpc/createMethodHandler.d.ts +2 -2
- package/esm/rpc/createMethodHandler.js.map +1 -1
- package/esm/rpc/estimation/gasEstimationHandler.d.ts +15 -16
- package/esm/rpc/estimation/gasEstimationHandler.js +24 -24
- package/esm/rpc/estimation/gasEstimationHandler.js.map +1 -1
- package/esm/rpc/estimation/gasEstimations06.d.ts +18 -0
- package/esm/rpc/estimation/gasEstimations06.js +45 -0
- package/esm/rpc/estimation/gasEstimations06.js.map +1 -0
- package/esm/rpc/estimation/gasEstimations07.d.ts +63 -0
- package/esm/rpc/estimation/gasEstimations07.js +384 -0
- package/esm/rpc/estimation/gasEstimations07.js.map +1 -0
- package/esm/rpc/estimation/preVerificationGasCalculator.d.ts +56 -0
- package/esm/rpc/estimation/preVerificationGasCalculator.js +467 -0
- package/esm/rpc/estimation/preVerificationGasCalculator.js.map +1 -0
- package/esm/rpc/estimation/types.d.ts +25 -111
- package/esm/rpc/estimation/types.js +5 -121
- package/esm/rpc/estimation/types.js.map +1 -1
- package/esm/rpc/estimation/utils.d.ts +69 -0
- package/esm/rpc/estimation/utils.js +240 -0
- package/esm/rpc/estimation/utils.js.map +1 -0
- package/{lib/rpc/methods/pimlico_sendUserOperationNow.d.ts → esm/rpc/methods/boost_sendUserOperation.d.ts} +299 -385
- package/esm/rpc/methods/boost_sendUserOperation.js +57 -0
- package/esm/rpc/methods/boost_sendUserOperation.js.map +1 -0
- package/esm/rpc/methods/debug_bundler_clearReputation.js +2 -2
- package/esm/rpc/methods/debug_bundler_clearReputation.js.map +1 -1
- package/esm/rpc/methods/debug_bundler_clearState.js +2 -2
- package/esm/rpc/methods/debug_bundler_clearState.js.map +1 -1
- package/esm/rpc/methods/debug_bundler_dumpMempool.d.ts +338 -0
- package/esm/rpc/methods/debug_bundler_dumpMempool.js +1 -1
- package/esm/rpc/methods/debug_bundler_dumpMempool.js.map +1 -1
- package/esm/rpc/methods/debug_bundler_dumpReputation.js +2 -2
- package/esm/rpc/methods/debug_bundler_dumpReputation.js.map +1 -1
- package/esm/rpc/methods/debug_bundler_getStakeStatus.js +1 -2
- package/esm/rpc/methods/debug_bundler_getStakeStatus.js.map +1 -1
- package/esm/rpc/methods/debug_bundler_sendBundleNow.js +10 -2
- package/esm/rpc/methods/debug_bundler_sendBundleNow.js.map +1 -1
- package/esm/rpc/methods/debug_bundler_setBundlingMode.js +1 -1
- package/esm/rpc/methods/debug_bundler_setBundlingMode.js.map +1 -1
- package/esm/rpc/methods/debug_bundler_setReputation.js +1 -1
- package/esm/rpc/methods/debug_bundler_setReputation.js.map +1 -1
- package/esm/rpc/methods/eth_chainId.js +1 -1
- package/esm/rpc/methods/eth_chainId.js.map +1 -1
- package/esm/rpc/methods/eth_estimateUserOperationGas.d.ts +910 -301
- package/esm/rpc/methods/eth_estimateUserOperationGas.js +228 -12
- package/esm/rpc/methods/eth_estimateUserOperationGas.js.map +1 -1
- package/esm/rpc/methods/eth_getUserOperationByHash.d.ts +621 -11
- package/esm/rpc/methods/eth_getUserOperationByHash.js +8 -8
- package/esm/rpc/methods/eth_getUserOperationByHash.js.map +1 -1
- package/esm/rpc/methods/eth_getUserOperationReceipt.d.ts +26 -26
- package/esm/rpc/methods/eth_getUserOperationReceipt.js +10 -4
- package/esm/rpc/methods/eth_getUserOperationReceipt.js.map +1 -1
- package/esm/rpc/methods/eth_sendUserOperation.d.ts +319 -2
- package/esm/rpc/methods/eth_sendUserOperation.js +223 -20
- package/esm/rpc/methods/eth_sendUserOperation.js.map +1 -1
- package/esm/rpc/methods/eth_supportedEntryPoints.js +1 -1
- package/esm/rpc/methods/eth_supportedEntryPoints.js.map +1 -1
- package/esm/rpc/methods/index.js +11 -6
- package/esm/rpc/methods/index.js.map +1 -1
- package/esm/rpc/methods/pimlico_getUserOperationGasPrice.js +1 -1
- package/esm/rpc/methods/pimlico_getUserOperationGasPrice.js.map +1 -1
- package/esm/rpc/methods/pimlico_getUserOperationStatus.d.ts +6 -6
- package/esm/rpc/methods/pimlico_getUserOperationStatus.js +3 -3
- package/esm/rpc/methods/pimlico_getUserOperationStatus.js.map +1 -1
- package/esm/rpc/methods/pimlico_sendUserOperationNow.d.ts +330 -26
- package/esm/rpc/methods/pimlico_sendUserOperationNow.js +27 -24
- package/esm/rpc/methods/pimlico_sendUserOperationNow.js.map +1 -1
- package/{lib/rpc/methods/eth_estimateUserOperationGas.d.ts → esm/rpc/methods/pimlico_simulateAssetChange.d.ts} +891 -333
- package/esm/rpc/methods/pimlico_simulateAssetChange.js +113 -0
- package/esm/rpc/methods/pimlico_simulateAssetChange.js.map +1 -0
- package/esm/rpc/rpcHandler.d.ts +30 -54
- package/esm/rpc/rpcHandler.js +137 -315
- package/esm/rpc/rpcHandler.js.map +1 -1
- package/esm/rpc/server.d.ts +5 -5
- package/esm/rpc/server.js +15 -11
- package/esm/rpc/server.js.map +1 -1
- package/esm/rpc/validation/BundlerCollectorTracerV06.js +2 -2
- package/esm/rpc/validation/BundlerCollectorTracerV06.js.map +1 -1
- package/esm/rpc/validation/BundlerCollectorTracerV07.js +1 -1
- package/esm/rpc/validation/BundlerCollectorTracerV07.js.map +1 -1
- package/esm/rpc/validation/SafeValidator.d.ts +20 -22
- package/esm/rpc/validation/SafeValidator.js +87 -100
- package/esm/rpc/validation/SafeValidator.js.map +1 -1
- package/esm/rpc/validation/TracerResultParserV06.d.ts +3 -3
- package/esm/rpc/validation/TracerResultParserV06.js +19 -19
- package/esm/rpc/validation/TracerResultParserV06.js.map +1 -1
- package/esm/rpc/validation/TracerResultParserV07.d.ts +3 -3
- package/esm/rpc/validation/TracerResultParserV07.js +25 -25
- package/esm/rpc/validation/TracerResultParserV07.js.map +1 -1
- package/esm/rpc/validation/UnsafeValidator.d.ts +32 -33
- package/esm/rpc/validation/UnsafeValidator.js +117 -101
- package/esm/rpc/validation/UnsafeValidator.js.map +1 -1
- package/esm/rpc/validation/tracer.d.ts +1 -1
- package/esm/store/createMempoolStore.d.ts +3 -3
- package/esm/store/createMempoolStore.js +100 -113
- package/esm/store/createMempoolStore.js.map +1 -1
- package/esm/store/index.d.ts +4 -80
- package/esm/store/index.js +4 -1
- package/esm/store/index.js.map +1 -1
- package/esm/store/outstanding/index.d.ts +13 -0
- package/esm/store/outstanding/index.js +16 -0
- package/esm/store/outstanding/index.js.map +1 -0
- package/esm/store/outstanding/memory.d.ts +29 -0
- package/esm/store/outstanding/memory.js +263 -0
- package/esm/store/outstanding/memory.js.map +1 -0
- package/esm/store/outstanding/redis.d.ts +11 -0
- package/esm/store/outstanding/redis.js +229 -0
- package/esm/store/outstanding/redis.js.map +1 -0
- package/esm/store/outstanding/types.d.ts +19 -0
- package/esm/store/outstanding/types.js +2 -0
- package/esm/store/outstanding/types.js.map +1 -0
- package/esm/store/processing/index.d.ts +11 -0
- package/esm/store/processing/index.js +17 -0
- package/esm/store/processing/index.js.map +1 -0
- package/esm/store/processing/memory.d.ts +16 -0
- package/esm/store/processing/memory.js +58 -0
- package/esm/store/processing/memory.js.map +1 -0
- package/esm/store/processing/redis.d.ts +23 -0
- package/esm/store/processing/redis.js +85 -0
- package/esm/store/processing/redis.js.map +1 -0
- package/esm/store/processing/types.d.ts +10 -0
- package/esm/store/processing/types.js +2 -0
- package/esm/store/processing/types.js.map +1 -0
- package/esm/store/types.d.ts +50 -0
- package/esm/store/types.js +2 -0
- package/esm/store/types.js.map +1 -0
- package/esm/types/contracts/PimlicoSimulations.d.ts +1661 -0
- package/esm/types/contracts/{EntryPointSimulationsV7.js → PimlicoSimulations.js} +1104 -1788
- package/esm/types/contracts/PimlicoSimulations.js.map +1 -0
- package/esm/types/contracts/index.d.ts +1 -3
- package/esm/types/contracts/index.js +1 -3
- package/esm/types/contracts/index.js.map +1 -1
- package/esm/types/gasPrice.js +0 -18
- package/esm/types/gasPrice.js.map +1 -1
- package/esm/types/interfaces.d.ts +26 -26
- package/esm/types/mempool.d.ts +14 -28
- package/esm/types/mempool.js +1 -7
- package/esm/types/mempool.js.map +1 -1
- package/esm/types/schemas.d.ts +26347 -10767
- package/esm/types/schemas.js +202 -38
- package/esm/types/schemas.js.map +1 -1
- package/esm/types/utils.d.ts +2 -5
- package/esm/types/utils.js +16 -18
- package/esm/types/utils.js.map +1 -1
- package/esm/types/validation.d.ts +9447 -8727
- package/esm/types/validation.js +123 -161
- package/esm/types/validation.js.map +1 -1
- package/esm/utils/asyncTimeout.d.ts +5 -0
- package/esm/utils/asyncTimeout.js +23 -0
- package/esm/utils/asyncTimeout.js.map +1 -0
- package/esm/utils/bigInt.d.ts +9 -0
- package/esm/utils/bigInt.js +19 -2
- package/esm/utils/bigInt.js.map +1 -1
- package/esm/utils/eip7702.d.ts +4 -3
- package/esm/utils/eip7702.js +16 -7
- package/esm/utils/eip7702.js.map +1 -1
- package/esm/utils/entryPointOverrides.d.ts +12 -0
- package/esm/utils/entryPointOverrides.js +71 -0
- package/esm/utils/entryPointOverrides.js.map +1 -0
- package/esm/utils/helpers.d.ts +5 -3
- package/esm/utils/helpers.js +36 -13
- package/esm/utils/helpers.js.map +1 -1
- package/esm/utils/index.d.ts +2 -2
- package/esm/utils/index.js +1 -1
- package/esm/utils/index.js.map +1 -1
- package/esm/utils/metrics.d.ts +11 -9
- package/esm/utils/metrics.js +44 -25
- package/esm/utils/metrics.js.map +1 -1
- package/esm/utils/minMaxQueue/createMemoryMinMaxQueue.d.ts +2 -2
- package/esm/utils/minMaxQueue/createMemoryMinMaxQueue.js +2 -2
- package/esm/utils/minMaxQueue/createMemoryMinMaxQueue.js.map +1 -1
- package/esm/utils/minMaxQueue/createRedisMinMaxQueue.d.ts +26 -4
- package/esm/utils/minMaxQueue/createRedisMinMaxQueue.js +111 -71
- package/esm/utils/minMaxQueue/createRedisMinMaxQueue.js.map +1 -1
- package/esm/utils/minMaxQueue/index.d.ts +3 -3
- package/esm/utils/minMaxQueue/index.js +4 -3
- package/esm/utils/minMaxQueue/index.js.map +1 -1
- package/esm/utils/rpc-reply.d.ts +3 -3
- package/esm/utils/rpc-reply.js.map +1 -1
- package/esm/utils/toViemStateOverrides.d.ts +4 -0
- package/esm/utils/toViemStateOverrides.js +44 -0
- package/esm/utils/toViemStateOverrides.js.map +1 -0
- package/esm/utils/userop.d.ts +89 -87
- package/esm/utils/userop.js +207 -439
- package/esm/utils/userop.js.map +1 -1
- package/package.json +12 -7
- package/esm/executor/fastlane.d.ts +0 -9
- package/esm/executor/fastlane.js +0 -37
- package/esm/executor/fastlane.js.map +0 -1
- package/esm/executor/filterOpsAndEStimateGas.d.ts +0 -29
- package/esm/executor/filterOpsAndEStimateGas.js +0 -198
- package/esm/executor/filterOpsAndEStimateGas.js.map +0 -1
- package/esm/mempool/monitoring.d.ts +0 -14
- package/esm/mempool/monitoring.js +0 -97
- package/esm/mempool/monitoring.js.map +0 -1
- package/esm/rpc/estimation/gasEstimationsV06.d.ts +0 -19
- package/esm/rpc/estimation/gasEstimationsV06.js +0 -144
- package/esm/rpc/estimation/gasEstimationsV06.js.map +0 -1
- package/esm/rpc/estimation/gasEstimationsV07.d.ts +0 -101
- package/esm/rpc/estimation/gasEstimationsV07.js +0 -721
- package/esm/rpc/estimation/gasEstimationsV07.js.map +0 -1
- package/esm/store/createMemoryOutstandingStore.d.ts +0 -28
- package/esm/store/createMemoryOutstandingStore.js +0 -231
- package/esm/store/createMemoryOutstandingStore.js.map +0 -1
- package/esm/store/createRedisOutstandingStore.d.ts +0 -27
- package/esm/store/createRedisOutstandingStore.js +0 -344
- package/esm/store/createRedisOutstandingStore.js.map +0 -1
- package/esm/store/createRedisStore.d.ts +0 -9
- package/esm/store/createRedisStore.js +0 -131
- package/esm/store/createRedisStore.js.map +0 -1
- package/esm/store/createStore.d.ts +0 -6
- package/esm/store/createStore.js +0 -66
- package/esm/store/createStore.js.map +0 -1
- package/esm/types/contracts/EntryPointSimulationsV6.d.ts +0 -34
- package/esm/types/contracts/EntryPointSimulationsV6.js +0 -48
- package/esm/types/contracts/EntryPointSimulationsV6.js.map +0 -1
- package/esm/types/contracts/EntryPointSimulationsV7.d.ts +0 -2193
- package/esm/types/contracts/EntryPointSimulationsV7.js.map +0 -1
- package/esm/types/contracts/PimlicoEntryPointSimulations.d.ts +0 -26
- package/esm/types/contracts/PimlicoEntryPointSimulations.js +0 -38
- package/esm/types/contracts/PimlicoEntryPointSimulations.js.map +0 -1
- package/esm/utils/validation.d.ts +0 -76
- package/esm/utils/validation.js +0 -484
- package/esm/utils/validation.js.map +0 -1
- package/lib/cli/alto.d.ts +0 -7
- package/lib/cli/alto.js +0 -141
- package/lib/cli/alto.js.map +0 -1
- package/lib/cli/config/bundler.d.ts +0 -2836
- package/lib/cli/config/bundler.js +0 -222
- package/lib/cli/config/bundler.js.map +0 -1
- package/lib/cli/config/index.d.ts +0 -3
- package/lib/cli/config/index.js +0 -19
- package/lib/cli/config/index.js.map +0 -1
- package/lib/cli/config/options.d.ts +0 -13
- package/lib/cli/config/options.js +0 -553
- package/lib/cli/config/options.js.map +0 -1
- package/lib/cli/customTransport.d.ts +0 -14
- package/lib/cli/customTransport.js +0 -94
- package/lib/cli/customTransport.js.map +0 -1
- package/lib/cli/deploySimulationsContract.d.ts +0 -13
- package/lib/cli/deploySimulationsContract.js +0 -112
- package/lib/cli/deploySimulationsContract.js.map +0 -1
- package/lib/cli/handler.d.ts +0 -3
- package/lib/cli/handler.js +0 -157
- package/lib/cli/handler.js.map +0 -1
- package/lib/cli/index.d.ts +0 -4
- package/lib/cli/index.js +0 -20
- package/lib/cli/index.js.map +0 -1
- package/lib/cli/instrumentation.d.ts +0 -2
- package/lib/cli/instrumentation.js +0 -47
- package/lib/cli/instrumentation.js.map +0 -1
- package/lib/cli/parseArgs.d.ts +0 -8
- package/lib/cli/parseArgs.js +0 -25
- package/lib/cli/parseArgs.js.map +0 -1
- package/lib/cli/setupServer.d.ts +0 -13
- package/lib/cli/setupServer.js +0 -266
- package/lib/cli/setupServer.js.map +0 -1
- package/lib/cli/util.d.ts +0 -22
- package/lib/cli/util.js +0 -34
- package/lib/cli/util.js.map +0 -1
- package/lib/createConfig.d.ts +0 -16
- package/lib/createConfig.js +0 -13
- package/lib/createConfig.js.map +0 -1
- package/lib/executor/executor.d.ts +0 -65
- package/lib/executor/executor.js +0 -285
- package/lib/executor/executor.js.map +0 -1
- package/lib/executor/executorManager.d.ts +0 -107
- package/lib/executor/executorManager.js +0 -682
- package/lib/executor/executorManager.js.map +0 -1
- package/lib/executor/fastlane.d.ts +0 -9
- package/lib/executor/fastlane.js +0 -41
- package/lib/executor/fastlane.js.map +0 -1
- package/lib/executor/filterOpsAndEStimateGas.d.ts +0 -29
- package/lib/executor/filterOpsAndEStimateGas.js +0 -225
- package/lib/executor/filterOpsAndEStimateGas.js.map +0 -1
- package/lib/executor/index.d.ts +0 -5
- package/lib/executor/index.js +0 -21
- package/lib/executor/index.js.map +0 -1
- package/lib/executor/senderManager/createMemorySenderManager.d.ts +0 -8
- package/lib/executor/senderManager/createMemorySenderManager.js +0 -45
- package/lib/executor/senderManager/createMemorySenderManager.js.map +0 -1
- package/lib/executor/senderManager/createRedisSenderManager.d.ts +0 -8
- package/lib/executor/senderManager/createRedisSenderManager.js +0 -85
- package/lib/executor/senderManager/createRedisSenderManager.js.map +0 -1
- package/lib/executor/senderManager/flushOnStartUp.d.ts +0 -9
- package/lib/executor/senderManager/flushOnStartUp.js +0 -37
- package/lib/executor/senderManager/flushOnStartUp.js.map +0 -1
- package/lib/executor/senderManager/index.d.ts +0 -15
- package/lib/executor/senderManager/index.js +0 -25
- package/lib/executor/senderManager/index.js.map +0 -1
- package/lib/executor/senderManager/validateAndRefill.d.ts +0 -11
- package/lib/executor/senderManager/validateAndRefill.js +0 -115
- package/lib/executor/senderManager/validateAndRefill.js.map +0 -1
- package/lib/executor/utilityWalletMonitor.d.ts +0 -19
- package/lib/executor/utilityWalletMonitor.js +0 -42
- package/lib/executor/utilityWalletMonitor.js.map +0 -1
- package/lib/executor/utils.d.ts +0 -31
- package/lib/executor/utils.js +0 -170
- package/lib/executor/utils.js.map +0 -1
- package/lib/handlers/arbitrumGasPriceManager.d.ts +0 -14
- package/lib/handlers/arbitrumGasPriceManager.js +0 -39
- package/lib/handlers/arbitrumGasPriceManager.js.map +0 -1
- package/lib/handlers/eventManager.d.ts +0 -28
- package/lib/handlers/eventManager.js +0 -207
- package/lib/handlers/eventManager.js.map +0 -1
- package/lib/handlers/gasPriceManager.d.ts +0 -36
- package/lib/handlers/gasPriceManager.js +0 -423
- package/lib/handlers/gasPriceManager.js.map +0 -1
- package/lib/handlers/index.d.ts +0 -3
- package/lib/handlers/index.js +0 -19
- package/lib/handlers/index.js.map +0 -1
- package/lib/handlers/mantleGasPriceManager.d.ts +0 -23
- package/lib/handlers/mantleGasPriceManager.js +0 -44
- package/lib/handlers/mantleGasPriceManager.js.map +0 -1
- package/lib/handlers/optimismManager.d.ts +0 -10
- package/lib/handlers/optimismManager.js +0 -21
- package/lib/handlers/optimismManager.js.map +0 -1
- package/lib/index.d.ts +0 -2
- package/lib/index.js +0 -4
- package/lib/index.js.map +0 -1
- package/lib/mempool/index.d.ts +0 -4
- package/lib/mempool/index.js +0 -20
- package/lib/mempool/index.js.map +0 -1
- package/lib/mempool/mempool.d.ts +0 -191
- package/lib/mempool/mempool.js +0 -498
- package/lib/mempool/mempool.js.map +0 -1
- package/lib/mempool/monitoring.d.ts +0 -14
- package/lib/mempool/monitoring.js +0 -101
- package/lib/mempool/monitoring.js.map +0 -1
- package/lib/mempool/reputationManager.d.ts +0 -121
- package/lib/mempool/reputationManager.js +0 -472
- package/lib/mempool/reputationManager.js.map +0 -1
- package/lib/rpc/createMethodHandler.d.ts +0 -31
- package/lib/rpc/createMethodHandler.js +0 -34
- package/lib/rpc/createMethodHandler.js.map +0 -1
- package/lib/rpc/estimation/gasEstimationHandler.d.ts +0 -30
- package/lib/rpc/estimation/gasEstimationHandler.js +0 -50
- package/lib/rpc/estimation/gasEstimationHandler.js.map +0 -1
- package/lib/rpc/estimation/gasEstimationsV06.d.ts +0 -19
- package/lib/rpc/estimation/gasEstimationsV06.js +0 -148
- package/lib/rpc/estimation/gasEstimationsV06.js.map +0 -1
- package/lib/rpc/estimation/gasEstimationsV07.d.ts +0 -101
- package/lib/rpc/estimation/gasEstimationsV07.js +0 -727
- package/lib/rpc/estimation/gasEstimationsV07.js.map +0 -1
- package/lib/rpc/estimation/types.d.ts +0 -120
- package/lib/rpc/estimation/types.js +0 -125
- package/lib/rpc/estimation/types.js.map +0 -1
- package/lib/rpc/index.d.ts +0 -4
- package/lib/rpc/index.js +0 -20
- package/lib/rpc/index.js.map +0 -1
- package/lib/rpc/methods/debug_bundler_clearReputation.d.ts +0 -22
- package/lib/rpc/methods/debug_bundler_clearReputation.js +0 -15
- package/lib/rpc/methods/debug_bundler_clearReputation.js.map +0 -1
- package/lib/rpc/methods/debug_bundler_clearState.d.ts +0 -22
- package/lib/rpc/methods/debug_bundler_clearState.js +0 -16
- package/lib/rpc/methods/debug_bundler_clearState.js.map +0 -1
- package/lib/rpc/methods/debug_bundler_dumpMempool.d.ts +0 -973
- package/lib/rpc/methods/debug_bundler_dumpMempool.js +0 -16
- package/lib/rpc/methods/debug_bundler_dumpMempool.js.map +0 -1
- package/lib/rpc/methods/debug_bundler_dumpReputation.d.ts +0 -57
- package/lib/rpc/methods/debug_bundler_dumpReputation.js +0 -16
- package/lib/rpc/methods/debug_bundler_dumpReputation.js.map +0 -1
- package/lib/rpc/methods/debug_bundler_getStakeStatus.d.ts +0 -79
- package/lib/rpc/methods/debug_bundler_getStakeStatus.js +0 -25
- package/lib/rpc/methods/debug_bundler_getStakeStatus.js.map +0 -1
- package/lib/rpc/methods/debug_bundler_sendBundleNow.d.ts +0 -22
- package/lib/rpc/methods/debug_bundler_sendBundleNow.js +0 -15
- package/lib/rpc/methods/debug_bundler_sendBundleNow.js.map +0 -1
- package/lib/rpc/methods/debug_bundler_setBundlingMode.d.ts +0 -22
- package/lib/rpc/methods/debug_bundler_setBundlingMode.js +0 -16
- package/lib/rpc/methods/debug_bundler_setBundlingMode.js.map +0 -1
- package/lib/rpc/methods/debug_bundler_setReputation.d.ts +0 -46
- package/lib/rpc/methods/debug_bundler_setReputation.js +0 -16
- package/lib/rpc/methods/debug_bundler_setReputation.js.map +0 -1
- package/lib/rpc/methods/eth_chainId.d.ts +0 -22
- package/lib/rpc/methods/eth_chainId.js +0 -13
- package/lib/rpc/methods/eth_chainId.js.map +0 -1
- package/lib/rpc/methods/eth_estimateUserOperationGas.js +0 -26
- package/lib/rpc/methods/eth_estimateUserOperationGas.js.map +0 -1
- package/lib/rpc/methods/eth_getUserOperationByHash.d.ts +0 -1775
- package/lib/rpc/methods/eth_getUserOperationByHash.js +0 -101
- package/lib/rpc/methods/eth_getUserOperationByHash.js.map +0 -1
- package/lib/rpc/methods/eth_getUserOperationReceipt.d.ts +0 -412
- package/lib/rpc/methods/eth_getUserOperationReceipt.js +0 -14
- package/lib/rpc/methods/eth_getUserOperationReceipt.js.map +0 -1
- package/lib/rpc/methods/eth_sendUserOperation.d.ts +0 -878
- package/lib/rpc/methods/eth_sendUserOperation.js +0 -44
- package/lib/rpc/methods/eth_sendUserOperation.js.map +0 -1
- package/lib/rpc/methods/eth_supportedEntryPoints.d.ts +0 -22
- package/lib/rpc/methods/eth_supportedEntryPoints.js +0 -13
- package/lib/rpc/methods/eth_supportedEntryPoints.js.map +0 -1
- package/lib/rpc/methods/index.d.ts +0 -3
- package/lib/rpc/methods/index.js +0 -44
- package/lib/rpc/methods/index.js.map +0 -1
- package/lib/rpc/methods/pimlico_getUserOperationGasPrice.d.ts +0 -131
- package/lib/rpc/methods/pimlico_getUserOperationGasPrice.js +0 -33
- package/lib/rpc/methods/pimlico_getUserOperationGasPrice.js.map +0 -1
- package/lib/rpc/methods/pimlico_getUserOperationStatus.d.ts +0 -43
- package/lib/rpc/methods/pimlico_getUserOperationStatus.js +0 -14
- package/lib/rpc/methods/pimlico_getUserOperationStatus.js.map +0 -1
- package/lib/rpc/methods/pimlico_sendUserOperationNow.js +0 -53
- package/lib/rpc/methods/pimlico_sendUserOperationNow.js.map +0 -1
- package/lib/rpc/rpcHandler.d.ts +0 -75
- package/lib/rpc/rpcHandler.js +0 -408
- package/lib/rpc/rpcHandler.js.map +0 -1
- package/lib/rpc/server.d.ts +0 -26
- package/lib/rpc/server.js +0 -283
- package/lib/rpc/server.js.map +0 -1
- package/lib/rpc/validation/BundlerCollectorTracerV06.d.ts +0 -102
- package/lib/rpc/validation/BundlerCollectorTracerV06.js +0 -262
- package/lib/rpc/validation/BundlerCollectorTracerV06.js.map +0 -1
- package/lib/rpc/validation/BundlerCollectorTracerV07.d.ts +0 -102
- package/lib/rpc/validation/BundlerCollectorTracerV07.js +0 -261
- package/lib/rpc/validation/BundlerCollectorTracerV07.js.map +0 -1
- package/lib/rpc/validation/SafeValidator.d.ts +0 -52
- package/lib/rpc/validation/SafeValidator.js +0 -350
- package/lib/rpc/validation/SafeValidator.js.map +0 -1
- package/lib/rpc/validation/TracerResultParserV06.d.ts +0 -13
- package/lib/rpc/validation/TracerResultParserV06.js +0 -582
- package/lib/rpc/validation/TracerResultParserV06.js.map +0 -1
- package/lib/rpc/validation/TracerResultParserV07.d.ts +0 -33
- package/lib/rpc/validation/TracerResultParserV07.js +0 -599
- package/lib/rpc/validation/TracerResultParserV07.js.map +0 -1
- package/lib/rpc/validation/UnsafeValidator.d.ts +0 -98
- package/lib/rpc/validation/UnsafeValidator.js +0 -326
- package/lib/rpc/validation/UnsafeValidator.js.map +0 -1
- package/lib/rpc/validation/index.d.ts +0 -3
- package/lib/rpc/validation/index.js +0 -19
- package/lib/rpc/validation/index.js.map +0 -1
- package/lib/rpc/validation/tracer.d.ts +0 -125
- package/lib/rpc/validation/tracer.js +0 -112
- package/lib/rpc/validation/tracer.js.map +0 -1
- package/lib/store/createMemoryOutstandingStore.d.ts +0 -28
- package/lib/store/createMemoryOutstandingStore.js +0 -236
- package/lib/store/createMemoryOutstandingStore.js.map +0 -1
- package/lib/store/createMempoolStore.d.ts +0 -8
- package/lib/store/createMempoolStore.js +0 -199
- package/lib/store/createMempoolStore.js.map +0 -1
- package/lib/store/createRedisOutstandingStore.d.ts +0 -27
- package/lib/store/createRedisOutstandingStore.js +0 -349
- package/lib/store/createRedisOutstandingStore.js.map +0 -1
- package/lib/store/createRedisStore.d.ts +0 -9
- package/lib/store/createRedisStore.js +0 -138
- package/lib/store/createRedisStore.js.map +0 -1
- package/lib/store/createStore.d.ts +0 -6
- package/lib/store/createStore.js +0 -70
- package/lib/store/createStore.js.map +0 -1
- package/lib/store/index.d.ts +0 -81
- package/lib/store/index.js +0 -6
- package/lib/store/index.js.map +0 -1
- package/lib/types/contracts/ArbitrumL1FeeAbi.d.ts +0 -32
- package/lib/types/contracts/ArbitrumL1FeeAbi.js +0 -45
- package/lib/types/contracts/ArbitrumL1FeeAbi.js.map +0 -1
- package/lib/types/contracts/CallEngine.d.ts +0 -28
- package/lib/types/contracts/CallEngine.js +0 -40
- package/lib/types/contracts/CallEngine.js.map +0 -1
- package/lib/types/contracts/CodeHashGetter.d.ts +0 -37
- package/lib/types/contracts/CodeHashGetter.js +0 -48
- package/lib/types/contracts/CodeHashGetter.js.map +0 -1
- package/lib/types/contracts/EntryPoint.d.ts +0 -1789
- package/lib/types/contracts/EntryPoint.js +0 -2307
- package/lib/types/contracts/EntryPoint.js.map +0 -1
- package/lib/types/contracts/EntryPointSimulationsV6.d.ts +0 -34
- package/lib/types/contracts/EntryPointSimulationsV6.js +0 -51
- package/lib/types/contracts/EntryPointSimulationsV6.js.map +0 -1
- package/lib/types/contracts/EntryPointSimulationsV7.d.ts +0 -2193
- package/lib/types/contracts/EntryPointSimulationsV7.js +0 -2828
- package/lib/types/contracts/EntryPointSimulationsV7.js.map +0 -1
- package/lib/types/contracts/IAccountExecute.d.ts +0 -53
- package/lib/types/contracts/IAccountExecute.js +0 -71
- package/lib/types/contracts/IAccountExecute.js.map +0 -1
- package/lib/types/contracts/IPaymaster.d.ts +0 -3
- package/lib/types/contracts/IPaymaster.js +0 -120
- package/lib/types/contracts/IPaymaster.js.map +0 -1
- package/lib/types/contracts/MantleBvmGasPriceOracle.d.ts +0 -219
- package/lib/types/contracts/MantleBvmGasPriceOracle.js +0 -180
- package/lib/types/contracts/MantleBvmGasPriceOracle.js.map +0 -1
- package/lib/types/contracts/OpL1FeeAbi.d.ts +0 -114
- package/lib/types/contracts/OpL1FeeAbi.js +0 -77
- package/lib/types/contracts/OpL1FeeAbi.js.map +0 -1
- package/lib/types/contracts/PimlicoEntryPointSimulations.d.ts +0 -26
- package/lib/types/contracts/PimlicoEntryPointSimulations.js +0 -41
- package/lib/types/contracts/PimlicoEntryPointSimulations.js.map +0 -1
- package/lib/types/contracts/SenderCreator.d.ts +0 -4
- package/lib/types/contracts/SenderCreator.js +0 -26
- package/lib/types/contracts/SenderCreator.js.map +0 -1
- package/lib/types/contracts/SimpleAccountFactory.d.ts +0 -57
- package/lib/types/contracts/SimpleAccountFactory.js +0 -79
- package/lib/types/contracts/SimpleAccountFactory.js.map +0 -1
- package/lib/types/contracts/TestOpcodesAccount.d.ts +0 -4
- package/lib/types/contracts/TestOpcodesAccount.js +0 -284
- package/lib/types/contracts/TestOpcodesAccount.js.map +0 -1
- package/lib/types/contracts/TestOpcodesAccountFactory.d.ts +0 -4
- package/lib/types/contracts/TestOpcodesAccountFactory.js +0 -26
- package/lib/types/contracts/TestOpcodesAccountFactory.js.map +0 -1
- package/lib/types/contracts/TestStorageAccount.d.ts +0 -4
- package/lib/types/contracts/TestStorageAccount.js +0 -316
- package/lib/types/contracts/TestStorageAccount.js.map +0 -1
- package/lib/types/contracts/index.d.ts +0 -17
- package/lib/types/contracts/index.js +0 -33
- package/lib/types/contracts/index.js.map +0 -1
- package/lib/types/gasPrice.d.ts +0 -110
- package/lib/types/gasPrice.js +0 -55
- package/lib/types/gasPrice.js.map +0 -1
- package/lib/types/index.d.ts +0 -11
- package/lib/types/index.js +0 -27
- package/lib/types/index.js.map +0 -1
- package/lib/types/interfaces.d.ts +0 -59
- package/lib/types/interfaces.js +0 -3
- package/lib/types/interfaces.js.map +0 -1
- package/lib/types/mempool.d.ts +0 -60
- package/lib/types/mempool.js +0 -11
- package/lib/types/mempool.js.map +0 -1
- package/lib/types/schemas.d.ts +0 -20779
- package/lib/types/schemas.js +0 -638
- package/lib/types/schemas.js.map +0 -1
- package/lib/types/utils.d.ts +0 -25
- package/lib/types/utils.js +0 -35
- package/lib/types/utils.js.map +0 -1
- package/lib/types/validation.d.ts +0 -14327
- package/lib/types/validation.js +0 -312
- package/lib/types/validation.js.map +0 -1
- package/lib/utils/bigInt.d.ts +0 -4
- package/lib/utils/bigInt.js +0 -19
- package/lib/utils/bigInt.js.map +0 -1
- package/lib/utils/eip7702.d.ts +0 -4
- package/lib/utils/eip7702.js +0 -21
- package/lib/utils/eip7702.js.map +0 -1
- package/lib/utils/fastify-rpc-decorators.d.ts +0 -19
- package/lib/utils/fastify-rpc-decorators.js +0 -23
- package/lib/utils/fastify-rpc-decorators.js.map +0 -1
- package/lib/utils/helpers.d.ts +0 -15
- package/lib/utils/helpers.js +0 -59
- package/lib/utils/helpers.js.map +0 -1
- package/lib/utils/index.d.ts +0 -8
- package/lib/utils/index.js +0 -23
- package/lib/utils/index.js.map +0 -1
- package/lib/utils/logger.d.ts +0 -6
- package/lib/utils/logger.js +0 -85
- package/lib/utils/logger.js.map +0 -1
- package/lib/utils/metrics.d.ts +0 -28
- package/lib/utils/metrics.js +0 -192
- package/lib/utils/metrics.js.map +0 -1
- package/lib/utils/minMaxQueue/createMemoryMinMaxQueue.d.ts +0 -6
- package/lib/utils/minMaxQueue/createMemoryMinMaxQueue.js +0 -57
- package/lib/utils/minMaxQueue/createMemoryMinMaxQueue.js.map +0 -1
- package/lib/utils/minMaxQueue/createRedisMinMaxQueue.d.ts +0 -7
- package/lib/utils/minMaxQueue/createRedisMinMaxQueue.js +0 -105
- package/lib/utils/minMaxQueue/createRedisMinMaxQueue.js.map +0 -1
- package/lib/utils/minMaxQueue/index.d.ts +0 -12
- package/lib/utils/minMaxQueue/index.js +0 -16
- package/lib/utils/minMaxQueue/index.js.map +0 -1
- package/lib/utils/rpc-reply.d.ts +0 -16
- package/lib/utils/rpc-reply.js +0 -41
- package/lib/utils/rpc-reply.js.map +0 -1
- package/lib/utils/userop.d.ts +0 -138
- package/lib/utils/userop.js +0 -620
- package/lib/utils/userop.js.map +0 -1
- package/lib/utils/validation.d.ts +0 -76
- package/lib/utils/validation.js +0 -500
- package/lib/utils/validation.js.map +0 -1
|
@@ -0,0 +1,1661 @@
|
|
|
1
|
+
export declare const pimlicoSimulationsAbi: readonly [{
|
|
2
|
+
readonly type: "constructor";
|
|
3
|
+
readonly inputs: readonly [];
|
|
4
|
+
readonly stateMutability: "nonpayable";
|
|
5
|
+
}, {
|
|
6
|
+
readonly type: "function";
|
|
7
|
+
readonly name: "binarySearchCallGas";
|
|
8
|
+
readonly inputs: readonly [{
|
|
9
|
+
readonly name: "entryPointSimulation";
|
|
10
|
+
readonly type: "address";
|
|
11
|
+
readonly internalType: "address";
|
|
12
|
+
}, {
|
|
13
|
+
readonly name: "entryPoint";
|
|
14
|
+
readonly type: "address";
|
|
15
|
+
readonly internalType: "address";
|
|
16
|
+
}, {
|
|
17
|
+
readonly name: "queuedUserOps";
|
|
18
|
+
readonly type: "tuple[]";
|
|
19
|
+
readonly internalType: "struct PackedUserOperation[]";
|
|
20
|
+
readonly components: readonly [{
|
|
21
|
+
readonly name: "sender";
|
|
22
|
+
readonly type: "address";
|
|
23
|
+
readonly internalType: "address";
|
|
24
|
+
}, {
|
|
25
|
+
readonly name: "nonce";
|
|
26
|
+
readonly type: "uint256";
|
|
27
|
+
readonly internalType: "uint256";
|
|
28
|
+
}, {
|
|
29
|
+
readonly name: "initCode";
|
|
30
|
+
readonly type: "bytes";
|
|
31
|
+
readonly internalType: "bytes";
|
|
32
|
+
}, {
|
|
33
|
+
readonly name: "callData";
|
|
34
|
+
readonly type: "bytes";
|
|
35
|
+
readonly internalType: "bytes";
|
|
36
|
+
}, {
|
|
37
|
+
readonly name: "accountGasLimits";
|
|
38
|
+
readonly type: "bytes32";
|
|
39
|
+
readonly internalType: "bytes32";
|
|
40
|
+
}, {
|
|
41
|
+
readonly name: "preVerificationGas";
|
|
42
|
+
readonly type: "uint256";
|
|
43
|
+
readonly internalType: "uint256";
|
|
44
|
+
}, {
|
|
45
|
+
readonly name: "gasFees";
|
|
46
|
+
readonly type: "bytes32";
|
|
47
|
+
readonly internalType: "bytes32";
|
|
48
|
+
}, {
|
|
49
|
+
readonly name: "paymasterAndData";
|
|
50
|
+
readonly type: "bytes";
|
|
51
|
+
readonly internalType: "bytes";
|
|
52
|
+
}, {
|
|
53
|
+
readonly name: "signature";
|
|
54
|
+
readonly type: "bytes";
|
|
55
|
+
readonly internalType: "bytes";
|
|
56
|
+
}];
|
|
57
|
+
}, {
|
|
58
|
+
readonly name: "targetUserOp";
|
|
59
|
+
readonly type: "tuple";
|
|
60
|
+
readonly internalType: "struct PackedUserOperation";
|
|
61
|
+
readonly components: readonly [{
|
|
62
|
+
readonly name: "sender";
|
|
63
|
+
readonly type: "address";
|
|
64
|
+
readonly internalType: "address";
|
|
65
|
+
}, {
|
|
66
|
+
readonly name: "nonce";
|
|
67
|
+
readonly type: "uint256";
|
|
68
|
+
readonly internalType: "uint256";
|
|
69
|
+
}, {
|
|
70
|
+
readonly name: "initCode";
|
|
71
|
+
readonly type: "bytes";
|
|
72
|
+
readonly internalType: "bytes";
|
|
73
|
+
}, {
|
|
74
|
+
readonly name: "callData";
|
|
75
|
+
readonly type: "bytes";
|
|
76
|
+
readonly internalType: "bytes";
|
|
77
|
+
}, {
|
|
78
|
+
readonly name: "accountGasLimits";
|
|
79
|
+
readonly type: "bytes32";
|
|
80
|
+
readonly internalType: "bytes32";
|
|
81
|
+
}, {
|
|
82
|
+
readonly name: "preVerificationGas";
|
|
83
|
+
readonly type: "uint256";
|
|
84
|
+
readonly internalType: "uint256";
|
|
85
|
+
}, {
|
|
86
|
+
readonly name: "gasFees";
|
|
87
|
+
readonly type: "bytes32";
|
|
88
|
+
readonly internalType: "bytes32";
|
|
89
|
+
}, {
|
|
90
|
+
readonly name: "paymasterAndData";
|
|
91
|
+
readonly type: "bytes";
|
|
92
|
+
readonly internalType: "bytes";
|
|
93
|
+
}, {
|
|
94
|
+
readonly name: "signature";
|
|
95
|
+
readonly type: "bytes";
|
|
96
|
+
readonly internalType: "bytes";
|
|
97
|
+
}];
|
|
98
|
+
}, {
|
|
99
|
+
readonly name: "initialMinGas";
|
|
100
|
+
readonly type: "uint256";
|
|
101
|
+
readonly internalType: "uint256";
|
|
102
|
+
}, {
|
|
103
|
+
readonly name: "toleranceDelta";
|
|
104
|
+
readonly type: "uint256";
|
|
105
|
+
readonly internalType: "uint256";
|
|
106
|
+
}, {
|
|
107
|
+
readonly name: "gasAllowance";
|
|
108
|
+
readonly type: "uint256";
|
|
109
|
+
readonly internalType: "uint256";
|
|
110
|
+
}];
|
|
111
|
+
readonly outputs: readonly [{
|
|
112
|
+
readonly name: "";
|
|
113
|
+
readonly type: "tuple";
|
|
114
|
+
readonly internalType: "struct IEntryPointSimulations.BinarySearchResult";
|
|
115
|
+
readonly components: readonly [{
|
|
116
|
+
readonly name: "resultType";
|
|
117
|
+
readonly type: "uint8";
|
|
118
|
+
readonly internalType: "enum IEntryPointSimulations.BinarySearchResultType";
|
|
119
|
+
}, {
|
|
120
|
+
readonly name: "successData";
|
|
121
|
+
readonly type: "tuple";
|
|
122
|
+
readonly internalType: "struct IEntryPointSimulations.BinarySearchSuccess";
|
|
123
|
+
readonly components: readonly [{
|
|
124
|
+
readonly name: "gasUsed";
|
|
125
|
+
readonly type: "uint256";
|
|
126
|
+
readonly internalType: "uint256";
|
|
127
|
+
}, {
|
|
128
|
+
readonly name: "success";
|
|
129
|
+
readonly type: "bool";
|
|
130
|
+
readonly internalType: "bool";
|
|
131
|
+
}, {
|
|
132
|
+
readonly name: "returnData";
|
|
133
|
+
readonly type: "bytes";
|
|
134
|
+
readonly internalType: "bytes";
|
|
135
|
+
}];
|
|
136
|
+
}, {
|
|
137
|
+
readonly name: "outOfGasData";
|
|
138
|
+
readonly type: "tuple";
|
|
139
|
+
readonly internalType: "struct IEntryPointSimulations.BinarySearchOutOfGas";
|
|
140
|
+
readonly components: readonly [{
|
|
141
|
+
readonly name: "optimalGas";
|
|
142
|
+
readonly type: "uint256";
|
|
143
|
+
readonly internalType: "uint256";
|
|
144
|
+
}, {
|
|
145
|
+
readonly name: "minGas";
|
|
146
|
+
readonly type: "uint256";
|
|
147
|
+
readonly internalType: "uint256";
|
|
148
|
+
}, {
|
|
149
|
+
readonly name: "maxGas";
|
|
150
|
+
readonly type: "uint256";
|
|
151
|
+
readonly internalType: "uint256";
|
|
152
|
+
}];
|
|
153
|
+
}];
|
|
154
|
+
}];
|
|
155
|
+
readonly stateMutability: "nonpayable";
|
|
156
|
+
}, {
|
|
157
|
+
readonly type: "function";
|
|
158
|
+
readonly name: "binarySearchPaymasterVerificationGas";
|
|
159
|
+
readonly inputs: readonly [{
|
|
160
|
+
readonly name: "entryPointSimulation";
|
|
161
|
+
readonly type: "address";
|
|
162
|
+
readonly internalType: "address";
|
|
163
|
+
}, {
|
|
164
|
+
readonly name: "entryPoint";
|
|
165
|
+
readonly type: "address";
|
|
166
|
+
readonly internalType: "address payable";
|
|
167
|
+
}, {
|
|
168
|
+
readonly name: "queuedUserOps";
|
|
169
|
+
readonly type: "tuple[]";
|
|
170
|
+
readonly internalType: "struct PackedUserOperation[]";
|
|
171
|
+
readonly components: readonly [{
|
|
172
|
+
readonly name: "sender";
|
|
173
|
+
readonly type: "address";
|
|
174
|
+
readonly internalType: "address";
|
|
175
|
+
}, {
|
|
176
|
+
readonly name: "nonce";
|
|
177
|
+
readonly type: "uint256";
|
|
178
|
+
readonly internalType: "uint256";
|
|
179
|
+
}, {
|
|
180
|
+
readonly name: "initCode";
|
|
181
|
+
readonly type: "bytes";
|
|
182
|
+
readonly internalType: "bytes";
|
|
183
|
+
}, {
|
|
184
|
+
readonly name: "callData";
|
|
185
|
+
readonly type: "bytes";
|
|
186
|
+
readonly internalType: "bytes";
|
|
187
|
+
}, {
|
|
188
|
+
readonly name: "accountGasLimits";
|
|
189
|
+
readonly type: "bytes32";
|
|
190
|
+
readonly internalType: "bytes32";
|
|
191
|
+
}, {
|
|
192
|
+
readonly name: "preVerificationGas";
|
|
193
|
+
readonly type: "uint256";
|
|
194
|
+
readonly internalType: "uint256";
|
|
195
|
+
}, {
|
|
196
|
+
readonly name: "gasFees";
|
|
197
|
+
readonly type: "bytes32";
|
|
198
|
+
readonly internalType: "bytes32";
|
|
199
|
+
}, {
|
|
200
|
+
readonly name: "paymasterAndData";
|
|
201
|
+
readonly type: "bytes";
|
|
202
|
+
readonly internalType: "bytes";
|
|
203
|
+
}, {
|
|
204
|
+
readonly name: "signature";
|
|
205
|
+
readonly type: "bytes";
|
|
206
|
+
readonly internalType: "bytes";
|
|
207
|
+
}];
|
|
208
|
+
}, {
|
|
209
|
+
readonly name: "targetUserOp";
|
|
210
|
+
readonly type: "tuple";
|
|
211
|
+
readonly internalType: "struct PackedUserOperation";
|
|
212
|
+
readonly components: readonly [{
|
|
213
|
+
readonly name: "sender";
|
|
214
|
+
readonly type: "address";
|
|
215
|
+
readonly internalType: "address";
|
|
216
|
+
}, {
|
|
217
|
+
readonly name: "nonce";
|
|
218
|
+
readonly type: "uint256";
|
|
219
|
+
readonly internalType: "uint256";
|
|
220
|
+
}, {
|
|
221
|
+
readonly name: "initCode";
|
|
222
|
+
readonly type: "bytes";
|
|
223
|
+
readonly internalType: "bytes";
|
|
224
|
+
}, {
|
|
225
|
+
readonly name: "callData";
|
|
226
|
+
readonly type: "bytes";
|
|
227
|
+
readonly internalType: "bytes";
|
|
228
|
+
}, {
|
|
229
|
+
readonly name: "accountGasLimits";
|
|
230
|
+
readonly type: "bytes32";
|
|
231
|
+
readonly internalType: "bytes32";
|
|
232
|
+
}, {
|
|
233
|
+
readonly name: "preVerificationGas";
|
|
234
|
+
readonly type: "uint256";
|
|
235
|
+
readonly internalType: "uint256";
|
|
236
|
+
}, {
|
|
237
|
+
readonly name: "gasFees";
|
|
238
|
+
readonly type: "bytes32";
|
|
239
|
+
readonly internalType: "bytes32";
|
|
240
|
+
}, {
|
|
241
|
+
readonly name: "paymasterAndData";
|
|
242
|
+
readonly type: "bytes";
|
|
243
|
+
readonly internalType: "bytes";
|
|
244
|
+
}, {
|
|
245
|
+
readonly name: "signature";
|
|
246
|
+
readonly type: "bytes";
|
|
247
|
+
readonly internalType: "bytes";
|
|
248
|
+
}];
|
|
249
|
+
}, {
|
|
250
|
+
readonly name: "initialMinGas";
|
|
251
|
+
readonly type: "uint256";
|
|
252
|
+
readonly internalType: "uint256";
|
|
253
|
+
}, {
|
|
254
|
+
readonly name: "toleranceDelta";
|
|
255
|
+
readonly type: "uint256";
|
|
256
|
+
readonly internalType: "uint256";
|
|
257
|
+
}, {
|
|
258
|
+
readonly name: "gasAllowance";
|
|
259
|
+
readonly type: "uint256";
|
|
260
|
+
readonly internalType: "uint256";
|
|
261
|
+
}];
|
|
262
|
+
readonly outputs: readonly [{
|
|
263
|
+
readonly name: "";
|
|
264
|
+
readonly type: "tuple";
|
|
265
|
+
readonly internalType: "struct IEntryPointSimulations.BinarySearchResult";
|
|
266
|
+
readonly components: readonly [{
|
|
267
|
+
readonly name: "resultType";
|
|
268
|
+
readonly type: "uint8";
|
|
269
|
+
readonly internalType: "enum IEntryPointSimulations.BinarySearchResultType";
|
|
270
|
+
}, {
|
|
271
|
+
readonly name: "successData";
|
|
272
|
+
readonly type: "tuple";
|
|
273
|
+
readonly internalType: "struct IEntryPointSimulations.BinarySearchSuccess";
|
|
274
|
+
readonly components: readonly [{
|
|
275
|
+
readonly name: "gasUsed";
|
|
276
|
+
readonly type: "uint256";
|
|
277
|
+
readonly internalType: "uint256";
|
|
278
|
+
}, {
|
|
279
|
+
readonly name: "success";
|
|
280
|
+
readonly type: "bool";
|
|
281
|
+
readonly internalType: "bool";
|
|
282
|
+
}, {
|
|
283
|
+
readonly name: "returnData";
|
|
284
|
+
readonly type: "bytes";
|
|
285
|
+
readonly internalType: "bytes";
|
|
286
|
+
}];
|
|
287
|
+
}, {
|
|
288
|
+
readonly name: "outOfGasData";
|
|
289
|
+
readonly type: "tuple";
|
|
290
|
+
readonly internalType: "struct IEntryPointSimulations.BinarySearchOutOfGas";
|
|
291
|
+
readonly components: readonly [{
|
|
292
|
+
readonly name: "optimalGas";
|
|
293
|
+
readonly type: "uint256";
|
|
294
|
+
readonly internalType: "uint256";
|
|
295
|
+
}, {
|
|
296
|
+
readonly name: "minGas";
|
|
297
|
+
readonly type: "uint256";
|
|
298
|
+
readonly internalType: "uint256";
|
|
299
|
+
}, {
|
|
300
|
+
readonly name: "maxGas";
|
|
301
|
+
readonly type: "uint256";
|
|
302
|
+
readonly internalType: "uint256";
|
|
303
|
+
}];
|
|
304
|
+
}];
|
|
305
|
+
}];
|
|
306
|
+
readonly stateMutability: "nonpayable";
|
|
307
|
+
}, {
|
|
308
|
+
readonly type: "function";
|
|
309
|
+
readonly name: "binarySearchVerificationGas";
|
|
310
|
+
readonly inputs: readonly [{
|
|
311
|
+
readonly name: "entryPointSimulation";
|
|
312
|
+
readonly type: "address";
|
|
313
|
+
readonly internalType: "address";
|
|
314
|
+
}, {
|
|
315
|
+
readonly name: "entryPoint";
|
|
316
|
+
readonly type: "address";
|
|
317
|
+
readonly internalType: "address payable";
|
|
318
|
+
}, {
|
|
319
|
+
readonly name: "queuedUserOps";
|
|
320
|
+
readonly type: "tuple[]";
|
|
321
|
+
readonly internalType: "struct PackedUserOperation[]";
|
|
322
|
+
readonly components: readonly [{
|
|
323
|
+
readonly name: "sender";
|
|
324
|
+
readonly type: "address";
|
|
325
|
+
readonly internalType: "address";
|
|
326
|
+
}, {
|
|
327
|
+
readonly name: "nonce";
|
|
328
|
+
readonly type: "uint256";
|
|
329
|
+
readonly internalType: "uint256";
|
|
330
|
+
}, {
|
|
331
|
+
readonly name: "initCode";
|
|
332
|
+
readonly type: "bytes";
|
|
333
|
+
readonly internalType: "bytes";
|
|
334
|
+
}, {
|
|
335
|
+
readonly name: "callData";
|
|
336
|
+
readonly type: "bytes";
|
|
337
|
+
readonly internalType: "bytes";
|
|
338
|
+
}, {
|
|
339
|
+
readonly name: "accountGasLimits";
|
|
340
|
+
readonly type: "bytes32";
|
|
341
|
+
readonly internalType: "bytes32";
|
|
342
|
+
}, {
|
|
343
|
+
readonly name: "preVerificationGas";
|
|
344
|
+
readonly type: "uint256";
|
|
345
|
+
readonly internalType: "uint256";
|
|
346
|
+
}, {
|
|
347
|
+
readonly name: "gasFees";
|
|
348
|
+
readonly type: "bytes32";
|
|
349
|
+
readonly internalType: "bytes32";
|
|
350
|
+
}, {
|
|
351
|
+
readonly name: "paymasterAndData";
|
|
352
|
+
readonly type: "bytes";
|
|
353
|
+
readonly internalType: "bytes";
|
|
354
|
+
}, {
|
|
355
|
+
readonly name: "signature";
|
|
356
|
+
readonly type: "bytes";
|
|
357
|
+
readonly internalType: "bytes";
|
|
358
|
+
}];
|
|
359
|
+
}, {
|
|
360
|
+
readonly name: "targetUserOp";
|
|
361
|
+
readonly type: "tuple";
|
|
362
|
+
readonly internalType: "struct PackedUserOperation";
|
|
363
|
+
readonly components: readonly [{
|
|
364
|
+
readonly name: "sender";
|
|
365
|
+
readonly type: "address";
|
|
366
|
+
readonly internalType: "address";
|
|
367
|
+
}, {
|
|
368
|
+
readonly name: "nonce";
|
|
369
|
+
readonly type: "uint256";
|
|
370
|
+
readonly internalType: "uint256";
|
|
371
|
+
}, {
|
|
372
|
+
readonly name: "initCode";
|
|
373
|
+
readonly type: "bytes";
|
|
374
|
+
readonly internalType: "bytes";
|
|
375
|
+
}, {
|
|
376
|
+
readonly name: "callData";
|
|
377
|
+
readonly type: "bytes";
|
|
378
|
+
readonly internalType: "bytes";
|
|
379
|
+
}, {
|
|
380
|
+
readonly name: "accountGasLimits";
|
|
381
|
+
readonly type: "bytes32";
|
|
382
|
+
readonly internalType: "bytes32";
|
|
383
|
+
}, {
|
|
384
|
+
readonly name: "preVerificationGas";
|
|
385
|
+
readonly type: "uint256";
|
|
386
|
+
readonly internalType: "uint256";
|
|
387
|
+
}, {
|
|
388
|
+
readonly name: "gasFees";
|
|
389
|
+
readonly type: "bytes32";
|
|
390
|
+
readonly internalType: "bytes32";
|
|
391
|
+
}, {
|
|
392
|
+
readonly name: "paymasterAndData";
|
|
393
|
+
readonly type: "bytes";
|
|
394
|
+
readonly internalType: "bytes";
|
|
395
|
+
}, {
|
|
396
|
+
readonly name: "signature";
|
|
397
|
+
readonly type: "bytes";
|
|
398
|
+
readonly internalType: "bytes";
|
|
399
|
+
}];
|
|
400
|
+
}, {
|
|
401
|
+
readonly name: "initialMinGas";
|
|
402
|
+
readonly type: "uint256";
|
|
403
|
+
readonly internalType: "uint256";
|
|
404
|
+
}, {
|
|
405
|
+
readonly name: "toleranceDelta";
|
|
406
|
+
readonly type: "uint256";
|
|
407
|
+
readonly internalType: "uint256";
|
|
408
|
+
}, {
|
|
409
|
+
readonly name: "gasAllowance";
|
|
410
|
+
readonly type: "uint256";
|
|
411
|
+
readonly internalType: "uint256";
|
|
412
|
+
}];
|
|
413
|
+
readonly outputs: readonly [{
|
|
414
|
+
readonly name: "";
|
|
415
|
+
readonly type: "tuple";
|
|
416
|
+
readonly internalType: "struct IEntryPointSimulations.BinarySearchResult";
|
|
417
|
+
readonly components: readonly [{
|
|
418
|
+
readonly name: "resultType";
|
|
419
|
+
readonly type: "uint8";
|
|
420
|
+
readonly internalType: "enum IEntryPointSimulations.BinarySearchResultType";
|
|
421
|
+
}, {
|
|
422
|
+
readonly name: "successData";
|
|
423
|
+
readonly type: "tuple";
|
|
424
|
+
readonly internalType: "struct IEntryPointSimulations.BinarySearchSuccess";
|
|
425
|
+
readonly components: readonly [{
|
|
426
|
+
readonly name: "gasUsed";
|
|
427
|
+
readonly type: "uint256";
|
|
428
|
+
readonly internalType: "uint256";
|
|
429
|
+
}, {
|
|
430
|
+
readonly name: "success";
|
|
431
|
+
readonly type: "bool";
|
|
432
|
+
readonly internalType: "bool";
|
|
433
|
+
}, {
|
|
434
|
+
readonly name: "returnData";
|
|
435
|
+
readonly type: "bytes";
|
|
436
|
+
readonly internalType: "bytes";
|
|
437
|
+
}];
|
|
438
|
+
}, {
|
|
439
|
+
readonly name: "outOfGasData";
|
|
440
|
+
readonly type: "tuple";
|
|
441
|
+
readonly internalType: "struct IEntryPointSimulations.BinarySearchOutOfGas";
|
|
442
|
+
readonly components: readonly [{
|
|
443
|
+
readonly name: "optimalGas";
|
|
444
|
+
readonly type: "uint256";
|
|
445
|
+
readonly internalType: "uint256";
|
|
446
|
+
}, {
|
|
447
|
+
readonly name: "minGas";
|
|
448
|
+
readonly type: "uint256";
|
|
449
|
+
readonly internalType: "uint256";
|
|
450
|
+
}, {
|
|
451
|
+
readonly name: "maxGas";
|
|
452
|
+
readonly type: "uint256";
|
|
453
|
+
readonly internalType: "uint256";
|
|
454
|
+
}];
|
|
455
|
+
}];
|
|
456
|
+
}];
|
|
457
|
+
readonly stateMutability: "nonpayable";
|
|
458
|
+
}, {
|
|
459
|
+
readonly type: "function";
|
|
460
|
+
readonly name: "filterOps06";
|
|
461
|
+
readonly inputs: readonly [{
|
|
462
|
+
readonly name: "userOps";
|
|
463
|
+
readonly type: "tuple[]";
|
|
464
|
+
readonly internalType: "struct UserOperation[]";
|
|
465
|
+
readonly components: readonly [{
|
|
466
|
+
readonly name: "sender";
|
|
467
|
+
readonly type: "address";
|
|
468
|
+
readonly internalType: "address";
|
|
469
|
+
}, {
|
|
470
|
+
readonly name: "nonce";
|
|
471
|
+
readonly type: "uint256";
|
|
472
|
+
readonly internalType: "uint256";
|
|
473
|
+
}, {
|
|
474
|
+
readonly name: "initCode";
|
|
475
|
+
readonly type: "bytes";
|
|
476
|
+
readonly internalType: "bytes";
|
|
477
|
+
}, {
|
|
478
|
+
readonly name: "callData";
|
|
479
|
+
readonly type: "bytes";
|
|
480
|
+
readonly internalType: "bytes";
|
|
481
|
+
}, {
|
|
482
|
+
readonly name: "callGasLimit";
|
|
483
|
+
readonly type: "uint256";
|
|
484
|
+
readonly internalType: "uint256";
|
|
485
|
+
}, {
|
|
486
|
+
readonly name: "verificationGasLimit";
|
|
487
|
+
readonly type: "uint256";
|
|
488
|
+
readonly internalType: "uint256";
|
|
489
|
+
}, {
|
|
490
|
+
readonly name: "preVerificationGas";
|
|
491
|
+
readonly type: "uint256";
|
|
492
|
+
readonly internalType: "uint256";
|
|
493
|
+
}, {
|
|
494
|
+
readonly name: "maxFeePerGas";
|
|
495
|
+
readonly type: "uint256";
|
|
496
|
+
readonly internalType: "uint256";
|
|
497
|
+
}, {
|
|
498
|
+
readonly name: "maxPriorityFeePerGas";
|
|
499
|
+
readonly type: "uint256";
|
|
500
|
+
readonly internalType: "uint256";
|
|
501
|
+
}, {
|
|
502
|
+
readonly name: "paymasterAndData";
|
|
503
|
+
readonly type: "bytes";
|
|
504
|
+
readonly internalType: "bytes";
|
|
505
|
+
}, {
|
|
506
|
+
readonly name: "signature";
|
|
507
|
+
readonly type: "bytes";
|
|
508
|
+
readonly internalType: "bytes";
|
|
509
|
+
}];
|
|
510
|
+
}, {
|
|
511
|
+
readonly name: "beneficiary";
|
|
512
|
+
readonly type: "address";
|
|
513
|
+
readonly internalType: "address payable";
|
|
514
|
+
}, {
|
|
515
|
+
readonly name: "entryPoint";
|
|
516
|
+
readonly type: "address";
|
|
517
|
+
readonly internalType: "contract IEntryPoint";
|
|
518
|
+
}];
|
|
519
|
+
readonly outputs: readonly [{
|
|
520
|
+
readonly name: "";
|
|
521
|
+
readonly type: "tuple";
|
|
522
|
+
readonly internalType: "struct PimlicoSimulations.FilterOpsResult";
|
|
523
|
+
readonly components: readonly [{
|
|
524
|
+
readonly name: "gasUsed";
|
|
525
|
+
readonly type: "uint256";
|
|
526
|
+
readonly internalType: "uint256";
|
|
527
|
+
}, {
|
|
528
|
+
readonly name: "balanceChange";
|
|
529
|
+
readonly type: "uint256";
|
|
530
|
+
readonly internalType: "uint256";
|
|
531
|
+
}, {
|
|
532
|
+
readonly name: "rejectedUserOps";
|
|
533
|
+
readonly type: "tuple[]";
|
|
534
|
+
readonly internalType: "struct PimlicoSimulations.RejectedUserOp[]";
|
|
535
|
+
readonly components: readonly [{
|
|
536
|
+
readonly name: "userOpHash";
|
|
537
|
+
readonly type: "bytes32";
|
|
538
|
+
readonly internalType: "bytes32";
|
|
539
|
+
}, {
|
|
540
|
+
readonly name: "revertReason";
|
|
541
|
+
readonly type: "bytes";
|
|
542
|
+
readonly internalType: "bytes";
|
|
543
|
+
}];
|
|
544
|
+
}];
|
|
545
|
+
}];
|
|
546
|
+
readonly stateMutability: "nonpayable";
|
|
547
|
+
}, {
|
|
548
|
+
readonly type: "function";
|
|
549
|
+
readonly name: "filterOps07";
|
|
550
|
+
readonly inputs: readonly [{
|
|
551
|
+
readonly name: "userOps";
|
|
552
|
+
readonly type: "tuple[]";
|
|
553
|
+
readonly internalType: "struct PackedUserOperation[]";
|
|
554
|
+
readonly components: readonly [{
|
|
555
|
+
readonly name: "sender";
|
|
556
|
+
readonly type: "address";
|
|
557
|
+
readonly internalType: "address";
|
|
558
|
+
}, {
|
|
559
|
+
readonly name: "nonce";
|
|
560
|
+
readonly type: "uint256";
|
|
561
|
+
readonly internalType: "uint256";
|
|
562
|
+
}, {
|
|
563
|
+
readonly name: "initCode";
|
|
564
|
+
readonly type: "bytes";
|
|
565
|
+
readonly internalType: "bytes";
|
|
566
|
+
}, {
|
|
567
|
+
readonly name: "callData";
|
|
568
|
+
readonly type: "bytes";
|
|
569
|
+
readonly internalType: "bytes";
|
|
570
|
+
}, {
|
|
571
|
+
readonly name: "accountGasLimits";
|
|
572
|
+
readonly type: "bytes32";
|
|
573
|
+
readonly internalType: "bytes32";
|
|
574
|
+
}, {
|
|
575
|
+
readonly name: "preVerificationGas";
|
|
576
|
+
readonly type: "uint256";
|
|
577
|
+
readonly internalType: "uint256";
|
|
578
|
+
}, {
|
|
579
|
+
readonly name: "gasFees";
|
|
580
|
+
readonly type: "bytes32";
|
|
581
|
+
readonly internalType: "bytes32";
|
|
582
|
+
}, {
|
|
583
|
+
readonly name: "paymasterAndData";
|
|
584
|
+
readonly type: "bytes";
|
|
585
|
+
readonly internalType: "bytes";
|
|
586
|
+
}, {
|
|
587
|
+
readonly name: "signature";
|
|
588
|
+
readonly type: "bytes";
|
|
589
|
+
readonly internalType: "bytes";
|
|
590
|
+
}];
|
|
591
|
+
}, {
|
|
592
|
+
readonly name: "beneficiary";
|
|
593
|
+
readonly type: "address";
|
|
594
|
+
readonly internalType: "address payable";
|
|
595
|
+
}, {
|
|
596
|
+
readonly name: "entryPoint";
|
|
597
|
+
readonly type: "address";
|
|
598
|
+
readonly internalType: "contract IEntryPoint";
|
|
599
|
+
}];
|
|
600
|
+
readonly outputs: readonly [{
|
|
601
|
+
readonly name: "";
|
|
602
|
+
readonly type: "tuple";
|
|
603
|
+
readonly internalType: "struct PimlicoSimulations.FilterOpsResult";
|
|
604
|
+
readonly components: readonly [{
|
|
605
|
+
readonly name: "gasUsed";
|
|
606
|
+
readonly type: "uint256";
|
|
607
|
+
readonly internalType: "uint256";
|
|
608
|
+
}, {
|
|
609
|
+
readonly name: "balanceChange";
|
|
610
|
+
readonly type: "uint256";
|
|
611
|
+
readonly internalType: "uint256";
|
|
612
|
+
}, {
|
|
613
|
+
readonly name: "rejectedUserOps";
|
|
614
|
+
readonly type: "tuple[]";
|
|
615
|
+
readonly internalType: "struct PimlicoSimulations.RejectedUserOp[]";
|
|
616
|
+
readonly components: readonly [{
|
|
617
|
+
readonly name: "userOpHash";
|
|
618
|
+
readonly type: "bytes32";
|
|
619
|
+
readonly internalType: "bytes32";
|
|
620
|
+
}, {
|
|
621
|
+
readonly name: "revertReason";
|
|
622
|
+
readonly type: "bytes";
|
|
623
|
+
readonly internalType: "bytes";
|
|
624
|
+
}];
|
|
625
|
+
}];
|
|
626
|
+
}];
|
|
627
|
+
readonly stateMutability: "nonpayable";
|
|
628
|
+
}, {
|
|
629
|
+
readonly type: "function";
|
|
630
|
+
readonly name: "filterOps08";
|
|
631
|
+
readonly inputs: readonly [{
|
|
632
|
+
readonly name: "userOps";
|
|
633
|
+
readonly type: "tuple[]";
|
|
634
|
+
readonly internalType: "struct PackedUserOperation[]";
|
|
635
|
+
readonly components: readonly [{
|
|
636
|
+
readonly name: "sender";
|
|
637
|
+
readonly type: "address";
|
|
638
|
+
readonly internalType: "address";
|
|
639
|
+
}, {
|
|
640
|
+
readonly name: "nonce";
|
|
641
|
+
readonly type: "uint256";
|
|
642
|
+
readonly internalType: "uint256";
|
|
643
|
+
}, {
|
|
644
|
+
readonly name: "initCode";
|
|
645
|
+
readonly type: "bytes";
|
|
646
|
+
readonly internalType: "bytes";
|
|
647
|
+
}, {
|
|
648
|
+
readonly name: "callData";
|
|
649
|
+
readonly type: "bytes";
|
|
650
|
+
readonly internalType: "bytes";
|
|
651
|
+
}, {
|
|
652
|
+
readonly name: "accountGasLimits";
|
|
653
|
+
readonly type: "bytes32";
|
|
654
|
+
readonly internalType: "bytes32";
|
|
655
|
+
}, {
|
|
656
|
+
readonly name: "preVerificationGas";
|
|
657
|
+
readonly type: "uint256";
|
|
658
|
+
readonly internalType: "uint256";
|
|
659
|
+
}, {
|
|
660
|
+
readonly name: "gasFees";
|
|
661
|
+
readonly type: "bytes32";
|
|
662
|
+
readonly internalType: "bytes32";
|
|
663
|
+
}, {
|
|
664
|
+
readonly name: "paymasterAndData";
|
|
665
|
+
readonly type: "bytes";
|
|
666
|
+
readonly internalType: "bytes";
|
|
667
|
+
}, {
|
|
668
|
+
readonly name: "signature";
|
|
669
|
+
readonly type: "bytes";
|
|
670
|
+
readonly internalType: "bytes";
|
|
671
|
+
}];
|
|
672
|
+
}, {
|
|
673
|
+
readonly name: "beneficiary";
|
|
674
|
+
readonly type: "address";
|
|
675
|
+
readonly internalType: "address payable";
|
|
676
|
+
}, {
|
|
677
|
+
readonly name: "entryPoint";
|
|
678
|
+
readonly type: "address";
|
|
679
|
+
readonly internalType: "contract IEntryPoint";
|
|
680
|
+
}];
|
|
681
|
+
readonly outputs: readonly [{
|
|
682
|
+
readonly name: "";
|
|
683
|
+
readonly type: "tuple";
|
|
684
|
+
readonly internalType: "struct PimlicoSimulations.FilterOpsResult";
|
|
685
|
+
readonly components: readonly [{
|
|
686
|
+
readonly name: "gasUsed";
|
|
687
|
+
readonly type: "uint256";
|
|
688
|
+
readonly internalType: "uint256";
|
|
689
|
+
}, {
|
|
690
|
+
readonly name: "balanceChange";
|
|
691
|
+
readonly type: "uint256";
|
|
692
|
+
readonly internalType: "uint256";
|
|
693
|
+
}, {
|
|
694
|
+
readonly name: "rejectedUserOps";
|
|
695
|
+
readonly type: "tuple[]";
|
|
696
|
+
readonly internalType: "struct PimlicoSimulations.RejectedUserOp[]";
|
|
697
|
+
readonly components: readonly [{
|
|
698
|
+
readonly name: "userOpHash";
|
|
699
|
+
readonly type: "bytes32";
|
|
700
|
+
readonly internalType: "bytes32";
|
|
701
|
+
}, {
|
|
702
|
+
readonly name: "revertReason";
|
|
703
|
+
readonly type: "bytes";
|
|
704
|
+
readonly internalType: "bytes";
|
|
705
|
+
}];
|
|
706
|
+
}];
|
|
707
|
+
}];
|
|
708
|
+
readonly stateMutability: "nonpayable";
|
|
709
|
+
}, {
|
|
710
|
+
readonly type: "function";
|
|
711
|
+
readonly name: "filterOps09";
|
|
712
|
+
readonly inputs: readonly [{
|
|
713
|
+
readonly name: "userOps";
|
|
714
|
+
readonly type: "tuple[]";
|
|
715
|
+
readonly internalType: "struct PackedUserOperation[]";
|
|
716
|
+
readonly components: readonly [{
|
|
717
|
+
readonly name: "sender";
|
|
718
|
+
readonly type: "address";
|
|
719
|
+
readonly internalType: "address";
|
|
720
|
+
}, {
|
|
721
|
+
readonly name: "nonce";
|
|
722
|
+
readonly type: "uint256";
|
|
723
|
+
readonly internalType: "uint256";
|
|
724
|
+
}, {
|
|
725
|
+
readonly name: "initCode";
|
|
726
|
+
readonly type: "bytes";
|
|
727
|
+
readonly internalType: "bytes";
|
|
728
|
+
}, {
|
|
729
|
+
readonly name: "callData";
|
|
730
|
+
readonly type: "bytes";
|
|
731
|
+
readonly internalType: "bytes";
|
|
732
|
+
}, {
|
|
733
|
+
readonly name: "accountGasLimits";
|
|
734
|
+
readonly type: "bytes32";
|
|
735
|
+
readonly internalType: "bytes32";
|
|
736
|
+
}, {
|
|
737
|
+
readonly name: "preVerificationGas";
|
|
738
|
+
readonly type: "uint256";
|
|
739
|
+
readonly internalType: "uint256";
|
|
740
|
+
}, {
|
|
741
|
+
readonly name: "gasFees";
|
|
742
|
+
readonly type: "bytes32";
|
|
743
|
+
readonly internalType: "bytes32";
|
|
744
|
+
}, {
|
|
745
|
+
readonly name: "paymasterAndData";
|
|
746
|
+
readonly type: "bytes";
|
|
747
|
+
readonly internalType: "bytes";
|
|
748
|
+
}, {
|
|
749
|
+
readonly name: "signature";
|
|
750
|
+
readonly type: "bytes";
|
|
751
|
+
readonly internalType: "bytes";
|
|
752
|
+
}];
|
|
753
|
+
}, {
|
|
754
|
+
readonly name: "beneficiary";
|
|
755
|
+
readonly type: "address";
|
|
756
|
+
readonly internalType: "address payable";
|
|
757
|
+
}, {
|
|
758
|
+
readonly name: "entryPoint";
|
|
759
|
+
readonly type: "address";
|
|
760
|
+
readonly internalType: "contract IEntryPoint";
|
|
761
|
+
}];
|
|
762
|
+
readonly outputs: readonly [{
|
|
763
|
+
readonly name: "";
|
|
764
|
+
readonly type: "tuple";
|
|
765
|
+
readonly internalType: "struct PimlicoSimulations.FilterOpsResult";
|
|
766
|
+
readonly components: readonly [{
|
|
767
|
+
readonly name: "gasUsed";
|
|
768
|
+
readonly type: "uint256";
|
|
769
|
+
readonly internalType: "uint256";
|
|
770
|
+
}, {
|
|
771
|
+
readonly name: "balanceChange";
|
|
772
|
+
readonly type: "uint256";
|
|
773
|
+
readonly internalType: "uint256";
|
|
774
|
+
}, {
|
|
775
|
+
readonly name: "rejectedUserOps";
|
|
776
|
+
readonly type: "tuple[]";
|
|
777
|
+
readonly internalType: "struct PimlicoSimulations.RejectedUserOp[]";
|
|
778
|
+
readonly components: readonly [{
|
|
779
|
+
readonly name: "userOpHash";
|
|
780
|
+
readonly type: "bytes32";
|
|
781
|
+
readonly internalType: "bytes32";
|
|
782
|
+
}, {
|
|
783
|
+
readonly name: "revertReason";
|
|
784
|
+
readonly type: "bytes";
|
|
785
|
+
readonly internalType: "bytes";
|
|
786
|
+
}];
|
|
787
|
+
}];
|
|
788
|
+
}];
|
|
789
|
+
readonly stateMutability: "nonpayable";
|
|
790
|
+
}, {
|
|
791
|
+
readonly type: "function";
|
|
792
|
+
readonly name: "getBalances";
|
|
793
|
+
readonly inputs: readonly [{
|
|
794
|
+
readonly name: "addresses";
|
|
795
|
+
readonly type: "address[]";
|
|
796
|
+
readonly internalType: "address[]";
|
|
797
|
+
}, {
|
|
798
|
+
readonly name: "tokens";
|
|
799
|
+
readonly type: "address[]";
|
|
800
|
+
readonly internalType: "address[]";
|
|
801
|
+
}];
|
|
802
|
+
readonly outputs: readonly [{
|
|
803
|
+
readonly name: "";
|
|
804
|
+
readonly type: "tuple[]";
|
|
805
|
+
readonly internalType: "struct PimlicoSimulations.AssetBalance[]";
|
|
806
|
+
readonly components: readonly [{
|
|
807
|
+
readonly name: "addr";
|
|
808
|
+
readonly type: "address";
|
|
809
|
+
readonly internalType: "address";
|
|
810
|
+
}, {
|
|
811
|
+
readonly name: "token";
|
|
812
|
+
readonly type: "address";
|
|
813
|
+
readonly internalType: "address";
|
|
814
|
+
}, {
|
|
815
|
+
readonly name: "amount";
|
|
816
|
+
readonly type: "uint256";
|
|
817
|
+
readonly internalType: "uint256";
|
|
818
|
+
}];
|
|
819
|
+
}];
|
|
820
|
+
readonly stateMutability: "view";
|
|
821
|
+
}, {
|
|
822
|
+
readonly type: "function";
|
|
823
|
+
readonly name: "simulateAndEstimateGas";
|
|
824
|
+
readonly inputs: readonly [{
|
|
825
|
+
readonly name: "entryPointSimulation";
|
|
826
|
+
readonly type: "address";
|
|
827
|
+
readonly internalType: "address";
|
|
828
|
+
}, {
|
|
829
|
+
readonly name: "entryPoint";
|
|
830
|
+
readonly type: "address";
|
|
831
|
+
readonly internalType: "address payable";
|
|
832
|
+
}, {
|
|
833
|
+
readonly name: "queuedUserOps";
|
|
834
|
+
readonly type: "tuple[]";
|
|
835
|
+
readonly internalType: "struct PackedUserOperation[]";
|
|
836
|
+
readonly components: readonly [{
|
|
837
|
+
readonly name: "sender";
|
|
838
|
+
readonly type: "address";
|
|
839
|
+
readonly internalType: "address";
|
|
840
|
+
}, {
|
|
841
|
+
readonly name: "nonce";
|
|
842
|
+
readonly type: "uint256";
|
|
843
|
+
readonly internalType: "uint256";
|
|
844
|
+
}, {
|
|
845
|
+
readonly name: "initCode";
|
|
846
|
+
readonly type: "bytes";
|
|
847
|
+
readonly internalType: "bytes";
|
|
848
|
+
}, {
|
|
849
|
+
readonly name: "callData";
|
|
850
|
+
readonly type: "bytes";
|
|
851
|
+
readonly internalType: "bytes";
|
|
852
|
+
}, {
|
|
853
|
+
readonly name: "accountGasLimits";
|
|
854
|
+
readonly type: "bytes32";
|
|
855
|
+
readonly internalType: "bytes32";
|
|
856
|
+
}, {
|
|
857
|
+
readonly name: "preVerificationGas";
|
|
858
|
+
readonly type: "uint256";
|
|
859
|
+
readonly internalType: "uint256";
|
|
860
|
+
}, {
|
|
861
|
+
readonly name: "gasFees";
|
|
862
|
+
readonly type: "bytes32";
|
|
863
|
+
readonly internalType: "bytes32";
|
|
864
|
+
}, {
|
|
865
|
+
readonly name: "paymasterAndData";
|
|
866
|
+
readonly type: "bytes";
|
|
867
|
+
readonly internalType: "bytes";
|
|
868
|
+
}, {
|
|
869
|
+
readonly name: "signature";
|
|
870
|
+
readonly type: "bytes";
|
|
871
|
+
readonly internalType: "bytes";
|
|
872
|
+
}];
|
|
873
|
+
}, {
|
|
874
|
+
readonly name: "targetUserOp";
|
|
875
|
+
readonly type: "tuple";
|
|
876
|
+
readonly internalType: "struct PackedUserOperation";
|
|
877
|
+
readonly components: readonly [{
|
|
878
|
+
readonly name: "sender";
|
|
879
|
+
readonly type: "address";
|
|
880
|
+
readonly internalType: "address";
|
|
881
|
+
}, {
|
|
882
|
+
readonly name: "nonce";
|
|
883
|
+
readonly type: "uint256";
|
|
884
|
+
readonly internalType: "uint256";
|
|
885
|
+
}, {
|
|
886
|
+
readonly name: "initCode";
|
|
887
|
+
readonly type: "bytes";
|
|
888
|
+
readonly internalType: "bytes";
|
|
889
|
+
}, {
|
|
890
|
+
readonly name: "callData";
|
|
891
|
+
readonly type: "bytes";
|
|
892
|
+
readonly internalType: "bytes";
|
|
893
|
+
}, {
|
|
894
|
+
readonly name: "accountGasLimits";
|
|
895
|
+
readonly type: "bytes32";
|
|
896
|
+
readonly internalType: "bytes32";
|
|
897
|
+
}, {
|
|
898
|
+
readonly name: "preVerificationGas";
|
|
899
|
+
readonly type: "uint256";
|
|
900
|
+
readonly internalType: "uint256";
|
|
901
|
+
}, {
|
|
902
|
+
readonly name: "gasFees";
|
|
903
|
+
readonly type: "bytes32";
|
|
904
|
+
readonly internalType: "bytes32";
|
|
905
|
+
}, {
|
|
906
|
+
readonly name: "paymasterAndData";
|
|
907
|
+
readonly type: "bytes";
|
|
908
|
+
readonly internalType: "bytes";
|
|
909
|
+
}, {
|
|
910
|
+
readonly name: "signature";
|
|
911
|
+
readonly type: "bytes";
|
|
912
|
+
readonly internalType: "bytes";
|
|
913
|
+
}];
|
|
914
|
+
}, {
|
|
915
|
+
readonly name: "initialMinGas";
|
|
916
|
+
readonly type: "uint256";
|
|
917
|
+
readonly internalType: "uint256";
|
|
918
|
+
}, {
|
|
919
|
+
readonly name: "toleranceDelta";
|
|
920
|
+
readonly type: "uint256";
|
|
921
|
+
readonly internalType: "uint256";
|
|
922
|
+
}, {
|
|
923
|
+
readonly name: "gasAllowance";
|
|
924
|
+
readonly type: "uint256";
|
|
925
|
+
readonly internalType: "uint256";
|
|
926
|
+
}];
|
|
927
|
+
readonly outputs: readonly [{
|
|
928
|
+
readonly name: "result";
|
|
929
|
+
readonly type: "tuple";
|
|
930
|
+
readonly internalType: "struct PimlicoSimulations.SimulateAndEstimateGasResult";
|
|
931
|
+
readonly components: readonly [{
|
|
932
|
+
readonly name: "simulationResult";
|
|
933
|
+
readonly type: "tuple";
|
|
934
|
+
readonly internalType: "struct IEntryPointSimulations.ExecutionResult";
|
|
935
|
+
readonly components: readonly [{
|
|
936
|
+
readonly name: "preOpGas";
|
|
937
|
+
readonly type: "uint256";
|
|
938
|
+
readonly internalType: "uint256";
|
|
939
|
+
}, {
|
|
940
|
+
readonly name: "paid";
|
|
941
|
+
readonly type: "uint256";
|
|
942
|
+
readonly internalType: "uint256";
|
|
943
|
+
}, {
|
|
944
|
+
readonly name: "accountValidationData";
|
|
945
|
+
readonly type: "uint256";
|
|
946
|
+
readonly internalType: "uint256";
|
|
947
|
+
}, {
|
|
948
|
+
readonly name: "paymasterValidationData";
|
|
949
|
+
readonly type: "uint256";
|
|
950
|
+
readonly internalType: "uint256";
|
|
951
|
+
}, {
|
|
952
|
+
readonly name: "paymasterVerificationGasLimit";
|
|
953
|
+
readonly type: "uint256";
|
|
954
|
+
readonly internalType: "uint256";
|
|
955
|
+
}, {
|
|
956
|
+
readonly name: "paymasterPostOpGasLimit";
|
|
957
|
+
readonly type: "uint256";
|
|
958
|
+
readonly internalType: "uint256";
|
|
959
|
+
}, {
|
|
960
|
+
readonly name: "targetSuccess";
|
|
961
|
+
readonly type: "bool";
|
|
962
|
+
readonly internalType: "bool";
|
|
963
|
+
}, {
|
|
964
|
+
readonly name: "targetResult";
|
|
965
|
+
readonly type: "bytes";
|
|
966
|
+
readonly internalType: "bytes";
|
|
967
|
+
}];
|
|
968
|
+
}, {
|
|
969
|
+
readonly name: "verificationGasLimit";
|
|
970
|
+
readonly type: "tuple";
|
|
971
|
+
readonly internalType: "struct IEntryPointSimulations.BinarySearchResult";
|
|
972
|
+
readonly components: readonly [{
|
|
973
|
+
readonly name: "resultType";
|
|
974
|
+
readonly type: "uint8";
|
|
975
|
+
readonly internalType: "enum IEntryPointSimulations.BinarySearchResultType";
|
|
976
|
+
}, {
|
|
977
|
+
readonly name: "successData";
|
|
978
|
+
readonly type: "tuple";
|
|
979
|
+
readonly internalType: "struct IEntryPointSimulations.BinarySearchSuccess";
|
|
980
|
+
readonly components: readonly [{
|
|
981
|
+
readonly name: "gasUsed";
|
|
982
|
+
readonly type: "uint256";
|
|
983
|
+
readonly internalType: "uint256";
|
|
984
|
+
}, {
|
|
985
|
+
readonly name: "success";
|
|
986
|
+
readonly type: "bool";
|
|
987
|
+
readonly internalType: "bool";
|
|
988
|
+
}, {
|
|
989
|
+
readonly name: "returnData";
|
|
990
|
+
readonly type: "bytes";
|
|
991
|
+
readonly internalType: "bytes";
|
|
992
|
+
}];
|
|
993
|
+
}, {
|
|
994
|
+
readonly name: "outOfGasData";
|
|
995
|
+
readonly type: "tuple";
|
|
996
|
+
readonly internalType: "struct IEntryPointSimulations.BinarySearchOutOfGas";
|
|
997
|
+
readonly components: readonly [{
|
|
998
|
+
readonly name: "optimalGas";
|
|
999
|
+
readonly type: "uint256";
|
|
1000
|
+
readonly internalType: "uint256";
|
|
1001
|
+
}, {
|
|
1002
|
+
readonly name: "minGas";
|
|
1003
|
+
readonly type: "uint256";
|
|
1004
|
+
readonly internalType: "uint256";
|
|
1005
|
+
}, {
|
|
1006
|
+
readonly name: "maxGas";
|
|
1007
|
+
readonly type: "uint256";
|
|
1008
|
+
readonly internalType: "uint256";
|
|
1009
|
+
}];
|
|
1010
|
+
}];
|
|
1011
|
+
}, {
|
|
1012
|
+
readonly name: "paymasterVerificationGasLimit";
|
|
1013
|
+
readonly type: "tuple";
|
|
1014
|
+
readonly internalType: "struct IEntryPointSimulations.BinarySearchResult";
|
|
1015
|
+
readonly components: readonly [{
|
|
1016
|
+
readonly name: "resultType";
|
|
1017
|
+
readonly type: "uint8";
|
|
1018
|
+
readonly internalType: "enum IEntryPointSimulations.BinarySearchResultType";
|
|
1019
|
+
}, {
|
|
1020
|
+
readonly name: "successData";
|
|
1021
|
+
readonly type: "tuple";
|
|
1022
|
+
readonly internalType: "struct IEntryPointSimulations.BinarySearchSuccess";
|
|
1023
|
+
readonly components: readonly [{
|
|
1024
|
+
readonly name: "gasUsed";
|
|
1025
|
+
readonly type: "uint256";
|
|
1026
|
+
readonly internalType: "uint256";
|
|
1027
|
+
}, {
|
|
1028
|
+
readonly name: "success";
|
|
1029
|
+
readonly type: "bool";
|
|
1030
|
+
readonly internalType: "bool";
|
|
1031
|
+
}, {
|
|
1032
|
+
readonly name: "returnData";
|
|
1033
|
+
readonly type: "bytes";
|
|
1034
|
+
readonly internalType: "bytes";
|
|
1035
|
+
}];
|
|
1036
|
+
}, {
|
|
1037
|
+
readonly name: "outOfGasData";
|
|
1038
|
+
readonly type: "tuple";
|
|
1039
|
+
readonly internalType: "struct IEntryPointSimulations.BinarySearchOutOfGas";
|
|
1040
|
+
readonly components: readonly [{
|
|
1041
|
+
readonly name: "optimalGas";
|
|
1042
|
+
readonly type: "uint256";
|
|
1043
|
+
readonly internalType: "uint256";
|
|
1044
|
+
}, {
|
|
1045
|
+
readonly name: "minGas";
|
|
1046
|
+
readonly type: "uint256";
|
|
1047
|
+
readonly internalType: "uint256";
|
|
1048
|
+
}, {
|
|
1049
|
+
readonly name: "maxGas";
|
|
1050
|
+
readonly type: "uint256";
|
|
1051
|
+
readonly internalType: "uint256";
|
|
1052
|
+
}];
|
|
1053
|
+
}];
|
|
1054
|
+
}];
|
|
1055
|
+
}];
|
|
1056
|
+
readonly stateMutability: "nonpayable";
|
|
1057
|
+
}, {
|
|
1058
|
+
readonly type: "function";
|
|
1059
|
+
readonly name: "simulateAssetChange06";
|
|
1060
|
+
readonly inputs: readonly [{
|
|
1061
|
+
readonly name: "userOp";
|
|
1062
|
+
readonly type: "tuple";
|
|
1063
|
+
readonly internalType: "struct UserOperation";
|
|
1064
|
+
readonly components: readonly [{
|
|
1065
|
+
readonly name: "sender";
|
|
1066
|
+
readonly type: "address";
|
|
1067
|
+
readonly internalType: "address";
|
|
1068
|
+
}, {
|
|
1069
|
+
readonly name: "nonce";
|
|
1070
|
+
readonly type: "uint256";
|
|
1071
|
+
readonly internalType: "uint256";
|
|
1072
|
+
}, {
|
|
1073
|
+
readonly name: "initCode";
|
|
1074
|
+
readonly type: "bytes";
|
|
1075
|
+
readonly internalType: "bytes";
|
|
1076
|
+
}, {
|
|
1077
|
+
readonly name: "callData";
|
|
1078
|
+
readonly type: "bytes";
|
|
1079
|
+
readonly internalType: "bytes";
|
|
1080
|
+
}, {
|
|
1081
|
+
readonly name: "callGasLimit";
|
|
1082
|
+
readonly type: "uint256";
|
|
1083
|
+
readonly internalType: "uint256";
|
|
1084
|
+
}, {
|
|
1085
|
+
readonly name: "verificationGasLimit";
|
|
1086
|
+
readonly type: "uint256";
|
|
1087
|
+
readonly internalType: "uint256";
|
|
1088
|
+
}, {
|
|
1089
|
+
readonly name: "preVerificationGas";
|
|
1090
|
+
readonly type: "uint256";
|
|
1091
|
+
readonly internalType: "uint256";
|
|
1092
|
+
}, {
|
|
1093
|
+
readonly name: "maxFeePerGas";
|
|
1094
|
+
readonly type: "uint256";
|
|
1095
|
+
readonly internalType: "uint256";
|
|
1096
|
+
}, {
|
|
1097
|
+
readonly name: "maxPriorityFeePerGas";
|
|
1098
|
+
readonly type: "uint256";
|
|
1099
|
+
readonly internalType: "uint256";
|
|
1100
|
+
}, {
|
|
1101
|
+
readonly name: "paymasterAndData";
|
|
1102
|
+
readonly type: "bytes";
|
|
1103
|
+
readonly internalType: "bytes";
|
|
1104
|
+
}, {
|
|
1105
|
+
readonly name: "signature";
|
|
1106
|
+
readonly type: "bytes";
|
|
1107
|
+
readonly internalType: "bytes";
|
|
1108
|
+
}];
|
|
1109
|
+
}, {
|
|
1110
|
+
readonly name: "entryPoint";
|
|
1111
|
+
readonly type: "address";
|
|
1112
|
+
readonly internalType: "contract IEntryPoint";
|
|
1113
|
+
}, {
|
|
1114
|
+
readonly name: "addresses";
|
|
1115
|
+
readonly type: "address[]";
|
|
1116
|
+
readonly internalType: "address[]";
|
|
1117
|
+
}, {
|
|
1118
|
+
readonly name: "tokens";
|
|
1119
|
+
readonly type: "address[]";
|
|
1120
|
+
readonly internalType: "address[]";
|
|
1121
|
+
}];
|
|
1122
|
+
readonly outputs: readonly [{
|
|
1123
|
+
readonly name: "";
|
|
1124
|
+
readonly type: "tuple[]";
|
|
1125
|
+
readonly internalType: "struct PimlicoSimulations.AssetChange[]";
|
|
1126
|
+
readonly components: readonly [{
|
|
1127
|
+
readonly name: "addr";
|
|
1128
|
+
readonly type: "address";
|
|
1129
|
+
readonly internalType: "address";
|
|
1130
|
+
}, {
|
|
1131
|
+
readonly name: "token";
|
|
1132
|
+
readonly type: "address";
|
|
1133
|
+
readonly internalType: "address";
|
|
1134
|
+
}, {
|
|
1135
|
+
readonly name: "balanceBefore";
|
|
1136
|
+
readonly type: "uint256";
|
|
1137
|
+
readonly internalType: "uint256";
|
|
1138
|
+
}, {
|
|
1139
|
+
readonly name: "balanceAfter";
|
|
1140
|
+
readonly type: "uint256";
|
|
1141
|
+
readonly internalType: "uint256";
|
|
1142
|
+
}];
|
|
1143
|
+
}];
|
|
1144
|
+
readonly stateMutability: "nonpayable";
|
|
1145
|
+
}, {
|
|
1146
|
+
readonly type: "function";
|
|
1147
|
+
readonly name: "simulateAssetChange07";
|
|
1148
|
+
readonly inputs: readonly [{
|
|
1149
|
+
readonly name: "userOp";
|
|
1150
|
+
readonly type: "tuple";
|
|
1151
|
+
readonly internalType: "struct PackedUserOperation";
|
|
1152
|
+
readonly components: readonly [{
|
|
1153
|
+
readonly name: "sender";
|
|
1154
|
+
readonly type: "address";
|
|
1155
|
+
readonly internalType: "address";
|
|
1156
|
+
}, {
|
|
1157
|
+
readonly name: "nonce";
|
|
1158
|
+
readonly type: "uint256";
|
|
1159
|
+
readonly internalType: "uint256";
|
|
1160
|
+
}, {
|
|
1161
|
+
readonly name: "initCode";
|
|
1162
|
+
readonly type: "bytes";
|
|
1163
|
+
readonly internalType: "bytes";
|
|
1164
|
+
}, {
|
|
1165
|
+
readonly name: "callData";
|
|
1166
|
+
readonly type: "bytes";
|
|
1167
|
+
readonly internalType: "bytes";
|
|
1168
|
+
}, {
|
|
1169
|
+
readonly name: "accountGasLimits";
|
|
1170
|
+
readonly type: "bytes32";
|
|
1171
|
+
readonly internalType: "bytes32";
|
|
1172
|
+
}, {
|
|
1173
|
+
readonly name: "preVerificationGas";
|
|
1174
|
+
readonly type: "uint256";
|
|
1175
|
+
readonly internalType: "uint256";
|
|
1176
|
+
}, {
|
|
1177
|
+
readonly name: "gasFees";
|
|
1178
|
+
readonly type: "bytes32";
|
|
1179
|
+
readonly internalType: "bytes32";
|
|
1180
|
+
}, {
|
|
1181
|
+
readonly name: "paymasterAndData";
|
|
1182
|
+
readonly type: "bytes";
|
|
1183
|
+
readonly internalType: "bytes";
|
|
1184
|
+
}, {
|
|
1185
|
+
readonly name: "signature";
|
|
1186
|
+
readonly type: "bytes";
|
|
1187
|
+
readonly internalType: "bytes";
|
|
1188
|
+
}];
|
|
1189
|
+
}, {
|
|
1190
|
+
readonly name: "entryPoint";
|
|
1191
|
+
readonly type: "address";
|
|
1192
|
+
readonly internalType: "contract IEntryPoint";
|
|
1193
|
+
}, {
|
|
1194
|
+
readonly name: "entryPointSimulations";
|
|
1195
|
+
readonly type: "address";
|
|
1196
|
+
readonly internalType: "address";
|
|
1197
|
+
}, {
|
|
1198
|
+
readonly name: "addresses";
|
|
1199
|
+
readonly type: "address[]";
|
|
1200
|
+
readonly internalType: "address[]";
|
|
1201
|
+
}, {
|
|
1202
|
+
readonly name: "tokens";
|
|
1203
|
+
readonly type: "address[]";
|
|
1204
|
+
readonly internalType: "address[]";
|
|
1205
|
+
}];
|
|
1206
|
+
readonly outputs: readonly [{
|
|
1207
|
+
readonly name: "";
|
|
1208
|
+
readonly type: "tuple[]";
|
|
1209
|
+
readonly internalType: "struct PimlicoSimulations.AssetChange[]";
|
|
1210
|
+
readonly components: readonly [{
|
|
1211
|
+
readonly name: "addr";
|
|
1212
|
+
readonly type: "address";
|
|
1213
|
+
readonly internalType: "address";
|
|
1214
|
+
}, {
|
|
1215
|
+
readonly name: "token";
|
|
1216
|
+
readonly type: "address";
|
|
1217
|
+
readonly internalType: "address";
|
|
1218
|
+
}, {
|
|
1219
|
+
readonly name: "balanceBefore";
|
|
1220
|
+
readonly type: "uint256";
|
|
1221
|
+
readonly internalType: "uint256";
|
|
1222
|
+
}, {
|
|
1223
|
+
readonly name: "balanceAfter";
|
|
1224
|
+
readonly type: "uint256";
|
|
1225
|
+
readonly internalType: "uint256";
|
|
1226
|
+
}];
|
|
1227
|
+
}];
|
|
1228
|
+
readonly stateMutability: "nonpayable";
|
|
1229
|
+
}, {
|
|
1230
|
+
readonly type: "function";
|
|
1231
|
+
readonly name: "simulateAssetChange08";
|
|
1232
|
+
readonly inputs: readonly [{
|
|
1233
|
+
readonly name: "userOp";
|
|
1234
|
+
readonly type: "tuple";
|
|
1235
|
+
readonly internalType: "struct PackedUserOperation";
|
|
1236
|
+
readonly components: readonly [{
|
|
1237
|
+
readonly name: "sender";
|
|
1238
|
+
readonly type: "address";
|
|
1239
|
+
readonly internalType: "address";
|
|
1240
|
+
}, {
|
|
1241
|
+
readonly name: "nonce";
|
|
1242
|
+
readonly type: "uint256";
|
|
1243
|
+
readonly internalType: "uint256";
|
|
1244
|
+
}, {
|
|
1245
|
+
readonly name: "initCode";
|
|
1246
|
+
readonly type: "bytes";
|
|
1247
|
+
readonly internalType: "bytes";
|
|
1248
|
+
}, {
|
|
1249
|
+
readonly name: "callData";
|
|
1250
|
+
readonly type: "bytes";
|
|
1251
|
+
readonly internalType: "bytes";
|
|
1252
|
+
}, {
|
|
1253
|
+
readonly name: "accountGasLimits";
|
|
1254
|
+
readonly type: "bytes32";
|
|
1255
|
+
readonly internalType: "bytes32";
|
|
1256
|
+
}, {
|
|
1257
|
+
readonly name: "preVerificationGas";
|
|
1258
|
+
readonly type: "uint256";
|
|
1259
|
+
readonly internalType: "uint256";
|
|
1260
|
+
}, {
|
|
1261
|
+
readonly name: "gasFees";
|
|
1262
|
+
readonly type: "bytes32";
|
|
1263
|
+
readonly internalType: "bytes32";
|
|
1264
|
+
}, {
|
|
1265
|
+
readonly name: "paymasterAndData";
|
|
1266
|
+
readonly type: "bytes";
|
|
1267
|
+
readonly internalType: "bytes";
|
|
1268
|
+
}, {
|
|
1269
|
+
readonly name: "signature";
|
|
1270
|
+
readonly type: "bytes";
|
|
1271
|
+
readonly internalType: "bytes";
|
|
1272
|
+
}];
|
|
1273
|
+
}, {
|
|
1274
|
+
readonly name: "entryPoint";
|
|
1275
|
+
readonly type: "address";
|
|
1276
|
+
readonly internalType: "contract IEntryPoint";
|
|
1277
|
+
}, {
|
|
1278
|
+
readonly name: "entryPointSimulations";
|
|
1279
|
+
readonly type: "address";
|
|
1280
|
+
readonly internalType: "address";
|
|
1281
|
+
}, {
|
|
1282
|
+
readonly name: "addresses";
|
|
1283
|
+
readonly type: "address[]";
|
|
1284
|
+
readonly internalType: "address[]";
|
|
1285
|
+
}, {
|
|
1286
|
+
readonly name: "tokens";
|
|
1287
|
+
readonly type: "address[]";
|
|
1288
|
+
readonly internalType: "address[]";
|
|
1289
|
+
}];
|
|
1290
|
+
readonly outputs: readonly [{
|
|
1291
|
+
readonly name: "";
|
|
1292
|
+
readonly type: "tuple[]";
|
|
1293
|
+
readonly internalType: "struct PimlicoSimulations.AssetChange[]";
|
|
1294
|
+
readonly components: readonly [{
|
|
1295
|
+
readonly name: "addr";
|
|
1296
|
+
readonly type: "address";
|
|
1297
|
+
readonly internalType: "address";
|
|
1298
|
+
}, {
|
|
1299
|
+
readonly name: "token";
|
|
1300
|
+
readonly type: "address";
|
|
1301
|
+
readonly internalType: "address";
|
|
1302
|
+
}, {
|
|
1303
|
+
readonly name: "balanceBefore";
|
|
1304
|
+
readonly type: "uint256";
|
|
1305
|
+
readonly internalType: "uint256";
|
|
1306
|
+
}, {
|
|
1307
|
+
readonly name: "balanceAfter";
|
|
1308
|
+
readonly type: "uint256";
|
|
1309
|
+
readonly internalType: "uint256";
|
|
1310
|
+
}];
|
|
1311
|
+
}];
|
|
1312
|
+
readonly stateMutability: "nonpayable";
|
|
1313
|
+
}, {
|
|
1314
|
+
readonly type: "function";
|
|
1315
|
+
readonly name: "simulateEntryPointBulk";
|
|
1316
|
+
readonly inputs: readonly [{
|
|
1317
|
+
readonly name: "entryPointSimulation";
|
|
1318
|
+
readonly type: "address";
|
|
1319
|
+
readonly internalType: "address";
|
|
1320
|
+
}, {
|
|
1321
|
+
readonly name: "entryPoint";
|
|
1322
|
+
readonly type: "address";
|
|
1323
|
+
readonly internalType: "address payable";
|
|
1324
|
+
}, {
|
|
1325
|
+
readonly name: "data";
|
|
1326
|
+
readonly type: "bytes[]";
|
|
1327
|
+
readonly internalType: "bytes[]";
|
|
1328
|
+
}];
|
|
1329
|
+
readonly outputs: readonly [{
|
|
1330
|
+
readonly name: "";
|
|
1331
|
+
readonly type: "bytes[]";
|
|
1332
|
+
readonly internalType: "bytes[]";
|
|
1333
|
+
}];
|
|
1334
|
+
readonly stateMutability: "nonpayable";
|
|
1335
|
+
}, {
|
|
1336
|
+
readonly type: "function";
|
|
1337
|
+
readonly name: "simulateHandleOp";
|
|
1338
|
+
readonly inputs: readonly [{
|
|
1339
|
+
readonly name: "entryPointSimulation";
|
|
1340
|
+
readonly type: "address";
|
|
1341
|
+
readonly internalType: "address";
|
|
1342
|
+
}, {
|
|
1343
|
+
readonly name: "entryPoint";
|
|
1344
|
+
readonly type: "address";
|
|
1345
|
+
readonly internalType: "address payable";
|
|
1346
|
+
}, {
|
|
1347
|
+
readonly name: "queuedUserOps";
|
|
1348
|
+
readonly type: "tuple[]";
|
|
1349
|
+
readonly internalType: "struct PackedUserOperation[]";
|
|
1350
|
+
readonly components: readonly [{
|
|
1351
|
+
readonly name: "sender";
|
|
1352
|
+
readonly type: "address";
|
|
1353
|
+
readonly internalType: "address";
|
|
1354
|
+
}, {
|
|
1355
|
+
readonly name: "nonce";
|
|
1356
|
+
readonly type: "uint256";
|
|
1357
|
+
readonly internalType: "uint256";
|
|
1358
|
+
}, {
|
|
1359
|
+
readonly name: "initCode";
|
|
1360
|
+
readonly type: "bytes";
|
|
1361
|
+
readonly internalType: "bytes";
|
|
1362
|
+
}, {
|
|
1363
|
+
readonly name: "callData";
|
|
1364
|
+
readonly type: "bytes";
|
|
1365
|
+
readonly internalType: "bytes";
|
|
1366
|
+
}, {
|
|
1367
|
+
readonly name: "accountGasLimits";
|
|
1368
|
+
readonly type: "bytes32";
|
|
1369
|
+
readonly internalType: "bytes32";
|
|
1370
|
+
}, {
|
|
1371
|
+
readonly name: "preVerificationGas";
|
|
1372
|
+
readonly type: "uint256";
|
|
1373
|
+
readonly internalType: "uint256";
|
|
1374
|
+
}, {
|
|
1375
|
+
readonly name: "gasFees";
|
|
1376
|
+
readonly type: "bytes32";
|
|
1377
|
+
readonly internalType: "bytes32";
|
|
1378
|
+
}, {
|
|
1379
|
+
readonly name: "paymasterAndData";
|
|
1380
|
+
readonly type: "bytes";
|
|
1381
|
+
readonly internalType: "bytes";
|
|
1382
|
+
}, {
|
|
1383
|
+
readonly name: "signature";
|
|
1384
|
+
readonly type: "bytes";
|
|
1385
|
+
readonly internalType: "bytes";
|
|
1386
|
+
}];
|
|
1387
|
+
}, {
|
|
1388
|
+
readonly name: "targetUserOp";
|
|
1389
|
+
readonly type: "tuple";
|
|
1390
|
+
readonly internalType: "struct PackedUserOperation";
|
|
1391
|
+
readonly components: readonly [{
|
|
1392
|
+
readonly name: "sender";
|
|
1393
|
+
readonly type: "address";
|
|
1394
|
+
readonly internalType: "address";
|
|
1395
|
+
}, {
|
|
1396
|
+
readonly name: "nonce";
|
|
1397
|
+
readonly type: "uint256";
|
|
1398
|
+
readonly internalType: "uint256";
|
|
1399
|
+
}, {
|
|
1400
|
+
readonly name: "initCode";
|
|
1401
|
+
readonly type: "bytes";
|
|
1402
|
+
readonly internalType: "bytes";
|
|
1403
|
+
}, {
|
|
1404
|
+
readonly name: "callData";
|
|
1405
|
+
readonly type: "bytes";
|
|
1406
|
+
readonly internalType: "bytes";
|
|
1407
|
+
}, {
|
|
1408
|
+
readonly name: "accountGasLimits";
|
|
1409
|
+
readonly type: "bytes32";
|
|
1410
|
+
readonly internalType: "bytes32";
|
|
1411
|
+
}, {
|
|
1412
|
+
readonly name: "preVerificationGas";
|
|
1413
|
+
readonly type: "uint256";
|
|
1414
|
+
readonly internalType: "uint256";
|
|
1415
|
+
}, {
|
|
1416
|
+
readonly name: "gasFees";
|
|
1417
|
+
readonly type: "bytes32";
|
|
1418
|
+
readonly internalType: "bytes32";
|
|
1419
|
+
}, {
|
|
1420
|
+
readonly name: "paymasterAndData";
|
|
1421
|
+
readonly type: "bytes";
|
|
1422
|
+
readonly internalType: "bytes";
|
|
1423
|
+
}, {
|
|
1424
|
+
readonly name: "signature";
|
|
1425
|
+
readonly type: "bytes";
|
|
1426
|
+
readonly internalType: "bytes";
|
|
1427
|
+
}];
|
|
1428
|
+
}];
|
|
1429
|
+
readonly outputs: readonly [{
|
|
1430
|
+
readonly name: "";
|
|
1431
|
+
readonly type: "tuple";
|
|
1432
|
+
readonly internalType: "struct IEntryPointSimulations.ExecutionResult";
|
|
1433
|
+
readonly components: readonly [{
|
|
1434
|
+
readonly name: "preOpGas";
|
|
1435
|
+
readonly type: "uint256";
|
|
1436
|
+
readonly internalType: "uint256";
|
|
1437
|
+
}, {
|
|
1438
|
+
readonly name: "paid";
|
|
1439
|
+
readonly type: "uint256";
|
|
1440
|
+
readonly internalType: "uint256";
|
|
1441
|
+
}, {
|
|
1442
|
+
readonly name: "accountValidationData";
|
|
1443
|
+
readonly type: "uint256";
|
|
1444
|
+
readonly internalType: "uint256";
|
|
1445
|
+
}, {
|
|
1446
|
+
readonly name: "paymasterValidationData";
|
|
1447
|
+
readonly type: "uint256";
|
|
1448
|
+
readonly internalType: "uint256";
|
|
1449
|
+
}, {
|
|
1450
|
+
readonly name: "paymasterVerificationGasLimit";
|
|
1451
|
+
readonly type: "uint256";
|
|
1452
|
+
readonly internalType: "uint256";
|
|
1453
|
+
}, {
|
|
1454
|
+
readonly name: "paymasterPostOpGasLimit";
|
|
1455
|
+
readonly type: "uint256";
|
|
1456
|
+
readonly internalType: "uint256";
|
|
1457
|
+
}, {
|
|
1458
|
+
readonly name: "targetSuccess";
|
|
1459
|
+
readonly type: "bool";
|
|
1460
|
+
readonly internalType: "bool";
|
|
1461
|
+
}, {
|
|
1462
|
+
readonly name: "targetResult";
|
|
1463
|
+
readonly type: "bytes";
|
|
1464
|
+
readonly internalType: "bytes";
|
|
1465
|
+
}];
|
|
1466
|
+
}];
|
|
1467
|
+
readonly stateMutability: "nonpayable";
|
|
1468
|
+
}, {
|
|
1469
|
+
readonly type: "function";
|
|
1470
|
+
readonly name: "simulateValidation";
|
|
1471
|
+
readonly inputs: readonly [{
|
|
1472
|
+
readonly name: "entryPointSimulation";
|
|
1473
|
+
readonly type: "address";
|
|
1474
|
+
readonly internalType: "address";
|
|
1475
|
+
}, {
|
|
1476
|
+
readonly name: "entryPoint";
|
|
1477
|
+
readonly type: "address";
|
|
1478
|
+
readonly internalType: "address payable";
|
|
1479
|
+
}, {
|
|
1480
|
+
readonly name: "queuedUserOps";
|
|
1481
|
+
readonly type: "tuple[]";
|
|
1482
|
+
readonly internalType: "struct PackedUserOperation[]";
|
|
1483
|
+
readonly components: readonly [{
|
|
1484
|
+
readonly name: "sender";
|
|
1485
|
+
readonly type: "address";
|
|
1486
|
+
readonly internalType: "address";
|
|
1487
|
+
}, {
|
|
1488
|
+
readonly name: "nonce";
|
|
1489
|
+
readonly type: "uint256";
|
|
1490
|
+
readonly internalType: "uint256";
|
|
1491
|
+
}, {
|
|
1492
|
+
readonly name: "initCode";
|
|
1493
|
+
readonly type: "bytes";
|
|
1494
|
+
readonly internalType: "bytes";
|
|
1495
|
+
}, {
|
|
1496
|
+
readonly name: "callData";
|
|
1497
|
+
readonly type: "bytes";
|
|
1498
|
+
readonly internalType: "bytes";
|
|
1499
|
+
}, {
|
|
1500
|
+
readonly name: "accountGasLimits";
|
|
1501
|
+
readonly type: "bytes32";
|
|
1502
|
+
readonly internalType: "bytes32";
|
|
1503
|
+
}, {
|
|
1504
|
+
readonly name: "preVerificationGas";
|
|
1505
|
+
readonly type: "uint256";
|
|
1506
|
+
readonly internalType: "uint256";
|
|
1507
|
+
}, {
|
|
1508
|
+
readonly name: "gasFees";
|
|
1509
|
+
readonly type: "bytes32";
|
|
1510
|
+
readonly internalType: "bytes32";
|
|
1511
|
+
}, {
|
|
1512
|
+
readonly name: "paymasterAndData";
|
|
1513
|
+
readonly type: "bytes";
|
|
1514
|
+
readonly internalType: "bytes";
|
|
1515
|
+
}, {
|
|
1516
|
+
readonly name: "signature";
|
|
1517
|
+
readonly type: "bytes";
|
|
1518
|
+
readonly internalType: "bytes";
|
|
1519
|
+
}];
|
|
1520
|
+
}, {
|
|
1521
|
+
readonly name: "targetUserOp";
|
|
1522
|
+
readonly type: "tuple";
|
|
1523
|
+
readonly internalType: "struct PackedUserOperation";
|
|
1524
|
+
readonly components: readonly [{
|
|
1525
|
+
readonly name: "sender";
|
|
1526
|
+
readonly type: "address";
|
|
1527
|
+
readonly internalType: "address";
|
|
1528
|
+
}, {
|
|
1529
|
+
readonly name: "nonce";
|
|
1530
|
+
readonly type: "uint256";
|
|
1531
|
+
readonly internalType: "uint256";
|
|
1532
|
+
}, {
|
|
1533
|
+
readonly name: "initCode";
|
|
1534
|
+
readonly type: "bytes";
|
|
1535
|
+
readonly internalType: "bytes";
|
|
1536
|
+
}, {
|
|
1537
|
+
readonly name: "callData";
|
|
1538
|
+
readonly type: "bytes";
|
|
1539
|
+
readonly internalType: "bytes";
|
|
1540
|
+
}, {
|
|
1541
|
+
readonly name: "accountGasLimits";
|
|
1542
|
+
readonly type: "bytes32";
|
|
1543
|
+
readonly internalType: "bytes32";
|
|
1544
|
+
}, {
|
|
1545
|
+
readonly name: "preVerificationGas";
|
|
1546
|
+
readonly type: "uint256";
|
|
1547
|
+
readonly internalType: "uint256";
|
|
1548
|
+
}, {
|
|
1549
|
+
readonly name: "gasFees";
|
|
1550
|
+
readonly type: "bytes32";
|
|
1551
|
+
readonly internalType: "bytes32";
|
|
1552
|
+
}, {
|
|
1553
|
+
readonly name: "paymasterAndData";
|
|
1554
|
+
readonly type: "bytes";
|
|
1555
|
+
readonly internalType: "bytes";
|
|
1556
|
+
}, {
|
|
1557
|
+
readonly name: "signature";
|
|
1558
|
+
readonly type: "bytes";
|
|
1559
|
+
readonly internalType: "bytes";
|
|
1560
|
+
}];
|
|
1561
|
+
}];
|
|
1562
|
+
readonly outputs: readonly [{
|
|
1563
|
+
readonly name: "";
|
|
1564
|
+
readonly type: "tuple";
|
|
1565
|
+
readonly internalType: "struct IEntryPointSimulations.ValidationResult";
|
|
1566
|
+
readonly components: readonly [{
|
|
1567
|
+
readonly name: "returnInfo";
|
|
1568
|
+
readonly type: "tuple";
|
|
1569
|
+
readonly internalType: "struct IEntryPoint.ReturnInfo";
|
|
1570
|
+
readonly components: readonly [{
|
|
1571
|
+
readonly name: "preOpGas";
|
|
1572
|
+
readonly type: "uint256";
|
|
1573
|
+
readonly internalType: "uint256";
|
|
1574
|
+
}, {
|
|
1575
|
+
readonly name: "prefund";
|
|
1576
|
+
readonly type: "uint256";
|
|
1577
|
+
readonly internalType: "uint256";
|
|
1578
|
+
}, {
|
|
1579
|
+
readonly name: "accountValidationData";
|
|
1580
|
+
readonly type: "uint256";
|
|
1581
|
+
readonly internalType: "uint256";
|
|
1582
|
+
}, {
|
|
1583
|
+
readonly name: "paymasterValidationData";
|
|
1584
|
+
readonly type: "uint256";
|
|
1585
|
+
readonly internalType: "uint256";
|
|
1586
|
+
}, {
|
|
1587
|
+
readonly name: "paymasterContext";
|
|
1588
|
+
readonly type: "bytes";
|
|
1589
|
+
readonly internalType: "bytes";
|
|
1590
|
+
}];
|
|
1591
|
+
}, {
|
|
1592
|
+
readonly name: "senderInfo";
|
|
1593
|
+
readonly type: "tuple";
|
|
1594
|
+
readonly internalType: "struct IStakeManager.StakeInfo";
|
|
1595
|
+
readonly components: readonly [{
|
|
1596
|
+
readonly name: "stake";
|
|
1597
|
+
readonly type: "uint256";
|
|
1598
|
+
readonly internalType: "uint256";
|
|
1599
|
+
}, {
|
|
1600
|
+
readonly name: "unstakeDelaySec";
|
|
1601
|
+
readonly type: "uint256";
|
|
1602
|
+
readonly internalType: "uint256";
|
|
1603
|
+
}];
|
|
1604
|
+
}, {
|
|
1605
|
+
readonly name: "factoryInfo";
|
|
1606
|
+
readonly type: "tuple";
|
|
1607
|
+
readonly internalType: "struct IStakeManager.StakeInfo";
|
|
1608
|
+
readonly components: readonly [{
|
|
1609
|
+
readonly name: "stake";
|
|
1610
|
+
readonly type: "uint256";
|
|
1611
|
+
readonly internalType: "uint256";
|
|
1612
|
+
}, {
|
|
1613
|
+
readonly name: "unstakeDelaySec";
|
|
1614
|
+
readonly type: "uint256";
|
|
1615
|
+
readonly internalType: "uint256";
|
|
1616
|
+
}];
|
|
1617
|
+
}, {
|
|
1618
|
+
readonly name: "paymasterInfo";
|
|
1619
|
+
readonly type: "tuple";
|
|
1620
|
+
readonly internalType: "struct IStakeManager.StakeInfo";
|
|
1621
|
+
readonly components: readonly [{
|
|
1622
|
+
readonly name: "stake";
|
|
1623
|
+
readonly type: "uint256";
|
|
1624
|
+
readonly internalType: "uint256";
|
|
1625
|
+
}, {
|
|
1626
|
+
readonly name: "unstakeDelaySec";
|
|
1627
|
+
readonly type: "uint256";
|
|
1628
|
+
readonly internalType: "uint256";
|
|
1629
|
+
}];
|
|
1630
|
+
}, {
|
|
1631
|
+
readonly name: "aggregatorInfo";
|
|
1632
|
+
readonly type: "tuple";
|
|
1633
|
+
readonly internalType: "struct IEntryPoint.AggregatorStakeInfo";
|
|
1634
|
+
readonly components: readonly [{
|
|
1635
|
+
readonly name: "aggregator";
|
|
1636
|
+
readonly type: "address";
|
|
1637
|
+
readonly internalType: "address";
|
|
1638
|
+
}, {
|
|
1639
|
+
readonly name: "stakeInfo";
|
|
1640
|
+
readonly type: "tuple";
|
|
1641
|
+
readonly internalType: "struct IStakeManager.StakeInfo";
|
|
1642
|
+
readonly components: readonly [{
|
|
1643
|
+
readonly name: "stake";
|
|
1644
|
+
readonly type: "uint256";
|
|
1645
|
+
readonly internalType: "uint256";
|
|
1646
|
+
}, {
|
|
1647
|
+
readonly name: "unstakeDelaySec";
|
|
1648
|
+
readonly type: "uint256";
|
|
1649
|
+
readonly internalType: "uint256";
|
|
1650
|
+
}];
|
|
1651
|
+
}];
|
|
1652
|
+
}];
|
|
1653
|
+
}];
|
|
1654
|
+
readonly stateMutability: "nonpayable";
|
|
1655
|
+
}, {
|
|
1656
|
+
readonly type: "event";
|
|
1657
|
+
readonly name: "PimlicoSimulationDeployed";
|
|
1658
|
+
readonly inputs: readonly [];
|
|
1659
|
+
readonly anonymous: false;
|
|
1660
|
+
}];
|
|
1661
|
+
//# sourceMappingURL=PimlicoSimulations.d.ts.map
|