@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
@@ -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
@@ -7,7 +7,7 @@ export const debugBundlerDumpReputationHandler = createMethodHandler({
7
7
  const [entryPoint] = params;
8
8
  rpcHandler.ensureDebugEndpointsAreEnabled("debug_bundler_setReputation");
9
9
  rpcHandler.ensureEntryPointIsSupported(entryPoint);
10
- return Promise.resolve(rpcHandler.reputationManager.dumpReputations(entryPoint));
10
+ return rpcHandler.reputationManager.dumpReputations(entryPoint);
11
11
  }
12
12
  });
13
13
  //# sourceMappingURL=debug_bundler_dumpReputation.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"debug_bundler_dumpReputation.js","sourceRoot":"","sources":["../../../rpc/methods/debug_bundler_dumpReputation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAA;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAA;AAE5D,MAAM,CAAC,MAAM,iCAAiC,GAAG,mBAAmB,CAAC;IACjE,MAAM,EAAE,yBAAyB;IACjC,MAAM,EAAE,8BAA8B;IACtC,OAAO,EAAE,CAAC,EAAE,UAAU,EAAE,MAAM,EAAE,EAAE,EAAE;QAChC,MAAM,CAAC,UAAU,CAAC,GAAG,MAAM,CAAA;QAC3B,UAAU,CAAC,8BAA8B,CAAC,6BAA6B,CAAC,CAAA;QACxE,UAAU,CAAC,2BAA2B,CAAC,UAAU,CAAC,CAAA;QAElD,OAAO,OAAO,CAAC,OAAO,CAClB,UAAU,CAAC,iBAAiB,CAAC,eAAe,CAAC,UAAU,CAAC,CAC3D,CAAA;IACL,CAAC;CACJ,CAAC,CAAA"}
1
+ {"version":3,"file":"debug_bundler_dumpReputation.js","sourceRoot":"","sources":["../../../rpc/methods/debug_bundler_dumpReputation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAA;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAA;AAE5D,MAAM,CAAC,MAAM,iCAAiC,GAAG,mBAAmB,CAAC;IACjE,MAAM,EAAE,yBAAyB;IACjC,MAAM,EAAE,8BAA8B;IACtC,OAAO,EAAE,CAAC,EAAE,UAAU,EAAE,MAAM,EAAE,EAAE,EAAE;QAChC,MAAM,CAAC,UAAU,CAAC,GAAG,MAAM,CAAA;QAC3B,UAAU,CAAC,8BAA8B,CAAC,6BAA6B,CAAC,CAAA;QACxE,UAAU,CAAC,2BAA2B,CAAC,UAAU,CAAC,CAAA;QAElD,OAAO,UAAU,CAAC,iBAAiB,CAAC,eAAe,CAAC,UAAU,CAAC,CAAA;IACnE,CAAC;CACJ,CAAC,CAAA"}