@pimlico/alto 0.0.19 → 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.
Files changed (337) hide show
  1. package/contracts/EIP712.sol/EIP712.json +1 -1
  2. package/contracts/ERC165.sol/ERC165.json +1 -1
  3. package/contracts/ERC20.sol/ERC20.json +1 -1
  4. package/contracts/Eip7702Support.sol/Eip7702Support.json +1 -1
  5. package/contracts/EntryPoint.sol/EntryPoint.json +1 -1
  6. package/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride06.json +1 -1
  7. package/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride07.json +1 -1
  8. package/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride08.json +1 -1
  9. package/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride09.json +1 -0
  10. package/contracts/EntryPointGasEstimationOverride.sol/EntryPointGasEstimationOverride06.json +1 -1
  11. package/contracts/EntryPointSimulations.sol/EntryPointSimulations07.json +1 -1
  12. package/contracts/EntryPointSimulations.sol/EntryPointSimulations08.json +1 -1
  13. package/contracts/EntryPointSimulations.sol/EntryPointSimulations09.json +1 -0
  14. package/contracts/Exec.sol/Exec.json +1 -1
  15. package/contracts/IAccount.sol/IAccount.json +1 -1
  16. package/contracts/IAccountExecute.sol/IAccountExecute.json +1 -1
  17. package/contracts/IAggregator.sol/IAggregator.json +1 -1
  18. package/contracts/IERC165.sol/IERC165.json +1 -1
  19. package/contracts/IERC5267.sol/IERC5267.json +1 -1
  20. package/contracts/IEntryPoint.sol/IEntryPoint.json +1 -1
  21. package/contracts/IEntryPointFilterOpsOverride.sol/IEntryPointFilterOpsOverride08.json +1 -0
  22. package/contracts/IEntryPointFilterOpsOverride.sol/IEntryPointFilterOpsOverride09.json +1 -0
  23. package/contracts/IEntryPointSimulations.sol/IEntryPointSimulations.json +1 -1
  24. package/contracts/INonceManager.sol/INonceManager.json +1 -1
  25. package/contracts/IPaymaster.sol/IPaymaster.json +1 -1
  26. package/contracts/ISenderCreator.sol/ISenderCreator.json +1 -1
  27. package/contracts/IStakeManager.sol/IStakeManager.json +1 -1
  28. package/contracts/LibBytes.sol/LibBytes.json +1 -1
  29. package/contracts/Math.sol/Math.json +1 -1
  30. package/contracts/MessageHashUtils.sol/MessageHashUtils.json +1 -1
  31. package/contracts/NonceManager.sol/NonceManager.json +1 -1
  32. package/contracts/Panic.sol/Panic.json +1 -1
  33. package/contracts/PimlicoSimulations.sol/PimlicoSimulations.json +1 -1
  34. package/contracts/ReentrancyGuard.sol/ReentrancyGuard.json +1 -1
  35. package/contracts/ReentrancyGuardTransient.sol/ReentrancyGuardTransient.json +1 -1
  36. package/contracts/SafeCast.sol/SafeCast.json +1 -1
  37. package/contracts/SenderCreator.sol/SenderCreator.json +1 -1
  38. package/contracts/ShortStrings.sol/ShortStrings.json +1 -1
  39. package/contracts/SignedMath.sol/SignedMath.json +1 -1
  40. package/contracts/SimulationOverrideHelper.sol/SimulationOverrideHelper.json +1 -0
  41. package/contracts/StakeManager.sol/StakeManager.json +1 -1
  42. package/contracts/StorageSlot.sol/StorageSlot.json +1 -1
  43. package/contracts/Strings.sol/Strings.json +1 -1
  44. package/contracts/TransientSlot.sol/TransientSlot.json +1 -1
  45. package/contracts/UserOperation.sol/UserOperationLib.json +1 -1
  46. package/contracts/UserOperationLib.sol/UserOperationLib.json +1 -1
  47. package/contracts/account-abstraction-v9/contracts/interfaces/IAggregator.sol/IAggregator.json +1 -0
  48. package/contracts/account-abstraction-v9/contracts/interfaces/IEntryPoint.sol/IEntryPoint.json +1 -0
  49. package/contracts/account-abstraction-v9/contracts/interfaces/INonceManager.sol/INonceManager.json +1 -0
  50. package/contracts/account-abstraction-v9/contracts/interfaces/IStakeManager.sol/IStakeManager.json +1 -0
  51. package/contracts/build-info/338795fc743ca612.json +1 -0
  52. package/contracts/build-info/44a9648cfe32a468.json +1 -0
  53. package/contracts/build-info/{880955d5786bfdae.json → 8dbf8a4ad39019b5.json} +1 -1
  54. package/contracts/contracts/interfaces/IAggregator.sol/IAggregator.json +1 -1
  55. package/contracts/contracts/interfaces/IEntryPoint.sol/IEntryPoint.json +1 -1
  56. package/contracts/contracts/interfaces/INonceManager.sol/INonceManager.json +1 -1
  57. package/contracts/contracts/interfaces/IStakeManager.sol/IStakeManager.json +1 -1
  58. package/contracts/core/Eip7702Support.sol/Eip7702Support.json +1 -0
  59. package/contracts/core/NonceManager.sol/NonceManager.json +1 -0
  60. package/contracts/core/SenderCreator.sol/SenderCreator.json +1 -0
  61. package/contracts/core/StakeManager.sol/StakeManager.json +1 -0
  62. package/contracts/core/UserOperationLib.sol/UserOperationLib.json +1 -0
  63. package/contracts/interfaces/IAccount.sol/IAccount.json +1 -0
  64. package/contracts/interfaces/IAccountExecute.sol/IAccountExecute.json +1 -0
  65. package/contracts/interfaces/IAggregator.sol/IAggregator.json +1 -1
  66. package/contracts/interfaces/IEntryPoint.sol/IEntryPoint.json +1 -1
  67. package/contracts/interfaces/INonceManager.sol/INonceManager.json +1 -1
  68. package/contracts/interfaces/IPaymaster.sol/IPaymaster.json +1 -0
  69. package/contracts/interfaces/ISenderCreator.sol/ISenderCreator.json +1 -0
  70. package/contracts/interfaces/IStakeManager.sol/IStakeManager.json +1 -1
  71. package/contracts/overrides/Eip7702Support.sol/Eip7702Support.json +1 -0
  72. package/contracts/overrides/NonceManager.sol/NonceManager.json +1 -0
  73. package/contracts/overrides/SenderCreator.sol/SenderCreator.json +1 -0
  74. package/contracts/overrides/StakeManager.sol/StakeManager.json +1 -0
  75. package/contracts/overrides/UserOperationLib.sol/UserOperationLib.json +1 -0
  76. package/contracts/utils/Exec.sol/Exec.json +1 -1
  77. package/contracts/utils/StorageSlot.sol/StorageSlot.json +1 -0
  78. package/contracts/v09/EntryPoint.sol/EntryPoint.json +1 -0
  79. package/esm/cli/alto.js +13 -6
  80. package/esm/cli/alto.js.map +1 -1
  81. package/esm/cli/config/bundler.d.ts +190 -148
  82. package/esm/cli/config/bundler.js +72 -83
  83. package/esm/cli/config/bundler.js.map +1 -1
  84. package/esm/cli/config/options.d.ts +2 -1
  85. package/esm/cli/config/options.js +105 -68
  86. package/esm/cli/config/options.js.map +1 -1
  87. package/esm/cli/customTransport.d.ts +3 -3
  88. package/esm/cli/deploySimulationsContract.d.ts +1 -0
  89. package/esm/cli/deploySimulationsContract.js +41 -5
  90. package/esm/cli/deploySimulationsContract.js.map +1 -1
  91. package/esm/cli/handler.js +48 -52
  92. package/esm/cli/handler.js.map +1 -1
  93. package/esm/cli/setupServer.js +46 -47
  94. package/esm/cli/setupServer.js.map +1 -1
  95. package/esm/cli/shutDown.d.ts +20 -0
  96. package/esm/cli/shutDown.js +260 -0
  97. package/esm/cli/shutDown.js.map +1 -0
  98. package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride06.json +1 -1
  99. package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride07.json +1 -1
  100. package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride08.json +1 -1
  101. package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride09.json +1 -0
  102. package/esm/contracts/EntryPointGasEstimationOverride.sol/EntryPointGasEstimationOverride06.json +1 -1
  103. package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations07.json +1 -1
  104. package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations08.json +1 -1
  105. package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations09.json +1 -0
  106. package/esm/contracts/PimlicoSimulations.sol/PimlicoSimulations.json +1 -1
  107. package/esm/createConfig.d.ts +9 -2
  108. package/esm/createConfig.js.map +1 -1
  109. package/esm/executor/{userOpMonitor.d.ts → bundleManager.d.ts} +38 -32
  110. package/esm/executor/{userOpMonitor.js → bundleManager.js} +127 -99
  111. package/esm/executor/bundleManager.js.map +1 -0
  112. package/esm/executor/executor.d.ts +4 -3
  113. package/esm/executor/executor.js +33 -20
  114. package/esm/executor/executor.js.map +1 -1
  115. package/esm/executor/executorManager.d.ts +17 -15
  116. package/esm/executor/executorManager.js +130 -55
  117. package/esm/executor/executorManager.js.map +1 -1
  118. package/esm/executor/filterOpsAndEstimateGas.d.ts +17 -2
  119. package/esm/executor/filterOpsAndEstimateGas.js +100 -77
  120. package/esm/executor/filterOpsAndEstimateGas.js.map +1 -1
  121. package/esm/executor/index.d.ts +1 -0
  122. package/esm/executor/index.js +1 -0
  123. package/esm/executor/index.js.map +1 -1
  124. package/esm/executor/senderManager/createMemorySenderManager.js +13 -0
  125. package/esm/executor/senderManager/createMemorySenderManager.js.map +1 -1
  126. package/esm/executor/senderManager/createRedisSenderManager.d.ts +2 -1
  127. package/esm/executor/senderManager/createRedisSenderManager.js +3 -6
  128. package/esm/executor/senderManager/createRedisSenderManager.js.map +1 -1
  129. package/esm/executor/senderManager/flushOnStartUp.js +4 -4
  130. package/esm/executor/senderManager/flushOnStartUp.js.map +1 -1
  131. package/esm/executor/senderManager/index.d.ts +1 -0
  132. package/esm/executor/senderManager/index.js +6 -2
  133. package/esm/executor/senderManager/index.js.map +1 -1
  134. package/esm/executor/senderManager/validateAndRefill.js +2 -2
  135. package/esm/executor/senderManager/validateAndRefill.js.map +1 -1
  136. package/esm/executor/utilityWalletMonitor.d.ts +4 -4
  137. package/esm/executor/utilityWalletMonitor.js +1 -1
  138. package/esm/executor/utilityWalletMonitor.js.map +1 -1
  139. package/esm/executor/utils.d.ts +7 -2
  140. package/esm/executor/utils.js +57 -26
  141. package/esm/executor/utils.js.map +1 -1
  142. package/esm/handlers/arbitrumGasPriceManager.d.ts +3 -2
  143. package/esm/handlers/arbitrumGasPriceManager.js +6 -2
  144. package/esm/handlers/arbitrumGasPriceManager.js.map +1 -1
  145. package/esm/handlers/eventManager.d.ts +9 -9
  146. package/esm/handlers/eventManager.js +59 -60
  147. package/esm/handlers/eventManager.js.map +1 -1
  148. package/esm/handlers/gasPriceManager.d.ts +8 -9
  149. package/esm/handlers/gasPriceManager.js +68 -80
  150. package/esm/handlers/gasPriceManager.js.map +1 -1
  151. package/esm/handlers/mantleGasPriceManager.d.ts +4 -4
  152. package/esm/handlers/mantleGasPriceManager.js +4 -4
  153. package/esm/handlers/mantleGasPriceManager.js.map +1 -1
  154. package/esm/handlers/optimismManager.d.ts +1 -1
  155. package/esm/handlers/optimismManager.js +1 -1
  156. package/esm/handlers/optimismManager.js.map +1 -1
  157. package/esm/mempool/index.d.ts +1 -1
  158. package/esm/mempool/index.js +1 -1
  159. package/esm/mempool/index.js.map +1 -1
  160. package/esm/mempool/mempool.d.ts +57 -22
  161. package/esm/mempool/mempool.js +180 -134
  162. package/esm/mempool/mempool.js.map +1 -1
  163. package/esm/mempool/reputationManager.d.ts +14 -14
  164. package/esm/mempool/reputationManager.js +36 -39
  165. package/esm/mempool/reputationManager.js.map +1 -1
  166. package/esm/mempool/statusManager.d.ts +20 -0
  167. package/esm/mempool/statusManager.js +143 -0
  168. package/esm/mempool/statusManager.js.map +1 -0
  169. package/esm/receiptCache/createMemoryReceiptCache.d.ts +3 -0
  170. package/esm/receiptCache/createMemoryReceiptCache.js +30 -0
  171. package/esm/receiptCache/createMemoryReceiptCache.js.map +1 -0
  172. package/esm/receiptCache/createRedisReceiptCache.d.ts +10 -0
  173. package/esm/receiptCache/createRedisReceiptCache.js +56 -0
  174. package/esm/receiptCache/createRedisReceiptCache.js.map +1 -0
  175. package/esm/receiptCache/index.d.ts +11 -0
  176. package/esm/receiptCache/index.js +21 -0
  177. package/esm/receiptCache/index.js.map +1 -0
  178. package/esm/rpc/createMethodHandler.js.map +1 -1
  179. package/esm/rpc/estimation/gasEstimationHandler.d.ts +2 -4
  180. package/esm/rpc/estimation/gasEstimationHandler.js.map +1 -1
  181. package/esm/rpc/estimation/gasEstimations06.d.ts +6 -7
  182. package/esm/rpc/estimation/gasEstimations06.js +1 -5
  183. package/esm/rpc/estimation/gasEstimations06.js.map +1 -1
  184. package/esm/rpc/estimation/gasEstimations07.d.ts +13 -41
  185. package/esm/rpc/estimation/gasEstimations07.js +27 -34
  186. package/esm/rpc/estimation/gasEstimations07.js.map +1 -1
  187. package/esm/{utils/preVerificationGasCalulator.d.ts → rpc/estimation/preVerificationGasCalculator.d.ts} +20 -6
  188. package/esm/{utils/preVerificationGasCalulator.js → rpc/estimation/preVerificationGasCalculator.js} +95 -47
  189. package/esm/rpc/estimation/preVerificationGasCalculator.js.map +1 -0
  190. package/esm/rpc/estimation/types.d.ts +4 -2
  191. package/esm/rpc/estimation/utils.d.ts +10 -8
  192. package/esm/rpc/estimation/utils.js +54 -48
  193. package/esm/rpc/estimation/utils.js.map +1 -1
  194. package/esm/rpc/methods/boost_sendUserOperation.d.ts +304 -0
  195. package/esm/rpc/methods/debug_bundler_clearReputation.js +1 -1
  196. package/esm/rpc/methods/debug_bundler_clearReputation.js.map +1 -1
  197. package/esm/rpc/methods/debug_bundler_clearState.js +1 -1
  198. package/esm/rpc/methods/debug_bundler_clearState.js.map +1 -1
  199. package/esm/rpc/methods/debug_bundler_dumpMempool.d.ts +338 -0
  200. package/esm/rpc/methods/debug_bundler_dumpReputation.js +1 -1
  201. package/esm/rpc/methods/debug_bundler_dumpReputation.js.map +1 -1
  202. package/esm/rpc/methods/eth_estimateUserOperationGas.d.ts +622 -14
  203. package/esm/rpc/methods/eth_estimateUserOperationGas.js +50 -29
  204. package/esm/rpc/methods/eth_estimateUserOperationGas.js.map +1 -1
  205. package/esm/rpc/methods/eth_getUserOperationByHash.d.ts +621 -11
  206. package/esm/rpc/methods/eth_getUserOperationByHash.js.map +1 -1
  207. package/esm/rpc/methods/eth_getUserOperationReceipt.d.ts +26 -26
  208. package/esm/rpc/methods/eth_getUserOperationReceipt.js +1 -1
  209. package/esm/rpc/methods/eth_sendUserOperation.d.ts +305 -1
  210. package/esm/rpc/methods/eth_sendUserOperation.js +132 -36
  211. package/esm/rpc/methods/eth_sendUserOperation.js.map +1 -1
  212. package/esm/rpc/methods/pimlico_getUserOperationStatus.js +1 -1
  213. package/esm/rpc/methods/pimlico_getUserOperationStatus.js.map +1 -1
  214. package/esm/rpc/methods/pimlico_sendUserOperationNow.d.ts +330 -26
  215. package/esm/rpc/methods/pimlico_sendUserOperationNow.js +15 -27
  216. package/esm/rpc/methods/pimlico_sendUserOperationNow.js.map +1 -1
  217. package/esm/rpc/methods/pimlico_simulateAssetChange.d.ts +620 -12
  218. package/esm/rpc/methods/pimlico_simulateAssetChange.js +14 -19
  219. package/esm/rpc/methods/pimlico_simulateAssetChange.js.map +1 -1
  220. package/esm/rpc/rpcHandler.d.ts +21 -22
  221. package/esm/rpc/rpcHandler.js +15 -17
  222. package/esm/rpc/rpcHandler.js.map +1 -1
  223. package/esm/rpc/server.d.ts +5 -5
  224. package/esm/rpc/server.js +15 -11
  225. package/esm/rpc/server.js.map +1 -1
  226. package/esm/rpc/validation/BundlerCollectorTracerV06.js +1 -1
  227. package/esm/rpc/validation/BundlerCollectorTracerV06.js.map +1 -1
  228. package/esm/rpc/validation/BundlerCollectorTracerV07.js +1 -1
  229. package/esm/rpc/validation/BundlerCollectorTracerV07.js.map +1 -1
  230. package/esm/rpc/validation/SafeValidator.d.ts +13 -14
  231. package/esm/rpc/validation/SafeValidator.js +24 -24
  232. package/esm/rpc/validation/SafeValidator.js.map +1 -1
  233. package/esm/rpc/validation/TracerResultParserV06.d.ts +2 -2
  234. package/esm/rpc/validation/TracerResultParserV06.js +11 -11
  235. package/esm/rpc/validation/TracerResultParserV06.js.map +1 -1
  236. package/esm/rpc/validation/TracerResultParserV07.d.ts +2 -2
  237. package/esm/rpc/validation/TracerResultParserV07.js +13 -13
  238. package/esm/rpc/validation/TracerResultParserV07.js.map +1 -1
  239. package/esm/rpc/validation/UnsafeValidator.d.ts +18 -14
  240. package/esm/rpc/validation/UnsafeValidator.js +71 -40
  241. package/esm/rpc/validation/UnsafeValidator.js.map +1 -1
  242. package/esm/store/createMempoolStore.d.ts +1 -1
  243. package/esm/store/createMempoolStore.js +63 -139
  244. package/esm/store/createMempoolStore.js.map +1 -1
  245. package/esm/store/index.d.ts +4 -75
  246. package/esm/store/index.js +4 -1
  247. package/esm/store/index.js.map +1 -1
  248. package/esm/store/outstanding/index.d.ts +13 -0
  249. package/esm/store/outstanding/index.js +16 -0
  250. package/esm/store/outstanding/index.js.map +1 -0
  251. package/esm/store/{createMemoryOutstandingStore.d.ts → outstanding/memory.d.ts} +14 -13
  252. package/esm/store/outstanding/memory.js +263 -0
  253. package/esm/store/outstanding/memory.js.map +1 -0
  254. package/esm/store/outstanding/redis.d.ts +11 -0
  255. package/esm/store/outstanding/redis.js +229 -0
  256. package/esm/store/outstanding/redis.js.map +1 -0
  257. package/esm/store/outstanding/types.d.ts +19 -0
  258. package/esm/store/outstanding/types.js +2 -0
  259. package/esm/store/outstanding/types.js.map +1 -0
  260. package/esm/store/processing/index.d.ts +11 -0
  261. package/esm/store/processing/index.js +17 -0
  262. package/esm/store/processing/index.js.map +1 -0
  263. package/esm/store/processing/memory.d.ts +16 -0
  264. package/esm/store/processing/memory.js +58 -0
  265. package/esm/store/processing/memory.js.map +1 -0
  266. package/esm/store/processing/redis.d.ts +23 -0
  267. package/esm/store/processing/redis.js +85 -0
  268. package/esm/store/processing/redis.js.map +1 -0
  269. package/esm/store/processing/types.d.ts +10 -0
  270. package/esm/store/processing/types.js +2 -0
  271. package/esm/store/processing/types.js.map +1 -0
  272. package/esm/store/types.d.ts +50 -0
  273. package/esm/store/types.js +2 -0
  274. package/esm/store/types.js.map +1 -0
  275. package/esm/types/contracts/PimlicoSimulations.d.ts +81 -0
  276. package/esm/types/contracts/PimlicoSimulations.js +105 -0
  277. package/esm/types/contracts/PimlicoSimulations.js.map +1 -1
  278. package/esm/types/gasPrice.js +0 -18
  279. package/esm/types/gasPrice.js.map +1 -1
  280. package/esm/types/interfaces.d.ts +15 -10
  281. package/esm/types/mempool.d.ts +3 -0
  282. package/esm/types/schemas.d.ts +13174 -4732
  283. package/esm/types/schemas.js +113 -25
  284. package/esm/types/schemas.js.map +1 -1
  285. package/esm/types/utils.d.ts +2 -5
  286. package/esm/types/utils.js +16 -18
  287. package/esm/types/utils.js.map +1 -1
  288. package/esm/types/validation.d.ts +7646 -6912
  289. package/esm/types/validation.js +122 -152
  290. package/esm/types/validation.js.map +1 -1
  291. package/esm/utils/eip7702.d.ts +2 -1
  292. package/esm/utils/eip7702.js +14 -8
  293. package/esm/utils/eip7702.js.map +1 -1
  294. package/esm/utils/entryPointOverrides.js +18 -4
  295. package/esm/utils/entryPointOverrides.js.map +1 -1
  296. package/esm/utils/helpers.d.ts +2 -1
  297. package/esm/utils/helpers.js +30 -11
  298. package/esm/utils/helpers.js.map +1 -1
  299. package/esm/utils/index.d.ts +0 -1
  300. package/esm/utils/index.js +0 -1
  301. package/esm/utils/index.js.map +1 -1
  302. package/esm/utils/metrics.d.ts +2 -1
  303. package/esm/utils/metrics.js +15 -8
  304. package/esm/utils/metrics.js.map +1 -1
  305. package/esm/utils/minMaxQueue/createMemoryMinMaxQueue.js +8 -9
  306. package/esm/utils/minMaxQueue/createMemoryMinMaxQueue.js.map +1 -1
  307. package/esm/utils/minMaxQueue/createRedisMinMaxQueue.d.ts +24 -2
  308. package/esm/utils/minMaxQueue/createRedisMinMaxQueue.js +85 -64
  309. package/esm/utils/minMaxQueue/createRedisMinMaxQueue.js.map +1 -1
  310. package/esm/utils/minMaxQueue/index.d.ts +2 -2
  311. package/esm/utils/minMaxQueue/index.js +4 -3
  312. package/esm/utils/minMaxQueue/index.js.map +1 -1
  313. package/esm/utils/rpc-reply.d.ts +3 -3
  314. package/esm/utils/rpc-reply.js.map +1 -1
  315. package/esm/utils/toViemStateOverrides.js +7 -7
  316. package/esm/utils/toViemStateOverrides.js.map +1 -1
  317. package/esm/utils/userop.d.ts +87 -55
  318. package/esm/utils/userop.js +138 -248
  319. package/esm/utils/userop.js.map +1 -1
  320. package/package.json +4 -2
  321. package/contracts/build-info/7710b5a048396e70.json +0 -1
  322. package/esm/executor/userOpMonitor.js.map +0 -1
  323. package/esm/mempool/monitoring.d.ts +0 -15
  324. package/esm/mempool/monitoring.js +0 -118
  325. package/esm/mempool/monitoring.js.map +0 -1
  326. package/esm/store/createMemoryOutstandingStore.js +0 -240
  327. package/esm/store/createMemoryOutstandingStore.js.map +0 -1
  328. package/esm/store/createRedisOutstandingStore.d.ts +0 -27
  329. package/esm/store/createRedisOutstandingStore.js +0 -344
  330. package/esm/store/createRedisOutstandingStore.js.map +0 -1
  331. package/esm/store/createRedisStore.d.ts +0 -9
  332. package/esm/store/createRedisStore.js +0 -131
  333. package/esm/store/createRedisStore.js.map +0 -1
  334. package/esm/store/createStore.d.ts +0 -6
  335. package/esm/store/createStore.js +0 -66
  336. package/esm/store/createStore.js.map +0 -1
  337. package/esm/utils/preVerificationGasCalulator.js.map +0 -1
@@ -572,6 +572,208 @@ export declare const boostSendUserOperationHandler: {
572
572
  yParity: string | number | bigint;
573
573
  v?: string | number | bigint | undefined;
574
574
  } | null | undefined;
575
+ }>, import("zod").ZodEffects<import("zod").ZodObject<{
576
+ sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
577
+ 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>;
578
+ 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>;
579
+ 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>;
580
+ callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
581
+ 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>;
582
+ 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>;
583
+ 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>;
584
+ 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>;
585
+ 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>;
586
+ 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>;
587
+ 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>;
588
+ 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>;
589
+ 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>;
590
+ 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>;
591
+ signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
592
+ eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
593
+ contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
594
+ 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>;
595
+ 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>;
596
+ r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
597
+ s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
598
+ 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>>;
599
+ 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>;
600
+ }, "strip", import("zod").ZodTypeAny, {
601
+ nonce: number;
602
+ contractAddress: `0x${string}`;
603
+ chainId: number;
604
+ r: `0x${string}`;
605
+ s: `0x${string}`;
606
+ yParity: number;
607
+ v?: bigint | undefined;
608
+ }, {
609
+ nonce: string | number | bigint;
610
+ contractAddress: string;
611
+ chainId: string | number | bigint;
612
+ r: string;
613
+ s: string;
614
+ yParity: string | number | bigint;
615
+ v?: string | number | bigint | undefined;
616
+ }>, import("zod").ZodObject<{
617
+ address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
618
+ 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>;
619
+ 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>;
620
+ r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
621
+ s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
622
+ 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>>;
623
+ 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>;
624
+ }, "strip", import("zod").ZodTypeAny, {
625
+ address: `0x${string}`;
626
+ nonce: number;
627
+ chainId: number;
628
+ r: `0x${string}`;
629
+ s: `0x${string}`;
630
+ yParity: number;
631
+ v?: bigint | undefined;
632
+ }, {
633
+ address: string;
634
+ nonce: string | number | bigint;
635
+ chainId: string | number | bigint;
636
+ r: string;
637
+ s: string;
638
+ yParity: string | number | bigint;
639
+ v?: string | number | bigint | undefined;
640
+ }>]>>>;
641
+ }, "strict", import("zod").ZodTypeAny, {
642
+ sender: `0x${string}`;
643
+ factory: `0x${string}` | null;
644
+ paymaster: `0x${string}` | null;
645
+ nonce: bigint;
646
+ callData: `0x${string}`;
647
+ callGasLimit: bigint;
648
+ verificationGasLimit: bigint;
649
+ preVerificationGas: bigint;
650
+ maxFeePerGas: bigint;
651
+ maxPriorityFeePerGas: bigint;
652
+ signature: `0x${string}`;
653
+ paymasterVerificationGasLimit: bigint | null;
654
+ paymasterPostOpGasLimit: bigint | null;
655
+ factoryData: `0x${string}` | null;
656
+ paymasterData: `0x${string}` | null;
657
+ paymasterSignature: `0x${string}` | null;
658
+ eip7702Auth?: {
659
+ nonce: number;
660
+ contractAddress: `0x${string}`;
661
+ chainId: number;
662
+ r: `0x${string}`;
663
+ s: `0x${string}`;
664
+ yParity: number;
665
+ v?: bigint | undefined;
666
+ } | {
667
+ address: `0x${string}`;
668
+ nonce: number;
669
+ chainId: number;
670
+ r: `0x${string}`;
671
+ s: `0x${string}`;
672
+ yParity: number;
673
+ v?: bigint | undefined;
674
+ } | null | undefined;
675
+ }, {
676
+ sender: string;
677
+ nonce: string | number | bigint;
678
+ callData: string;
679
+ callGasLimit: string | number | bigint;
680
+ verificationGasLimit: string | number | bigint;
681
+ preVerificationGas: string | number | bigint;
682
+ maxFeePerGas: string | number | bigint;
683
+ maxPriorityFeePerGas: string | number | bigint;
684
+ signature: string;
685
+ factory?: string | null | undefined;
686
+ factoryData?: string | null | undefined;
687
+ paymaster?: string | null | undefined;
688
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
689
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
690
+ paymasterData?: string | null | undefined;
691
+ paymasterSignature?: string | null | undefined;
692
+ eip7702Auth?: {
693
+ nonce: string | number | bigint;
694
+ contractAddress: string;
695
+ chainId: string | number | bigint;
696
+ r: string;
697
+ s: string;
698
+ yParity: string | number | bigint;
699
+ v?: string | number | bigint | undefined;
700
+ } | {
701
+ address: string;
702
+ nonce: string | number | bigint;
703
+ chainId: string | number | bigint;
704
+ r: string;
705
+ s: string;
706
+ yParity: string | number | bigint;
707
+ v?: string | number | bigint | undefined;
708
+ } | null | undefined;
709
+ }>, {
710
+ sender: `0x${string}`;
711
+ factory: `0x${string}` | null;
712
+ paymaster: `0x${string}` | null;
713
+ nonce: bigint;
714
+ callData: `0x${string}`;
715
+ callGasLimit: bigint;
716
+ verificationGasLimit: bigint;
717
+ preVerificationGas: bigint;
718
+ maxFeePerGas: bigint;
719
+ maxPriorityFeePerGas: bigint;
720
+ signature: `0x${string}`;
721
+ paymasterVerificationGasLimit: bigint | null;
722
+ paymasterPostOpGasLimit: bigint | null;
723
+ factoryData: `0x${string}` | null;
724
+ paymasterData: `0x${string}` | null;
725
+ paymasterSignature: `0x${string}` | null;
726
+ eip7702Auth?: {
727
+ nonce: number;
728
+ contractAddress: `0x${string}`;
729
+ chainId: number;
730
+ r: `0x${string}`;
731
+ s: `0x${string}`;
732
+ yParity: number;
733
+ v?: bigint | undefined;
734
+ } | {
735
+ address: `0x${string}`;
736
+ nonce: number;
737
+ chainId: number;
738
+ r: `0x${string}`;
739
+ s: `0x${string}`;
740
+ yParity: number;
741
+ v?: bigint | undefined;
742
+ } | null | undefined;
743
+ }, {
744
+ sender: string;
745
+ nonce: string | number | bigint;
746
+ callData: string;
747
+ callGasLimit: string | number | bigint;
748
+ verificationGasLimit: string | number | bigint;
749
+ preVerificationGas: string | number | bigint;
750
+ maxFeePerGas: string | number | bigint;
751
+ maxPriorityFeePerGas: string | number | bigint;
752
+ signature: string;
753
+ factory?: string | null | undefined;
754
+ factoryData?: string | null | undefined;
755
+ paymaster?: string | null | undefined;
756
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
757
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
758
+ paymasterData?: string | null | undefined;
759
+ paymasterSignature?: string | null | undefined;
760
+ eip7702Auth?: {
761
+ nonce: string | number | bigint;
762
+ contractAddress: string;
763
+ chainId: string | number | bigint;
764
+ r: string;
765
+ s: string;
766
+ yParity: string | number | bigint;
767
+ v?: string | number | bigint | undefined;
768
+ } | {
769
+ address: string;
770
+ nonce: string | number | bigint;
771
+ chainId: string | number | bigint;
772
+ r: string;
773
+ s: string;
774
+ yParity: string | number | bigint;
775
+ v?: string | number | bigint | undefined;
776
+ } | null | undefined;
575
777
  }>]>, import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>], null>;
576
778
  result: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
577
779
  }, "strip", import("zod").ZodTypeAny, {
@@ -671,6 +873,40 @@ export declare const boostSendUserOperationHandler: {
671
873
  yParity: number;
672
874
  v?: bigint | undefined;
673
875
  } | null | undefined;
876
+ } | {
877
+ sender: `0x${string}`;
878
+ factory: `0x${string}` | null;
879
+ paymaster: `0x${string}` | null;
880
+ nonce: bigint;
881
+ callData: `0x${string}`;
882
+ callGasLimit: bigint;
883
+ verificationGasLimit: bigint;
884
+ preVerificationGas: bigint;
885
+ maxFeePerGas: bigint;
886
+ maxPriorityFeePerGas: bigint;
887
+ signature: `0x${string}`;
888
+ paymasterVerificationGasLimit: bigint | null;
889
+ paymasterPostOpGasLimit: bigint | null;
890
+ factoryData: `0x${string}` | null;
891
+ paymasterData: `0x${string}` | null;
892
+ paymasterSignature: `0x${string}` | null;
893
+ eip7702Auth?: {
894
+ nonce: number;
895
+ contractAddress: `0x${string}`;
896
+ chainId: number;
897
+ r: `0x${string}`;
898
+ s: `0x${string}`;
899
+ yParity: number;
900
+ v?: bigint | undefined;
901
+ } | {
902
+ address: `0x${string}`;
903
+ nonce: number;
904
+ chainId: number;
905
+ r: `0x${string}`;
906
+ s: `0x${string}`;
907
+ yParity: number;
908
+ v?: bigint | undefined;
909
+ } | null | undefined;
674
910
  }, `0x${string}`];
675
911
  method: "boost_sendUserOperation";
676
912
  }, {
@@ -770,6 +1006,40 @@ export declare const boostSendUserOperationHandler: {
770
1006
  yParity: string | number | bigint;
771
1007
  v?: string | number | bigint | undefined;
772
1008
  } | null | undefined;
1009
+ } | {
1010
+ sender: string;
1011
+ nonce: string | number | bigint;
1012
+ callData: string;
1013
+ callGasLimit: string | number | bigint;
1014
+ verificationGasLimit: string | number | bigint;
1015
+ preVerificationGas: string | number | bigint;
1016
+ maxFeePerGas: string | number | bigint;
1017
+ maxPriorityFeePerGas: string | number | bigint;
1018
+ signature: string;
1019
+ factory?: string | null | undefined;
1020
+ factoryData?: string | null | undefined;
1021
+ paymaster?: string | null | undefined;
1022
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
1023
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
1024
+ paymasterData?: string | null | undefined;
1025
+ paymasterSignature?: string | null | undefined;
1026
+ eip7702Auth?: {
1027
+ nonce: string | number | bigint;
1028
+ contractAddress: string;
1029
+ chainId: string | number | bigint;
1030
+ r: string;
1031
+ s: string;
1032
+ yParity: string | number | bigint;
1033
+ v?: string | number | bigint | undefined;
1034
+ } | {
1035
+ address: string;
1036
+ nonce: string | number | bigint;
1037
+ chainId: string | number | bigint;
1038
+ r: string;
1039
+ s: string;
1040
+ yParity: string | number | bigint;
1041
+ v?: string | number | bigint | undefined;
1042
+ } | null | undefined;
773
1043
  }, string];
774
1044
  method: "boost_sendUserOperation";
775
1045
  }>;
@@ -871,6 +1141,40 @@ export declare const boostSendUserOperationHandler: {
871
1141
  yParity: number;
872
1142
  v?: bigint | undefined;
873
1143
  } | null | undefined;
1144
+ }> | import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
1145
+ sender: `0x${string}`;
1146
+ factory: `0x${string}` | null;
1147
+ paymaster: `0x${string}` | null;
1148
+ nonce: bigint;
1149
+ callData: `0x${string}`;
1150
+ callGasLimit: bigint;
1151
+ verificationGasLimit: bigint;
1152
+ preVerificationGas: bigint;
1153
+ maxFeePerGas: bigint;
1154
+ maxPriorityFeePerGas: bigint;
1155
+ signature: `0x${string}`;
1156
+ paymasterVerificationGasLimit: bigint | null;
1157
+ paymasterPostOpGasLimit: bigint | null;
1158
+ factoryData: `0x${string}` | null;
1159
+ paymasterData: `0x${string}` | null;
1160
+ paymasterSignature: `0x${string}` | null;
1161
+ eip7702Auth?: {
1162
+ nonce: number;
1163
+ contractAddress: `0x${string}`;
1164
+ chainId: number;
1165
+ r: `0x${string}`;
1166
+ s: `0x${string}`;
1167
+ yParity: number;
1168
+ v?: bigint | undefined;
1169
+ } | {
1170
+ address: `0x${string}`;
1171
+ nonce: number;
1172
+ chainId: number;
1173
+ r: `0x${string}`;
1174
+ s: `0x${string}`;
1175
+ yParity: number;
1176
+ v?: bigint | undefined;
1177
+ } | null | undefined;
874
1178
  }>, `0x${string}`];
875
1179
  apiVersion: import("../../types/index.js").ApiVersion;
876
1180
  }) => `0x${string}` | Promise<`0x${string}`>;
@@ -6,7 +6,7 @@ export const debugClearReputationHandler = createMethodHandler({
6
6
  handler: ({ rpcHandler }) => {
7
7
  rpcHandler.ensureDebugEndpointsAreEnabled("debug_bundler_clearReputation");
8
8
  rpcHandler.reputationManager.clear();
9
- return Promise.resolve("ok");
9
+ return "ok";
10
10
  }
11
11
  });
12
12
  //# sourceMappingURL=debug_bundler_clearReputation.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"debug_bundler_clearReputation.js","sourceRoot":"","sources":["../../../rpc/methods/debug_bundler_clearReputation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,aAAa,CAAA;AACxD,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAA;AAE5D,MAAM,CAAC,MAAM,2BAA2B,GAAG,mBAAmB,CAAC;IAC3D,MAAM,EAAE,0BAA0B;IAClC,MAAM,EAAE,+BAA+B;IACvC,OAAO,EAAE,CAAC,EAAE,UAAU,EAAE,EAAE,EAAE;QACxB,UAAU,CAAC,8BAA8B,CACrC,+BAA+B,CAClC,CAAA;QACD,UAAU,CAAC,iBAAiB,CAAC,KAAK,EAAE,CAAA;QAEpC,OAAO,OAAO,CAAC,OAAO,CAAC,IAAa,CAAC,CAAA;IACzC,CAAC;CACJ,CAAC,CAAA"}
1
+ {"version":3,"file":"debug_bundler_clearReputation.js","sourceRoot":"","sources":["../../../rpc/methods/debug_bundler_clearReputation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,aAAa,CAAA;AACxD,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAA;AAE5D,MAAM,CAAC,MAAM,2BAA2B,GAAG,mBAAmB,CAAC;IAC3D,MAAM,EAAE,0BAA0B;IAClC,MAAM,EAAE,+BAA+B;IACvC,OAAO,EAAE,CAAC,EAAE,UAAU,EAAE,EAAE,EAAE;QACxB,UAAU,CAAC,8BAA8B,CACrC,+BAA+B,CAClC,CAAA;QACD,UAAU,CAAC,iBAAiB,CAAC,KAAK,EAAE,CAAA;QAEpC,OAAO,IAAa,CAAA;IACxB,CAAC;CACJ,CAAC,CAAA"}
@@ -7,7 +7,7 @@ export const debugBundlerClearStateHandler = createMethodHandler({
7
7
  rpcHandler.ensureDebugEndpointsAreEnabled("debug_bundler_clearState");
8
8
  rpcHandler.mempool.clear();
9
9
  rpcHandler.reputationManager.clearEntityCount();
10
- return Promise.resolve("ok");
10
+ return "ok";
11
11
  }
12
12
  });
13
13
  //# sourceMappingURL=debug_bundler_clearState.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"debug_bundler_clearState.js","sourceRoot":"","sources":["../../../rpc/methods/debug_bundler_clearState.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAA;AAE5D,MAAM,CAAC,MAAM,6BAA6B,GAAG,mBAAmB,CAAC;IAC7D,MAAM,EAAE,qBAAqB;IAC7B,MAAM,EAAE,0BAA0B;IAClC,OAAO,EAAE,CAAC,EAAE,UAAU,EAAE,EAAE,EAAE;QACxB,UAAU,CAAC,8BAA8B,CAAC,0BAA0B,CAAC,CAAA;QACrE,UAAU,CAAC,OAAO,CAAC,KAAK,EAAE,CAAA;QAC1B,UAAU,CAAC,iBAAiB,CAAC,gBAAgB,EAAE,CAAA;QAE/C,OAAO,OAAO,CAAC,OAAO,CAAC,IAAa,CAAC,CAAA;IACzC,CAAC;CACJ,CAAC,CAAA"}
1
+ {"version":3,"file":"debug_bundler_clearState.js","sourceRoot":"","sources":["../../../rpc/methods/debug_bundler_clearState.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAA;AAE5D,MAAM,CAAC,MAAM,6BAA6B,GAAG,mBAAmB,CAAC;IAC7D,MAAM,EAAE,qBAAqB;IAC7B,MAAM,EAAE,0BAA0B;IAClC,OAAO,EAAE,CAAC,EAAE,UAAU,EAAE,EAAE,EAAE;QACxB,UAAU,CAAC,8BAA8B,CAAC,0BAA0B,CAAC,CAAA;QACrE,UAAU,CAAC,OAAO,CAAC,KAAK,EAAE,CAAA;QAC1B,UAAU,CAAC,iBAAiB,CAAC,gBAAgB,EAAE,CAAA;QAE/C,OAAO,IAAa,CAAA;IACxB,CAAC;CACJ,CAAC,CAAA"}