@pimlico/alto 0.0.0-main.20251205T161640 → 0.0.0-main.20260101T133101
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 -1
- package/contracts/ERC165.sol/ERC165.json +1 -1
- package/contracts/ERC20.sol/ERC20.json +1 -1
- package/contracts/Eip7702Support.sol/Eip7702Support.json +1 -1
- package/contracts/EntryPoint.sol/EntryPoint.json +1 -1
- package/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride06.json +1 -1
- package/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride07.json +1 -1
- package/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride08.json +1 -1
- package/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride09.json +1 -0
- package/contracts/EntryPointGasEstimationOverride.sol/EntryPointGasEstimationOverride06.json +1 -1
- package/contracts/EntryPointSimulations.sol/EntryPointSimulations07.json +1 -1
- package/contracts/EntryPointSimulations.sol/EntryPointSimulations08.json +1 -1
- package/contracts/EntryPointSimulations.sol/EntryPointSimulations09.json +1 -0
- package/contracts/Exec.sol/Exec.json +1 -1
- package/contracts/IAccount.sol/IAccount.json +1 -1
- package/contracts/IAccountExecute.sol/IAccountExecute.json +1 -1
- package/contracts/IAggregator.sol/IAggregator.json +1 -1
- package/contracts/IERC165.sol/IERC165.json +1 -1
- package/contracts/IERC5267.sol/IERC5267.json +1 -1
- package/contracts/IEntryPoint.sol/IEntryPoint.json +1 -1
- package/contracts/IEntryPointFilterOpsOverride.sol/IEntryPointFilterOpsOverride08.json +1 -1
- package/contracts/IEntryPointFilterOpsOverride.sol/IEntryPointFilterOpsOverride09.json +1 -0
- package/contracts/IEntryPointSimulations.sol/IEntryPointSimulations.json +1 -1
- package/contracts/INonceManager.sol/INonceManager.json +1 -1
- package/contracts/IPaymaster.sol/IPaymaster.json +1 -1
- package/contracts/ISenderCreator.sol/ISenderCreator.json +1 -1
- package/contracts/IStakeManager.sol/IStakeManager.json +1 -1
- package/contracts/LibBytes.sol/LibBytes.json +1 -1
- package/contracts/Math.sol/Math.json +1 -1
- package/contracts/MessageHashUtils.sol/MessageHashUtils.json +1 -1
- package/contracts/NonceManager.sol/NonceManager.json +1 -1
- package/contracts/Panic.sol/Panic.json +1 -1
- package/contracts/PimlicoSimulations.sol/PimlicoSimulations.json +1 -1
- package/contracts/ReentrancyGuard.sol/ReentrancyGuard.json +1 -1
- package/contracts/ReentrancyGuardTransient.sol/ReentrancyGuardTransient.json +1 -1
- package/contracts/SafeCast.sol/SafeCast.json +1 -1
- package/contracts/SenderCreator.sol/SenderCreator.json +1 -1
- package/contracts/ShortStrings.sol/ShortStrings.json +1 -1
- package/contracts/SignedMath.sol/SignedMath.json +1 -1
- package/contracts/SimulationOverrideHelper.sol/SimulationOverrideHelper.json +1 -1
- package/contracts/StakeManager.sol/StakeManager.json +1 -1
- package/contracts/StorageSlot.sol/StorageSlot.json +1 -1
- package/contracts/Strings.sol/Strings.json +1 -1
- package/contracts/TransientSlot.sol/TransientSlot.json +1 -1
- package/contracts/UserOperation.sol/UserOperationLib.json +1 -1
- package/contracts/UserOperationLib.sol/UserOperationLib.json +1 -1
- 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/{006aa55b425148d5.json → 338795fc743ca612.json} +1 -1
- package/contracts/build-info/44a9648cfe32a468.json +1 -0
- package/contracts/build-info/{416ffb069999d6eb.json → 8dbf8a4ad39019b5.json} +1 -1
- package/contracts/contracts/interfaces/IAggregator.sol/IAggregator.json +1 -1
- package/contracts/contracts/interfaces/IEntryPoint.sol/IEntryPoint.json +1 -1
- package/contracts/contracts/interfaces/INonceManager.sol/INonceManager.json +1 -1
- package/contracts/contracts/interfaces/IStakeManager.sol/IStakeManager.json +1 -1
- 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 -1
- package/contracts/interfaces/IEntryPoint.sol/IEntryPoint.json +1 -1
- package/contracts/interfaces/INonceManager.sol/INonceManager.json +1 -1
- 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 -1
- 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 -1
- package/contracts/utils/StorageSlot.sol/StorageSlot.json +1 -1
- package/contracts/v09/EntryPoint.sol/EntryPoint.json +1 -0
- package/esm/cli/config/bundler.d.ts +56 -50
- package/esm/cli/config/bundler.js +1 -0
- package/esm/cli/config/bundler.js.map +1 -1
- package/esm/cli/config/options.js +5 -1
- package/esm/cli/config/options.js.map +1 -1
- package/esm/cli/deploySimulationsContract.d.ts +1 -0
- package/esm/cli/deploySimulationsContract.js +41 -5
- package/esm/cli/deploySimulationsContract.js.map +1 -1
- package/esm/cli/handler.js +14 -0
- package/esm/cli/handler.js.map +1 -1
- package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride06.json +1 -1
- package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride07.json +1 -1
- package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride08.json +1 -1
- package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride09.json +1 -0
- package/esm/contracts/EntryPointGasEstimationOverride.sol/EntryPointGasEstimationOverride06.json +1 -1
- package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations07.json +1 -1
- package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations08.json +1 -1
- package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations09.json +1 -0
- package/esm/contracts/PimlicoSimulations.sol/PimlicoSimulations.json +1 -1
- package/esm/executor/filterOpsAndEstimateGas.js +12 -0
- package/esm/executor/filterOpsAndEstimateGas.js.map +1 -1
- package/esm/executor/utils.js +2 -2
- package/esm/executor/utils.js.map +1 -1
- package/esm/mempool/mempool.d.ts +34 -0
- package/esm/mempool/mempool.js +14 -4
- package/esm/mempool/mempool.js.map +1 -1
- package/esm/rpc/estimation/gasEstimations07.js +7 -6
- package/esm/rpc/estimation/gasEstimations07.js.map +1 -1
- package/esm/rpc/estimation/preVerificationGasCalculator.js +1 -1
- package/esm/rpc/estimation/preVerificationGasCalculator.js.map +1 -1
- package/esm/rpc/methods/boost_sendUserOperation.d.ts +304 -0
- package/esm/rpc/methods/debug_bundler_dumpMempool.d.ts +338 -0
- package/esm/rpc/methods/eth_estimateUserOperationGas.d.ts +622 -14
- package/esm/rpc/methods/eth_getUserOperationByHash.d.ts +621 -11
- package/esm/rpc/methods/eth_sendUserOperation.d.ts +304 -0
- package/esm/rpc/methods/pimlico_sendUserOperationNow.d.ts +304 -0
- package/esm/rpc/methods/pimlico_sendUserOperationNow.js +3 -12
- package/esm/rpc/methods/pimlico_sendUserOperationNow.js.map +1 -1
- package/esm/rpc/methods/pimlico_simulateAssetChange.d.ts +620 -12
- package/esm/rpc/validation/SafeValidator.js +5 -5
- package/esm/rpc/validation/SafeValidator.js.map +1 -1
- package/esm/store/createMempoolStore.js +8 -2
- package/esm/store/createMempoolStore.js.map +1 -1
- package/esm/store/outstanding/memory.js +26 -17
- package/esm/store/outstanding/memory.js.map +1 -1
- package/esm/store/outstanding/redis.js +46 -18
- package/esm/store/outstanding/redis.js.map +1 -1
- package/esm/store/outstanding/types.d.ts +2 -1
- package/esm/store/processing/memory.d.ts +3 -1
- package/esm/store/processing/memory.js +14 -2
- package/esm/store/processing/memory.js.map +1 -1
- package/esm/store/processing/redis.d.ts +4 -2
- package/esm/store/processing/redis.js +20 -4
- package/esm/store/processing/redis.js.map +1 -1
- package/esm/store/processing/types.d.ts +2 -1
- package/esm/store/types.d.ts +1 -0
- package/esm/types/contracts/PimlicoSimulations.d.ts +81 -0
- package/esm/types/contracts/PimlicoSimulations.js +105 -0
- package/esm/types/contracts/PimlicoSimulations.js.map +1 -1
- package/esm/types/schemas.d.ts +13039 -4597
- package/esm/types/schemas.js +92 -2
- package/esm/types/schemas.js.map +1 -1
- package/esm/utils/entryPointOverrides.js +7 -0
- package/esm/utils/entryPointOverrides.js.map +1 -1
- package/esm/utils/userop.d.ts +76 -2
- package/esm/utils/userop.js +71 -79
- package/esm/utils/userop.js.map +1 -1
- package/package.json +2 -2
|
@@ -573,6 +573,208 @@ export declare const debugBundlerDumpMempoolHandler: {
|
|
|
573
573
|
yParity: string | number | bigint;
|
|
574
574
|
v?: string | number | bigint | undefined;
|
|
575
575
|
} | null | undefined;
|
|
576
|
+
}>, import("zod").ZodEffects<import("zod").ZodObject<{
|
|
577
|
+
sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
578
|
+
nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
|
|
579
|
+
factory: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, import("zod").ZodLiteral<"0x7702">]>>>, `0x${string}` | null, string | null | undefined>;
|
|
580
|
+
factoryData: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
|
|
581
|
+
callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
582
|
+
callGasLimit: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
|
|
583
|
+
verificationGasLimit: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
|
|
584
|
+
preVerificationGas: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
|
|
585
|
+
maxFeePerGas: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
|
|
586
|
+
maxPriorityFeePerGas: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
|
|
587
|
+
paymaster: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
|
|
588
|
+
paymasterVerificationGasLimit: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>>, bigint | null, string | number | bigint | null | undefined>;
|
|
589
|
+
paymasterPostOpGasLimit: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>>, bigint | null, string | number | bigint | null | undefined>;
|
|
590
|
+
paymasterData: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
|
|
591
|
+
paymasterSignature: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
|
|
592
|
+
signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
593
|
+
eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
594
|
+
contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
595
|
+
chainId: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
|
|
596
|
+
nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
|
|
597
|
+
r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
|
|
598
|
+
s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
|
|
599
|
+
v: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
600
|
+
yParity: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
|
|
601
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
602
|
+
nonce: number;
|
|
603
|
+
contractAddress: `0x${string}`;
|
|
604
|
+
chainId: number;
|
|
605
|
+
r: `0x${string}`;
|
|
606
|
+
s: `0x${string}`;
|
|
607
|
+
yParity: number;
|
|
608
|
+
v?: bigint | undefined;
|
|
609
|
+
}, {
|
|
610
|
+
nonce: string | number | bigint;
|
|
611
|
+
contractAddress: string;
|
|
612
|
+
chainId: string | number | bigint;
|
|
613
|
+
r: string;
|
|
614
|
+
s: string;
|
|
615
|
+
yParity: string | number | bigint;
|
|
616
|
+
v?: string | number | bigint | undefined;
|
|
617
|
+
}>, import("zod").ZodObject<{
|
|
618
|
+
address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
619
|
+
chainId: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
|
|
620
|
+
nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
|
|
621
|
+
r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
|
|
622
|
+
s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
|
|
623
|
+
v: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
624
|
+
yParity: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
|
|
625
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
626
|
+
address: `0x${string}`;
|
|
627
|
+
nonce: number;
|
|
628
|
+
chainId: number;
|
|
629
|
+
r: `0x${string}`;
|
|
630
|
+
s: `0x${string}`;
|
|
631
|
+
yParity: number;
|
|
632
|
+
v?: bigint | undefined;
|
|
633
|
+
}, {
|
|
634
|
+
address: string;
|
|
635
|
+
nonce: string | number | bigint;
|
|
636
|
+
chainId: string | number | bigint;
|
|
637
|
+
r: string;
|
|
638
|
+
s: string;
|
|
639
|
+
yParity: string | number | bigint;
|
|
640
|
+
v?: string | number | bigint | undefined;
|
|
641
|
+
}>]>>>;
|
|
642
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
643
|
+
sender: `0x${string}`;
|
|
644
|
+
factory: `0x${string}` | null;
|
|
645
|
+
paymaster: `0x${string}` | null;
|
|
646
|
+
nonce: bigint;
|
|
647
|
+
callData: `0x${string}`;
|
|
648
|
+
callGasLimit: bigint;
|
|
649
|
+
verificationGasLimit: bigint;
|
|
650
|
+
preVerificationGas: bigint;
|
|
651
|
+
maxFeePerGas: bigint;
|
|
652
|
+
maxPriorityFeePerGas: bigint;
|
|
653
|
+
signature: `0x${string}`;
|
|
654
|
+
paymasterVerificationGasLimit: bigint | null;
|
|
655
|
+
paymasterPostOpGasLimit: bigint | null;
|
|
656
|
+
factoryData: `0x${string}` | null;
|
|
657
|
+
paymasterData: `0x${string}` | null;
|
|
658
|
+
paymasterSignature: `0x${string}` | null;
|
|
659
|
+
eip7702Auth?: {
|
|
660
|
+
nonce: number;
|
|
661
|
+
contractAddress: `0x${string}`;
|
|
662
|
+
chainId: number;
|
|
663
|
+
r: `0x${string}`;
|
|
664
|
+
s: `0x${string}`;
|
|
665
|
+
yParity: number;
|
|
666
|
+
v?: bigint | undefined;
|
|
667
|
+
} | {
|
|
668
|
+
address: `0x${string}`;
|
|
669
|
+
nonce: number;
|
|
670
|
+
chainId: number;
|
|
671
|
+
r: `0x${string}`;
|
|
672
|
+
s: `0x${string}`;
|
|
673
|
+
yParity: number;
|
|
674
|
+
v?: bigint | undefined;
|
|
675
|
+
} | null | undefined;
|
|
676
|
+
}, {
|
|
677
|
+
sender: string;
|
|
678
|
+
nonce: string | number | bigint;
|
|
679
|
+
callData: string;
|
|
680
|
+
callGasLimit: string | number | bigint;
|
|
681
|
+
verificationGasLimit: string | number | bigint;
|
|
682
|
+
preVerificationGas: string | number | bigint;
|
|
683
|
+
maxFeePerGas: string | number | bigint;
|
|
684
|
+
maxPriorityFeePerGas: string | number | bigint;
|
|
685
|
+
signature: string;
|
|
686
|
+
factory?: string | null | undefined;
|
|
687
|
+
factoryData?: string | null | undefined;
|
|
688
|
+
paymaster?: string | null | undefined;
|
|
689
|
+
paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
|
|
690
|
+
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
691
|
+
paymasterData?: string | null | undefined;
|
|
692
|
+
paymasterSignature?: string | null | undefined;
|
|
693
|
+
eip7702Auth?: {
|
|
694
|
+
nonce: string | number | bigint;
|
|
695
|
+
contractAddress: string;
|
|
696
|
+
chainId: string | number | bigint;
|
|
697
|
+
r: string;
|
|
698
|
+
s: string;
|
|
699
|
+
yParity: string | number | bigint;
|
|
700
|
+
v?: string | number | bigint | undefined;
|
|
701
|
+
} | {
|
|
702
|
+
address: string;
|
|
703
|
+
nonce: string | number | bigint;
|
|
704
|
+
chainId: string | number | bigint;
|
|
705
|
+
r: string;
|
|
706
|
+
s: string;
|
|
707
|
+
yParity: string | number | bigint;
|
|
708
|
+
v?: string | number | bigint | undefined;
|
|
709
|
+
} | null | undefined;
|
|
710
|
+
}>, {
|
|
711
|
+
sender: `0x${string}`;
|
|
712
|
+
factory: `0x${string}` | null;
|
|
713
|
+
paymaster: `0x${string}` | null;
|
|
714
|
+
nonce: bigint;
|
|
715
|
+
callData: `0x${string}`;
|
|
716
|
+
callGasLimit: bigint;
|
|
717
|
+
verificationGasLimit: bigint;
|
|
718
|
+
preVerificationGas: bigint;
|
|
719
|
+
maxFeePerGas: bigint;
|
|
720
|
+
maxPriorityFeePerGas: bigint;
|
|
721
|
+
signature: `0x${string}`;
|
|
722
|
+
paymasterVerificationGasLimit: bigint | null;
|
|
723
|
+
paymasterPostOpGasLimit: bigint | null;
|
|
724
|
+
factoryData: `0x${string}` | null;
|
|
725
|
+
paymasterData: `0x${string}` | null;
|
|
726
|
+
paymasterSignature: `0x${string}` | null;
|
|
727
|
+
eip7702Auth?: {
|
|
728
|
+
nonce: number;
|
|
729
|
+
contractAddress: `0x${string}`;
|
|
730
|
+
chainId: number;
|
|
731
|
+
r: `0x${string}`;
|
|
732
|
+
s: `0x${string}`;
|
|
733
|
+
yParity: number;
|
|
734
|
+
v?: bigint | undefined;
|
|
735
|
+
} | {
|
|
736
|
+
address: `0x${string}`;
|
|
737
|
+
nonce: number;
|
|
738
|
+
chainId: number;
|
|
739
|
+
r: `0x${string}`;
|
|
740
|
+
s: `0x${string}`;
|
|
741
|
+
yParity: number;
|
|
742
|
+
v?: bigint | undefined;
|
|
743
|
+
} | null | undefined;
|
|
744
|
+
}, {
|
|
745
|
+
sender: string;
|
|
746
|
+
nonce: string | number | bigint;
|
|
747
|
+
callData: string;
|
|
748
|
+
callGasLimit: string | number | bigint;
|
|
749
|
+
verificationGasLimit: string | number | bigint;
|
|
750
|
+
preVerificationGas: string | number | bigint;
|
|
751
|
+
maxFeePerGas: string | number | bigint;
|
|
752
|
+
maxPriorityFeePerGas: string | number | bigint;
|
|
753
|
+
signature: string;
|
|
754
|
+
factory?: string | null | undefined;
|
|
755
|
+
factoryData?: string | null | undefined;
|
|
756
|
+
paymaster?: string | null | undefined;
|
|
757
|
+
paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
|
|
758
|
+
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
759
|
+
paymasterData?: string | null | undefined;
|
|
760
|
+
paymasterSignature?: string | null | undefined;
|
|
761
|
+
eip7702Auth?: {
|
|
762
|
+
nonce: string | number | bigint;
|
|
763
|
+
contractAddress: string;
|
|
764
|
+
chainId: string | number | bigint;
|
|
765
|
+
r: string;
|
|
766
|
+
s: string;
|
|
767
|
+
yParity: string | number | bigint;
|
|
768
|
+
v?: string | number | bigint | undefined;
|
|
769
|
+
} | {
|
|
770
|
+
address: string;
|
|
771
|
+
nonce: string | number | bigint;
|
|
772
|
+
chainId: string | number | bigint;
|
|
773
|
+
r: string;
|
|
774
|
+
s: string;
|
|
775
|
+
yParity: string | number | bigint;
|
|
776
|
+
v?: string | number | bigint | undefined;
|
|
777
|
+
} | null | undefined;
|
|
576
778
|
}>]>, "many">;
|
|
577
779
|
}, "strip", import("zod").ZodTypeAny, {
|
|
578
780
|
result: ({
|
|
@@ -670,6 +872,40 @@ export declare const debugBundlerDumpMempoolHandler: {
|
|
|
670
872
|
yParity: number;
|
|
671
873
|
v?: bigint | undefined;
|
|
672
874
|
} | null | undefined;
|
|
875
|
+
} | {
|
|
876
|
+
sender: `0x${string}`;
|
|
877
|
+
factory: `0x${string}` | null;
|
|
878
|
+
paymaster: `0x${string}` | null;
|
|
879
|
+
nonce: bigint;
|
|
880
|
+
callData: `0x${string}`;
|
|
881
|
+
callGasLimit: bigint;
|
|
882
|
+
verificationGasLimit: bigint;
|
|
883
|
+
preVerificationGas: bigint;
|
|
884
|
+
maxFeePerGas: bigint;
|
|
885
|
+
maxPriorityFeePerGas: bigint;
|
|
886
|
+
signature: `0x${string}`;
|
|
887
|
+
paymasterVerificationGasLimit: bigint | null;
|
|
888
|
+
paymasterPostOpGasLimit: bigint | null;
|
|
889
|
+
factoryData: `0x${string}` | null;
|
|
890
|
+
paymasterData: `0x${string}` | null;
|
|
891
|
+
paymasterSignature: `0x${string}` | null;
|
|
892
|
+
eip7702Auth?: {
|
|
893
|
+
nonce: number;
|
|
894
|
+
contractAddress: `0x${string}`;
|
|
895
|
+
chainId: number;
|
|
896
|
+
r: `0x${string}`;
|
|
897
|
+
s: `0x${string}`;
|
|
898
|
+
yParity: number;
|
|
899
|
+
v?: bigint | undefined;
|
|
900
|
+
} | {
|
|
901
|
+
address: `0x${string}`;
|
|
902
|
+
nonce: number;
|
|
903
|
+
chainId: number;
|
|
904
|
+
r: `0x${string}`;
|
|
905
|
+
s: `0x${string}`;
|
|
906
|
+
yParity: number;
|
|
907
|
+
v?: bigint | undefined;
|
|
908
|
+
} | null | undefined;
|
|
673
909
|
})[];
|
|
674
910
|
params: [`0x${string}`];
|
|
675
911
|
method: "debug_bundler_dumpMempool";
|
|
@@ -769,6 +1005,40 @@ export declare const debugBundlerDumpMempoolHandler: {
|
|
|
769
1005
|
yParity: string | number | bigint;
|
|
770
1006
|
v?: string | number | bigint | undefined;
|
|
771
1007
|
} | null | undefined;
|
|
1008
|
+
} | {
|
|
1009
|
+
sender: string;
|
|
1010
|
+
nonce: string | number | bigint;
|
|
1011
|
+
callData: string;
|
|
1012
|
+
callGasLimit: string | number | bigint;
|
|
1013
|
+
verificationGasLimit: string | number | bigint;
|
|
1014
|
+
preVerificationGas: string | number | bigint;
|
|
1015
|
+
maxFeePerGas: string | number | bigint;
|
|
1016
|
+
maxPriorityFeePerGas: string | number | bigint;
|
|
1017
|
+
signature: string;
|
|
1018
|
+
factory?: string | null | undefined;
|
|
1019
|
+
factoryData?: string | null | undefined;
|
|
1020
|
+
paymaster?: string | null | undefined;
|
|
1021
|
+
paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
|
|
1022
|
+
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
1023
|
+
paymasterData?: string | null | undefined;
|
|
1024
|
+
paymasterSignature?: string | null | undefined;
|
|
1025
|
+
eip7702Auth?: {
|
|
1026
|
+
nonce: string | number | bigint;
|
|
1027
|
+
contractAddress: string;
|
|
1028
|
+
chainId: string | number | bigint;
|
|
1029
|
+
r: string;
|
|
1030
|
+
s: string;
|
|
1031
|
+
yParity: string | number | bigint;
|
|
1032
|
+
v?: string | number | bigint | undefined;
|
|
1033
|
+
} | {
|
|
1034
|
+
address: string;
|
|
1035
|
+
nonce: string | number | bigint;
|
|
1036
|
+
chainId: string | number | bigint;
|
|
1037
|
+
r: string;
|
|
1038
|
+
s: string;
|
|
1039
|
+
yParity: string | number | bigint;
|
|
1040
|
+
v?: string | number | bigint | undefined;
|
|
1041
|
+
} | null | undefined;
|
|
772
1042
|
})[];
|
|
773
1043
|
params: [string];
|
|
774
1044
|
method: "debug_bundler_dumpMempool";
|
|
@@ -873,6 +1143,40 @@ export declare const debugBundlerDumpMempoolHandler: {
|
|
|
873
1143
|
yParity: number;
|
|
874
1144
|
v?: bigint | undefined;
|
|
875
1145
|
} | null | undefined;
|
|
1146
|
+
} | {
|
|
1147
|
+
sender: `0x${string}`;
|
|
1148
|
+
factory: `0x${string}` | null;
|
|
1149
|
+
paymaster: `0x${string}` | null;
|
|
1150
|
+
nonce: bigint;
|
|
1151
|
+
callData: `0x${string}`;
|
|
1152
|
+
callGasLimit: bigint;
|
|
1153
|
+
verificationGasLimit: bigint;
|
|
1154
|
+
preVerificationGas: bigint;
|
|
1155
|
+
maxFeePerGas: bigint;
|
|
1156
|
+
maxPriorityFeePerGas: bigint;
|
|
1157
|
+
signature: `0x${string}`;
|
|
1158
|
+
paymasterVerificationGasLimit: bigint | null;
|
|
1159
|
+
paymasterPostOpGasLimit: bigint | null;
|
|
1160
|
+
factoryData: `0x${string}` | null;
|
|
1161
|
+
paymasterData: `0x${string}` | null;
|
|
1162
|
+
paymasterSignature: `0x${string}` | null;
|
|
1163
|
+
eip7702Auth?: {
|
|
1164
|
+
nonce: number;
|
|
1165
|
+
contractAddress: `0x${string}`;
|
|
1166
|
+
chainId: number;
|
|
1167
|
+
r: `0x${string}`;
|
|
1168
|
+
s: `0x${string}`;
|
|
1169
|
+
yParity: number;
|
|
1170
|
+
v?: bigint | undefined;
|
|
1171
|
+
} | {
|
|
1172
|
+
address: `0x${string}`;
|
|
1173
|
+
nonce: number;
|
|
1174
|
+
chainId: number;
|
|
1175
|
+
r: `0x${string}`;
|
|
1176
|
+
s: `0x${string}`;
|
|
1177
|
+
yParity: number;
|
|
1178
|
+
v?: bigint | undefined;
|
|
1179
|
+
} | null | undefined;
|
|
876
1180
|
})[] | Promise<({
|
|
877
1181
|
sender: `0x${string}`;
|
|
878
1182
|
nonce: bigint;
|
|
@@ -968,6 +1272,40 @@ export declare const debugBundlerDumpMempoolHandler: {
|
|
|
968
1272
|
yParity: number;
|
|
969
1273
|
v?: bigint | undefined;
|
|
970
1274
|
} | null | undefined;
|
|
1275
|
+
} | {
|
|
1276
|
+
sender: `0x${string}`;
|
|
1277
|
+
factory: `0x${string}` | null;
|
|
1278
|
+
paymaster: `0x${string}` | null;
|
|
1279
|
+
nonce: bigint;
|
|
1280
|
+
callData: `0x${string}`;
|
|
1281
|
+
callGasLimit: bigint;
|
|
1282
|
+
verificationGasLimit: bigint;
|
|
1283
|
+
preVerificationGas: bigint;
|
|
1284
|
+
maxFeePerGas: bigint;
|
|
1285
|
+
maxPriorityFeePerGas: bigint;
|
|
1286
|
+
signature: `0x${string}`;
|
|
1287
|
+
paymasterVerificationGasLimit: bigint | null;
|
|
1288
|
+
paymasterPostOpGasLimit: bigint | null;
|
|
1289
|
+
factoryData: `0x${string}` | null;
|
|
1290
|
+
paymasterData: `0x${string}` | null;
|
|
1291
|
+
paymasterSignature: `0x${string}` | null;
|
|
1292
|
+
eip7702Auth?: {
|
|
1293
|
+
nonce: number;
|
|
1294
|
+
contractAddress: `0x${string}`;
|
|
1295
|
+
chainId: number;
|
|
1296
|
+
r: `0x${string}`;
|
|
1297
|
+
s: `0x${string}`;
|
|
1298
|
+
yParity: number;
|
|
1299
|
+
v?: bigint | undefined;
|
|
1300
|
+
} | {
|
|
1301
|
+
address: `0x${string}`;
|
|
1302
|
+
nonce: number;
|
|
1303
|
+
chainId: number;
|
|
1304
|
+
r: `0x${string}`;
|
|
1305
|
+
s: `0x${string}`;
|
|
1306
|
+
yParity: number;
|
|
1307
|
+
v?: bigint | undefined;
|
|
1308
|
+
} | null | undefined;
|
|
971
1309
|
})[]>;
|
|
972
1310
|
};
|
|
973
1311
|
//# sourceMappingURL=debug_bundler_dumpMempool.d.ts.map
|