@ozdao/prometheus-framework 0.1.66 → 0.1.68

Sign up to get free protection for your applications and to get access to all the features.
Files changed (647) hide show
  1. package/dist/_virtual/_commonjsHelpers.cjs +1 -1
  2. package/dist/_virtual/_commonjsHelpers.js +5 -3
  3. package/dist/_virtual/browser-ponyfill.cjs +1 -0
  4. package/dist/_virtual/browser-ponyfill.js +4 -0
  5. package/dist/_virtual/crc32.cjs +1 -0
  6. package/dist/_virtual/crc32.js +4 -0
  7. package/dist/_virtual/events.cjs +1 -0
  8. package/dist/_virtual/events.js +4 -0
  9. package/dist/_virtual/index.cjs +1 -0
  10. package/dist/_virtual/index.js +4 -0
  11. package/dist/node_modules/@adraffy/ens-normalize/dist/index.cjs +1 -0
  12. package/dist/node_modules/@adraffy/ens-normalize/dist/index.js +557 -0
  13. package/dist/node_modules/@ethereumjs/rlp/dist/index.cjs +1 -0
  14. package/dist/node_modules/@ethereumjs/rlp/dist/index.js +164 -0
  15. package/dist/node_modules/@noble/curves/esm/_shortw_utils.cjs +1 -0
  16. package/dist/node_modules/@noble/curves/esm/_shortw_utils.js +19 -0
  17. package/dist/node_modules/@noble/curves/esm/abstract/curve.cjs +1 -0
  18. package/dist/node_modules/@noble/curves/esm/abstract/curve.js +88 -0
  19. package/dist/node_modules/@noble/curves/esm/abstract/modular.cjs +1 -0
  20. package/dist/node_modules/@noble/curves/esm/abstract/modular.js +210 -0
  21. package/dist/node_modules/@noble/curves/esm/abstract/utils.cjs +1 -0
  22. package/dist/node_modules/@noble/curves/esm/abstract/utils.js +178 -0
  23. package/dist/node_modules/@noble/curves/esm/abstract/weierstrass.cjs +1 -0
  24. package/dist/node_modules/@noble/curves/esm/abstract/weierstrass.js +581 -0
  25. package/dist/node_modules/@noble/curves/esm/secp256k1.cjs +1 -0
  26. package/dist/node_modules/@noble/curves/esm/secp256k1.js +47 -0
  27. package/dist/node_modules/@noble/hashes/esm/_assert.cjs +1 -0
  28. package/dist/node_modules/@noble/hashes/esm/_assert.js +48 -0
  29. package/dist/node_modules/@noble/hashes/esm/_sha2.cjs +1 -0
  30. package/dist/node_modules/@noble/hashes/esm/_sha2.js +61 -0
  31. package/dist/node_modules/@noble/hashes/esm/_u64.cjs +1 -0
  32. package/dist/node_modules/@noble/hashes/esm/_u64.js +48 -0
  33. package/dist/node_modules/@noble/hashes/esm/crypto.cjs +1 -0
  34. package/dist/node_modules/@noble/hashes/esm/crypto.js +4 -0
  35. package/dist/node_modules/@noble/hashes/esm/hmac.cjs +1 -0
  36. package/dist/node_modules/@noble/hashes/esm/hmac.js +43 -0
  37. package/dist/node_modules/@noble/hashes/esm/pbkdf2.cjs +1 -0
  38. package/dist/node_modules/@noble/hashes/esm/pbkdf2.js +32 -0
  39. package/dist/node_modules/@noble/hashes/esm/scrypt.cjs +1 -0
  40. package/dist/node_modules/@noble/hashes/esm/scrypt.js +73 -0
  41. package/dist/node_modules/@noble/hashes/esm/sha256.cjs +1 -0
  42. package/dist/node_modules/@noble/hashes/esm/sha256.js +120 -0
  43. package/dist/node_modules/@noble/hashes/esm/sha3.cjs +1 -0
  44. package/dist/node_modules/@noble/hashes/esm/sha3.js +118 -0
  45. package/dist/node_modules/@noble/hashes/esm/sha512.cjs +1 -0
  46. package/dist/node_modules/@noble/hashes/esm/sha512.js +144 -0
  47. package/dist/node_modules/@noble/hashes/esm/utils.cjs +1 -0
  48. package/dist/node_modules/@noble/hashes/esm/utils.js +64 -0
  49. package/dist/node_modules/abitype/dist/chunk-NHABU752.cjs +1 -0
  50. package/dist/node_modules/abitype/dist/chunk-NHABU752.js +4 -0
  51. package/dist/node_modules/abitype/dist/chunk-WP7KDV47.cjs +1 -0
  52. package/dist/node_modules/abitype/dist/chunk-WP7KDV47.js +11 -0
  53. package/dist/node_modules/abitype/dist/index.cjs +2 -0
  54. package/dist/node_modules/abitype/dist/index.js +299 -0
  55. package/dist/node_modules/crc-32/crc32.cjs +1 -0
  56. package/dist/node_modules/crc-32/crc32.js +51 -0
  57. package/dist/node_modules/cross-fetch/dist/browser-ponyfill.cjs +2 -0
  58. package/dist/node_modules/cross-fetch/dist/browser-ponyfill.js +320 -0
  59. package/dist/node_modules/ethereum-cryptography/esm/aes.cjs +1 -0
  60. package/dist/node_modules/ethereum-cryptography/esm/aes.js +61 -0
  61. package/dist/node_modules/ethereum-cryptography/esm/keccak.cjs +1 -0
  62. package/dist/node_modules/ethereum-cryptography/esm/keccak.js +9 -0
  63. package/dist/node_modules/ethereum-cryptography/esm/pbkdf2.cjs +1 -0
  64. package/dist/node_modules/ethereum-cryptography/esm/pbkdf2.js +15 -0
  65. package/dist/node_modules/ethereum-cryptography/esm/random.cjs +1 -0
  66. package/dist/node_modules/ethereum-cryptography/esm/random.js +7 -0
  67. package/dist/node_modules/ethereum-cryptography/esm/scrypt.cjs +1 -0
  68. package/dist/node_modules/ethereum-cryptography/esm/scrypt.js +8 -0
  69. package/dist/node_modules/ethereum-cryptography/esm/secp256k1.cjs +1 -0
  70. package/dist/node_modules/ethereum-cryptography/esm/secp256k1.js +4 -0
  71. package/dist/node_modules/ethereum-cryptography/esm/utils.cjs +1 -0
  72. package/dist/node_modules/ethereum-cryptography/esm/utils.js +35 -0
  73. package/dist/node_modules/events/events.cjs +1 -0
  74. package/dist/node_modules/events/events.js +229 -0
  75. package/dist/node_modules/isomorphic-ws/browser.cjs +1 -0
  76. package/dist/node_modules/isomorphic-ws/browser.js +6 -0
  77. package/dist/node_modules/setimmediate/setImmediate.cjs +1 -0
  78. package/dist/node_modules/setimmediate/setImmediate.js +99 -0
  79. package/dist/node_modules/web3/lib/esm/abi.cjs +1 -0
  80. package/dist/node_modules/web3/lib/esm/abi.js +24 -0
  81. package/dist/node_modules/web3/lib/esm/accounts.cjs +1 -0
  82. package/dist/node_modules/web3/lib/esm/accounts.js +101 -0
  83. package/dist/node_modules/web3/lib/esm/index.cjs +1 -0
  84. package/dist/node_modules/web3/lib/esm/index.js +76 -0
  85. package/dist/node_modules/web3/lib/esm/version.cjs +1 -0
  86. package/dist/node_modules/web3/lib/esm/version.js +4 -0
  87. package/dist/node_modules/web3/lib/esm/web3.cjs +1 -0
  88. package/dist/node_modules/web3/lib/esm/web3.js +89 -0
  89. package/dist/node_modules/web3-core/lib/esm/utils.cjs +1 -0
  90. package/dist/node_modules/web3-core/lib/esm/utils.js +14 -0
  91. package/dist/node_modules/web3-core/lib/esm/web3_batch_request.cjs +1 -0
  92. package/dist/node_modules/web3-core/lib/esm/web3_batch_request.js +83 -0
  93. package/dist/node_modules/web3-core/lib/esm/web3_config.cjs +1 -0
  94. package/dist/node_modules/web3-core/lib/esm/web3_config.js +343 -0
  95. package/dist/node_modules/web3-core/lib/esm/web3_context.cjs +1 -0
  96. package/dist/node_modules/web3-core/lib/esm/web3_context.js +227 -0
  97. package/dist/node_modules/web3-core/lib/esm/web3_event_emitter.cjs +1 -0
  98. package/dist/node_modules/web3-core/lib/esm/web3_event_emitter.js +39 -0
  99. package/dist/node_modules/web3-core/lib/esm/web3_promi_event.cjs +1 -0
  100. package/dist/node_modules/web3-core/lib/esm/web3_promi_event.js +58 -0
  101. package/dist/node_modules/web3-core/lib/esm/web3_request_manager.cjs +1 -0
  102. package/dist/node_modules/web3-core/lib/esm/web3_request_manager.js +240 -0
  103. package/dist/node_modules/web3-core/lib/esm/web3_subscription_manager.cjs +1 -0
  104. package/dist/node_modules/web3-core/lib/esm/web3_subscription_manager.js +155 -0
  105. package/dist/node_modules/web3-core/lib/esm/web3_subscriptions.cjs +1 -0
  106. package/dist/node_modules/web3-core/lib/esm/web3_subscriptions.js +111 -0
  107. package/dist/node_modules/web3-errors/lib/esm/error_codes.cjs +1 -0
  108. package/dist/node_modules/web3-errors/lib/esm/error_codes.js +106 -0
  109. package/dist/node_modules/web3-errors/lib/esm/errors/account_errors.cjs +1 -0
  110. package/dist/node_modules/web3-errors/lib/esm/errors/account_errors.js +58 -0
  111. package/dist/node_modules/web3-errors/lib/esm/errors/connection_errors.cjs +1 -0
  112. package/dist/node_modules/web3-errors/lib/esm/errors/connection_errors.js +37 -0
  113. package/dist/node_modules/web3-errors/lib/esm/errors/contract_errors.cjs +1 -0
  114. package/dist/node_modules/web3-errors/lib/esm/errors/contract_errors.js +49 -0
  115. package/dist/node_modules/web3-errors/lib/esm/errors/core_errors.cjs +1 -0
  116. package/dist/node_modules/web3-errors/lib/esm/errors/core_errors.js +16 -0
  117. package/dist/node_modules/web3-errors/lib/esm/errors/ens_errors.cjs +1 -0
  118. package/dist/node_modules/web3-errors/lib/esm/errors/ens_errors.js +16 -0
  119. package/dist/node_modules/web3-errors/lib/esm/errors/generic_errors.cjs +1 -0
  120. package/dist/node_modules/web3-errors/lib/esm/errors/generic_errors.js +49 -0
  121. package/dist/node_modules/web3-errors/lib/esm/errors/provider_errors.cjs +1 -0
  122. package/dist/node_modules/web3-errors/lib/esm/errors/provider_errors.js +28 -0
  123. package/dist/node_modules/web3-errors/lib/esm/errors/response_errors.cjs +1 -0
  124. package/dist/node_modules/web3-errors/lib/esm/errors/response_errors.js +30 -0
  125. package/dist/node_modules/web3-errors/lib/esm/errors/rpc_error_messages.cjs +1 -0
  126. package/dist/node_modules/web3-errors/lib/esm/errors/rpc_error_messages.js +161 -0
  127. package/dist/node_modules/web3-errors/lib/esm/errors/rpc_errors.cjs +1 -0
  128. package/dist/node_modules/web3-errors/lib/esm/errors/rpc_errors.js +129 -0
  129. package/dist/node_modules/web3-errors/lib/esm/errors/schema_errors.cjs +1 -0
  130. package/dist/node_modules/web3-errors/lib/esm/errors/schema_errors.js +13 -0
  131. package/dist/node_modules/web3-errors/lib/esm/errors/signature_errors.cjs +1 -0
  132. package/dist/node_modules/web3-errors/lib/esm/errors/signature_errors.js +10 -0
  133. package/dist/node_modules/web3-errors/lib/esm/errors/transaction_errors.cjs +5 -0
  134. package/dist/node_modules/web3-errors/lib/esm/errors/transaction_errors.js +256 -0
  135. package/dist/node_modules/web3-errors/lib/esm/errors/utils_errors.cjs +1 -0
  136. package/dist/node_modules/web3-errors/lib/esm/errors/utils_errors.js +76 -0
  137. package/dist/node_modules/web3-errors/lib/esm/web3_error_base.cjs +1 -0
  138. package/dist/node_modules/web3-errors/lib/esm/web3_error_base.js +28 -0
  139. package/dist/node_modules/web3-eth/lib/esm/constants.cjs +1 -0
  140. package/dist/node_modules/web3-eth/lib/esm/constants.js +14 -0
  141. package/dist/node_modules/web3-eth/lib/esm/rpc_method_wrappers.cjs +1 -0
  142. package/dist/node_modules/web3-eth/lib/esm/rpc_method_wrappers.js +413 -0
  143. package/dist/node_modules/web3-eth/lib/esm/schemas.cjs +1 -0
  144. package/dist/node_modules/web3-eth/lib/esm/schemas.js +570 -0
  145. package/dist/node_modules/web3-eth/lib/esm/utils/decode_signed_transaction.cjs +1 -0
  146. package/dist/node_modules/web3-eth/lib/esm/utils/decode_signed_transaction.js +31 -0
  147. package/dist/node_modules/web3-eth/lib/esm/utils/decoding.cjs +1 -0
  148. package/dist/node_modules/web3-eth/lib/esm/utils/decoding.js +34 -0
  149. package/dist/node_modules/web3-eth/lib/esm/utils/detect_transaction_type.cjs +1 -0
  150. package/dist/node_modules/web3-eth/lib/esm/utils/detect_transaction_type.js +90 -0
  151. package/dist/node_modules/web3-eth/lib/esm/utils/format_transaction.cjs +1 -0
  152. package/dist/node_modules/web3-eth/lib/esm/utils/format_transaction.js +30 -0
  153. package/dist/node_modules/web3-eth/lib/esm/utils/get_revert_reason.cjs +1 -0
  154. package/dist/node_modules/web3-eth/lib/esm/utils/get_revert_reason.js +77 -0
  155. package/dist/node_modules/web3-eth/lib/esm/utils/get_transaction_error.cjs +1 -0
  156. package/dist/node_modules/web3-eth/lib/esm/utils/get_transaction_error.js +50 -0
  157. package/dist/node_modules/web3-eth/lib/esm/utils/get_transaction_gas_pricing.cjs +1 -0
  158. package/dist/node_modules/web3-eth/lib/esm/utils/get_transaction_gas_pricing.js +79 -0
  159. package/dist/node_modules/web3-eth/lib/esm/utils/prepare_transaction_for_signing.cjs +1 -0
  160. package/dist/node_modules/web3-eth/lib/esm/utils/prepare_transaction_for_signing.js +102 -0
  161. package/dist/node_modules/web3-eth/lib/esm/utils/reject_if_block_timeout.cjs +1 -0
  162. package/dist/node_modules/web3-eth/lib/esm/utils/reject_if_block_timeout.js +109 -0
  163. package/dist/node_modules/web3-eth/lib/esm/utils/send_tx_helper.cjs +1 -0
  164. package/dist/node_modules/web3-eth/lib/esm/utils/send_tx_helper.js +143 -0
  165. package/dist/node_modules/web3-eth/lib/esm/utils/transaction_builder.cjs +1 -0
  166. package/dist/node_modules/web3-eth/lib/esm/utils/transaction_builder.js +131 -0
  167. package/dist/node_modules/web3-eth/lib/esm/utils/try_send_transaction.cjs +1 -0
  168. package/dist/node_modules/web3-eth/lib/esm/utils/try_send_transaction.js +52 -0
  169. package/dist/node_modules/web3-eth/lib/esm/utils/wait_for_transaction_receipt.cjs +1 -0
  170. package/dist/node_modules/web3-eth/lib/esm/utils/wait_for_transaction_receipt.js +61 -0
  171. package/dist/node_modules/web3-eth/lib/esm/utils/watch_transaction_by_pooling.cjs +1 -0
  172. package/dist/node_modules/web3-eth/lib/esm/utils/watch_transaction_by_pooling.js +51 -0
  173. package/dist/node_modules/web3-eth/lib/esm/utils/watch_transaction_by_subscription.cjs +1 -0
  174. package/dist/node_modules/web3-eth/lib/esm/utils/watch_transaction_by_subscription.js +77 -0
  175. package/dist/node_modules/web3-eth/lib/esm/utils/watch_transaction_for_confirmations.cjs +1 -0
  176. package/dist/node_modules/web3-eth/lib/esm/utils/watch_transaction_for_confirmations.js +42 -0
  177. package/dist/node_modules/web3-eth/lib/esm/validation.cjs +1 -0
  178. package/dist/node_modules/web3-eth/lib/esm/validation.js +111 -0
  179. package/dist/node_modules/web3-eth/lib/esm/web3_eth.cjs +1 -0
  180. package/dist/node_modules/web3-eth/lib/esm/web3_eth.js +1512 -0
  181. package/dist/node_modules/web3-eth/lib/esm/web3_subscriptions.cjs +1 -0
  182. package/dist/node_modules/web3-eth/lib/esm/web3_subscriptions.js +65 -0
  183. package/dist/node_modules/web3-eth-abi/lib/esm/api/errors_api.cjs +1 -0
  184. package/dist/node_modules/web3-eth-abi/lib/esm/api/errors_api.js +13 -0
  185. package/dist/node_modules/web3-eth-abi/lib/esm/api/events_api.cjs +1 -0
  186. package/dist/node_modules/web3-eth-abi/lib/esm/api/events_api.js +13 -0
  187. package/dist/node_modules/web3-eth-abi/lib/esm/api/functions_api.cjs +1 -0
  188. package/dist/node_modules/web3-eth-abi/lib/esm/api/functions_api.js +20 -0
  189. package/dist/node_modules/web3-eth-abi/lib/esm/api/logs_api.cjs +1 -0
  190. package/dist/node_modules/web3-eth-abi/lib/esm/api/logs_api.js +14 -0
  191. package/dist/node_modules/web3-eth-abi/lib/esm/api/parameters_api.cjs +1 -0
  192. package/dist/node_modules/web3-eth-abi/lib/esm/api/parameters_api.js +22 -0
  193. package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/address.cjs +1 -0
  194. package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/address.js +47 -0
  195. package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/array.cjs +1 -0
  196. package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/array.js +72 -0
  197. package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/bool.cjs +1 -0
  198. package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/bool.js +37 -0
  199. package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/bytes.cjs +1 -0
  200. package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/bytes.js +66 -0
  201. package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/index.cjs +1 -0
  202. package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/index.js +59 -0
  203. package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/number.cjs +1 -0
  204. package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/number.js +85 -0
  205. package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/numbersLimits.cjs +1 -0
  206. package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/numbersLimits.js +15 -0
  207. package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/string.cjs +1 -0
  208. package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/string.js +22 -0
  209. package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/tuple.cjs +1 -0
  210. package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/tuple.js +77 -0
  211. package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/utils.cjs +1 -0
  212. package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/utils.js +15 -0
  213. package/dist/node_modules/web3-eth-abi/lib/esm/coders/decode.cjs +1 -0
  214. package/dist/node_modules/web3-eth-abi/lib/esm/coders/decode.js +16 -0
  215. package/dist/node_modules/web3-eth-abi/lib/esm/coders/encode.cjs +1 -0
  216. package/dist/node_modules/web3-eth-abi/lib/esm/coders/encode.js +23 -0
  217. package/dist/node_modules/web3-eth-abi/lib/esm/coders/utils.cjs +1 -0
  218. package/dist/node_modules/web3-eth-abi/lib/esm/coders/utils.js +58 -0
  219. package/dist/node_modules/web3-eth-abi/lib/esm/decode_contract_error_data.cjs +1 -0
  220. package/dist/node_modules/web3-eth-abi/lib/esm/decode_contract_error_data.js +18 -0
  221. package/dist/node_modules/web3-eth-abi/lib/esm/utils.cjs +1 -0
  222. package/dist/node_modules/web3-eth-abi/lib/esm/utils.js +39 -0
  223. package/dist/node_modules/web3-eth-accounts/lib/esm/account.cjs +2 -0
  224. package/dist/node_modules/web3-eth-accounts/lib/esm/account.js +219 -0
  225. package/dist/node_modules/web3-eth-accounts/lib/esm/common/chains/goerli.cjs +1 -0
  226. package/dist/node_modules/web3-eth-accounts/lib/esm/common/chains/goerli.js +99 -0
  227. package/dist/node_modules/web3-eth-accounts/lib/esm/common/chains/mainnet.cjs +1 -0
  228. package/dist/node_modules/web3-eth-accounts/lib/esm/common/chains/mainnet.js +115 -0
  229. package/dist/node_modules/web3-eth-accounts/lib/esm/common/chains/sepolia.cjs +1 -0
  230. package/dist/node_modules/web3-eth-accounts/lib/esm/common/chains/sepolia.js +102 -0
  231. package/dist/node_modules/web3-eth-accounts/lib/esm/common/common.cjs +1 -0
  232. package/dist/node_modules/web3-eth-accounts/lib/esm/common/common.js +741 -0
  233. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/1153.cjs +1 -0
  234. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/1153.js +25 -0
  235. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/1559.cjs +1 -0
  236. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/1559.js +29 -0
  237. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/2315.cjs +1 -0
  238. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/2315.js +28 -0
  239. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/2537.cjs +1 -0
  240. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/2537.js +181 -0
  241. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/2565.cjs +1 -0
  242. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/2565.js +20 -0
  243. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/2718.cjs +1 -0
  244. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/2718.js +14 -0
  245. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/2929.cjs +1 -0
  246. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/2929.js +87 -0
  247. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/2930.cjs +1 -0
  248. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/2930.js +24 -0
  249. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3198.cjs +1 -0
  250. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3198.js +20 -0
  251. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3529.cjs +1 -0
  252. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3529.js +29 -0
  253. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3540.cjs +1 -0
  254. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3540.js +16 -0
  255. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3541.cjs +1 -0
  256. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3541.js +15 -0
  257. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3554.cjs +1 -0
  258. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3554.js +20 -0
  259. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3607.cjs +1 -0
  260. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3607.js +16 -0
  261. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3651.cjs +1 -0
  262. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3651.js +16 -0
  263. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3670.cjs +1 -0
  264. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3670.js +16 -0
  265. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3675.cjs +1 -0
  266. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3675.js +16 -0
  267. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3855.cjs +1 -0
  268. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3855.js +21 -0
  269. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3860.cjs +1 -0
  270. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3860.js +26 -0
  271. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/4345.cjs +1 -0
  272. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/4345.js +20 -0
  273. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/4399.cjs +1 -0
  274. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/4399.js +16 -0
  275. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/5133.cjs +1 -0
  276. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/5133.js +20 -0
  277. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/index.cjs +1 -0
  278. package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/index.js +49 -0
  279. package/dist/node_modules/web3-eth-accounts/lib/esm/common/enums.cjs +1 -0
  280. package/dist/node_modules/web3-eth-accounts/lib/esm/common/enums.js +27 -0
  281. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/arrowGlacier.cjs +1 -0
  282. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/arrowGlacier.js +14 -0
  283. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/berlin.cjs +1 -0
  284. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/berlin.js +10 -0
  285. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/byzantium.cjs +1 -0
  286. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/byzantium.js +59 -0
  287. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/chainstart.cjs +1 -0
  288. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/chainstart.js +441 -0
  289. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/constantinople.cjs +1 -0
  290. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/constantinople.js +71 -0
  291. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/dao.cjs +1 -0
  292. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/dao.js +13 -0
  293. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/grayGlacier.cjs +1 -0
  294. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/grayGlacier.js +14 -0
  295. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/homestead.cjs +1 -0
  296. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/homestead.js +18 -0
  297. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/index.cjs +1 -0
  298. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/index.js +39 -0
  299. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/istanbul.cjs +1 -0
  300. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/istanbul.js +90 -0
  301. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/london.cjs +1 -0
  302. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/london.js +10 -0
  303. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/merge.cjs +1 -0
  304. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/merge.js +15 -0
  305. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/mergeForkIdTransition.cjs +1 -0
  306. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/mergeForkIdTransition.js +10 -0
  307. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/muirGlacier.cjs +1 -0
  308. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/muirGlacier.js +18 -0
  309. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/petersburg.cjs +1 -0
  310. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/petersburg.js +42 -0
  311. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/shanghai.cjs +1 -0
  312. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/shanghai.js +10 -0
  313. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/spuriousDragon.cjs +1 -0
  314. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/spuriousDragon.js +23 -0
  315. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/tangerineWhistle.cjs +1 -0
  316. package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/tangerineWhistle.js +46 -0
  317. package/dist/node_modules/web3-eth-accounts/lib/esm/common/types.cjs +1 -0
  318. package/dist/node_modules/web3-eth-accounts/lib/esm/common/types.js +7 -0
  319. package/dist/node_modules/web3-eth-accounts/lib/esm/common/utils.cjs +1 -0
  320. package/dist/node_modules/web3-eth-accounts/lib/esm/common/utils.js +277 -0
  321. package/dist/node_modules/web3-eth-accounts/lib/esm/schemas.cjs +1 -0
  322. package/dist/node_modules/web3-eth-accounts/lib/esm/schemas.js +25 -0
  323. package/dist/node_modules/web3-eth-accounts/lib/esm/tx/address.cjs +1 -0
  324. package/dist/node_modules/web3-eth-accounts/lib/esm/tx/address.js +57 -0
  325. package/dist/node_modules/web3-eth-accounts/lib/esm/tx/baseTransaction.cjs +1 -0
  326. package/dist/node_modules/web3-eth-accounts/lib/esm/tx/baseTransaction.js +272 -0
  327. package/dist/node_modules/web3-eth-accounts/lib/esm/tx/constants.cjs +1 -0
  328. package/dist/node_modules/web3-eth-accounts/lib/esm/tx/constants.js +11 -0
  329. package/dist/node_modules/web3-eth-accounts/lib/esm/tx/eip1559Transaction.cjs +1 -0
  330. package/dist/node_modules/web3-eth-accounts/lib/esm/tx/eip1559Transaction.js +285 -0
  331. package/dist/node_modules/web3-eth-accounts/lib/esm/tx/eip2930Transaction.cjs +1 -0
  332. package/dist/node_modules/web3-eth-accounts/lib/esm/tx/eip2930Transaction.js +268 -0
  333. package/dist/node_modules/web3-eth-accounts/lib/esm/tx/legacyTransaction.cjs +1 -0
  334. package/dist/node_modules/web3-eth-accounts/lib/esm/tx/legacyTransaction.js +256 -0
  335. package/dist/node_modules/web3-eth-accounts/lib/esm/tx/transactionFactory.cjs +1 -0
  336. package/dist/node_modules/web3-eth-accounts/lib/esm/tx/transactionFactory.js +89 -0
  337. package/dist/node_modules/web3-eth-accounts/lib/esm/tx/types.cjs +1 -0
  338. package/dist/node_modules/web3-eth-accounts/lib/esm/tx/types.js +18 -0
  339. package/dist/node_modules/web3-eth-accounts/lib/esm/tx/utils.cjs +1 -0
  340. package/dist/node_modules/web3-eth-accounts/lib/esm/tx/utils.js +80 -0
  341. package/dist/node_modules/web3-eth-accounts/lib/esm/wallet.cjs +1 -0
  342. package/dist/node_modules/web3-eth-accounts/lib/esm/wallet.js +361 -0
  343. package/dist/node_modules/web3-eth-contract/lib/esm/contract.cjs +1 -0
  344. package/dist/node_modules/web3-eth-contract/lib/esm/contract.js +510 -0
  345. package/dist/node_modules/web3-eth-contract/lib/esm/encoding.cjs +1 -0
  346. package/dist/node_modules/web3-eth-contract/lib/esm/encoding.js +80 -0
  347. package/dist/node_modules/web3-eth-contract/lib/esm/index.cjs +1 -0
  348. package/dist/node_modules/web3-eth-contract/lib/esm/index.js +27 -0
  349. package/dist/node_modules/web3-eth-contract/lib/esm/log_subscription.cjs +1 -0
  350. package/dist/node_modules/web3-eth-contract/lib/esm/log_subscription.js +36 -0
  351. package/dist/node_modules/web3-eth-contract/lib/esm/utils.cjs +1 -0
  352. package/dist/node_modules/web3-eth-contract/lib/esm/utils.js +90 -0
  353. package/dist/node_modules/web3-eth-ens/lib/esm/abi/ens/ENSRegistry.cjs +1 -0
  354. package/dist/node_modules/web3-eth-ens/lib/esm/abi/ens/ENSRegistry.js +168 -0
  355. package/dist/node_modules/web3-eth-ens/lib/esm/abi/ens/PublicResolver.cjs +1 -0
  356. package/dist/node_modules/web3-eth-ens/lib/esm/abi/ens/PublicResolver.js +578 -0
  357. package/dist/node_modules/web3-eth-ens/lib/esm/config.cjs +1 -0
  358. package/dist/node_modules/web3-eth-ens/lib/esm/config.js +27 -0
  359. package/dist/node_modules/web3-eth-ens/lib/esm/ens.cjs +1 -0
  360. package/dist/node_modules/web3-eth-ens/lib/esm/ens.js +241 -0
  361. package/dist/node_modules/web3-eth-ens/lib/esm/registry.cjs +1 -0
  362. package/dist/node_modules/web3-eth-ens/lib/esm/registry.js +105 -0
  363. package/dist/node_modules/web3-eth-ens/lib/esm/resolver.cjs +1 -0
  364. package/dist/node_modules/web3-eth-ens/lib/esm/resolver.js +95 -0
  365. package/dist/node_modules/web3-eth-ens/lib/esm/utils.cjs +1 -0
  366. package/dist/node_modules/web3-eth-ens/lib/esm/utils.js +19 -0
  367. package/dist/node_modules/web3-eth-iban/lib/esm/iban.cjs +1 -0
  368. package/dist/node_modules/web3-eth-iban/lib/esm/iban.js +283 -0
  369. package/dist/node_modules/web3-eth-personal/lib/esm/personal.cjs +1 -0
  370. package/dist/node_modules/web3-eth-personal/lib/esm/personal.js +265 -0
  371. package/dist/node_modules/web3-eth-personal/lib/esm/rpc_method_wrappers.cjs +1 -0
  372. package/dist/node_modules/web3-eth-personal/lib/esm/rpc_method_wrappers.js +93 -0
  373. package/dist/node_modules/web3-net/lib/esm/net.cjs +1 -0
  374. package/dist/node_modules/web3-net/lib/esm/net.js +97 -0
  375. package/dist/node_modules/web3-net/lib/esm/rpc_method_wrappers.cjs +1 -0
  376. package/dist/node_modules/web3-net/lib/esm/rpc_method_wrappers.js +51 -0
  377. package/dist/node_modules/web3-providers-http/lib/esm/index.cjs +1 -0
  378. package/dist/node_modules/web3-providers-http/lib/esm/index.js +98 -0
  379. package/dist/node_modules/web3-providers-ws/lib/esm/index.cjs +1 -0
  380. package/dist/node_modules/web3-providers-ws/lib/esm/index.js +70 -0
  381. package/dist/node_modules/web3-rpc-methods/lib/esm/eth_rpc_methods.cjs +1 -0
  382. package/dist/node_modules/web3-rpc-methods/lib/esm/eth_rpc_methods.js +407 -0
  383. package/dist/node_modules/web3-rpc-methods/lib/esm/net_rpc_methods.cjs +1 -0
  384. package/dist/node_modules/web3-rpc-methods/lib/esm/net_rpc_methods.js +56 -0
  385. package/dist/node_modules/web3-rpc-methods/lib/esm/personal_rpc_methods.cjs +1 -0
  386. package/dist/node_modules/web3-rpc-methods/lib/esm/personal_rpc_methods.js +84 -0
  387. package/dist/node_modules/web3-types/lib/esm/data_format_types.cjs +1 -0
  388. package/dist/node_modules/web3-types/lib/esm/data_format_types.js +15 -0
  389. package/dist/node_modules/web3-types/lib/esm/eth_types.cjs +1 -0
  390. package/dist/node_modules/web3-types/lib/esm/eth_types.js +12 -0
  391. package/dist/node_modules/web3-types/lib/esm/primitives_types.cjs +1 -0
  392. package/dist/node_modules/web3-types/lib/esm/primitives_types.js +4 -0
  393. package/dist/node_modules/web3-types/lib/esm/web3_base_provider.cjs +1 -0
  394. package/dist/node_modules/web3-types/lib/esm/web3_base_provider.js +89 -0
  395. package/dist/node_modules/web3-types/lib/esm/web3_base_wallet.cjs +1 -0
  396. package/dist/node_modules/web3-types/lib/esm/web3_base_wallet.js +8 -0
  397. package/dist/node_modules/web3-utils/lib/esm/chunk_response_parser.cjs +1 -0
  398. package/dist/node_modules/web3-utils/lib/esm/chunk_response_parser.js +37 -0
  399. package/dist/node_modules/web3-utils/lib/esm/converters.cjs +1 -0
  400. package/dist/node_modules/web3-utils/lib/esm/converters.js +177 -0
  401. package/dist/node_modules/web3-utils/lib/esm/event_emitter.cjs +1 -0
  402. package/dist/node_modules/web3-utils/lib/esm/event_emitter.js +91 -0
  403. package/dist/node_modules/web3-utils/lib/esm/formatter.cjs +1 -0
  404. package/dist/node_modules/web3-utils/lib/esm/formatter.js +134 -0
  405. package/dist/node_modules/web3-utils/lib/esm/hash.cjs +1 -0
  406. package/dist/node_modules/web3-utils/lib/esm/hash.js +107 -0
  407. package/dist/node_modules/web3-utils/lib/esm/index.cjs +1 -0
  408. package/dist/node_modules/web3-utils/lib/esm/index.js +107 -0
  409. package/dist/node_modules/web3-utils/lib/esm/json_rpc.cjs +1 -0
  410. package/dist/node_modules/web3-utils/lib/esm/json_rpc.js +41 -0
  411. package/dist/node_modules/web3-utils/lib/esm/objects.cjs +1 -0
  412. package/dist/node_modules/web3-utils/lib/esm/objects.js +20 -0
  413. package/dist/node_modules/web3-utils/lib/esm/promise_helpers.cjs +1 -0
  414. package/dist/node_modules/web3-utils/lib/esm/promise_helpers.js +104 -0
  415. package/dist/node_modules/web3-utils/lib/esm/random.cjs +1 -0
  416. package/dist/node_modules/web3-utils/lib/esm/random.js +7 -0
  417. package/dist/node_modules/web3-utils/lib/esm/socket_provider.cjs +1 -0
  418. package/dist/node_modules/web3-utils/lib/esm/socket_provider.js +195 -0
  419. package/dist/node_modules/web3-utils/lib/esm/string_manipulation.cjs +1 -0
  420. package/dist/node_modules/web3-utils/lib/esm/string_manipulation.js +48 -0
  421. package/dist/node_modules/web3-utils/lib/esm/uint8array.cjs +1 -0
  422. package/dist/node_modules/web3-utils/lib/esm/uint8array.js +21 -0
  423. package/dist/node_modules/web3-utils/lib/esm/uuid.cjs +1 -0
  424. package/dist/node_modules/web3-utils/lib/esm/uuid.js +17 -0
  425. package/dist/node_modules/web3-utils/lib/esm/validation.cjs +1 -0
  426. package/dist/node_modules/web3-utils/lib/esm/validation.js +50 -0
  427. package/dist/node_modules/web3-utils/lib/esm/web3_deferred_promise.cjs +1 -0
  428. package/dist/node_modules/web3-utils/lib/esm/web3_deferred_promise.js +114 -0
  429. package/dist/node_modules/web3-utils/lib/esm/web3_eip1193_provider.cjs +1 -0
  430. package/dist/node_modules/web3-utils/lib/esm/web3_eip1193_provider.js +86 -0
  431. package/dist/node_modules/web3-validator/lib/esm/constants.cjs +1 -0
  432. package/dist/node_modules/web3-validator/lib/esm/constants.js +4 -0
  433. package/dist/node_modules/web3-validator/lib/esm/default_validator.cjs +1 -0
  434. package/dist/node_modules/web3-validator/lib/esm/default_validator.js +5 -0
  435. package/dist/node_modules/web3-validator/lib/esm/errors.cjs +3 -0
  436. package/dist/node_modules/web3-validator/lib/esm/errors.js +17 -0
  437. package/dist/node_modules/web3-validator/lib/esm/formats.cjs +1 -0
  438. package/dist/node_modules/web3-validator/lib/esm/formats.js +31 -0
  439. package/dist/node_modules/web3-validator/lib/esm/utils.cjs +1 -0
  440. package/dist/node_modules/web3-validator/lib/esm/utils.js +178 -0
  441. package/dist/node_modules/web3-validator/lib/esm/validation/abi.cjs +1 -0
  442. package/dist/node_modules/web3-validator/lib/esm/validation/abi.js +4 -0
  443. package/dist/node_modules/web3-validator/lib/esm/validation/address.cjs +1 -0
  444. package/dist/node_modules/web3-validator/lib/esm/validation/address.js +22 -0
  445. package/dist/node_modules/web3-validator/lib/esm/validation/block.cjs +1 -0
  446. package/dist/node_modules/web3-validator/lib/esm/validation/block.js +10 -0
  447. package/dist/node_modules/web3-validator/lib/esm/validation/bloom.cjs +1 -0
  448. package/dist/node_modules/web3-validator/lib/esm/validation/bloom.js +29 -0
  449. package/dist/node_modules/web3-validator/lib/esm/validation/boolean.cjs +1 -0
  450. package/dist/node_modules/web3-validator/lib/esm/validation/boolean.js +5 -0
  451. package/dist/node_modules/web3-validator/lib/esm/validation/bytes.cjs +1 -0
  452. package/dist/node_modules/web3-validator/lib/esm/validation/bytes.js +27 -0
  453. package/dist/node_modules/web3-validator/lib/esm/validation/filter.cjs +1 -0
  454. package/dist/node_modules/web3-validator/lib/esm/validation/filter.js +26 -0
  455. package/dist/node_modules/web3-validator/lib/esm/validation/numbers.cjs +1 -0
  456. package/dist/node_modules/web3-validator/lib/esm/validation/numbers.js +52 -0
  457. package/dist/node_modules/web3-validator/lib/esm/validation/object.cjs +1 -0
  458. package/dist/node_modules/web3-validator/lib/esm/validation/object.js +13 -0
  459. package/dist/node_modules/web3-validator/lib/esm/validation/string.cjs +1 -0
  460. package/dist/node_modules/web3-validator/lib/esm/validation/string.js +23 -0
  461. package/dist/node_modules/web3-validator/lib/esm/validation/topic.cjs +1 -0
  462. package/dist/node_modules/web3-validator/lib/esm/validation/topic.js +6 -0
  463. package/dist/node_modules/web3-validator/lib/esm/validator.cjs +1 -0
  464. package/dist/node_modules/web3-validator/lib/esm/validator.js +84 -0
  465. package/dist/node_modules/web3-validator/lib/esm/web3_validator.cjs +1 -0
  466. package/dist/node_modules/web3-validator/lib/esm/web3_validator.js +31 -0
  467. package/dist/node_modules/zod/lib/index.cjs +1 -0
  468. package/dist/node_modules/zod/lib/index.js +2854 -0
  469. package/dist/prometheus-framework/node_modules/axios/lib/adapters/adapters.cjs +3 -0
  470. package/dist/prometheus-framework/node_modules/axios/lib/adapters/adapters.js +51 -0
  471. package/dist/prometheus-framework/node_modules/axios/lib/adapters/xhr.cjs +1 -1
  472. package/dist/prometheus-framework/node_modules/axios/lib/adapters/xhr.js +105 -79
  473. package/dist/prometheus-framework/node_modules/axios/lib/axios.cjs +1 -1
  474. package/dist/prometheus-framework/node_modules/axios/lib/axios.js +41 -35
  475. package/dist/prometheus-framework/node_modules/axios/lib/cancel/CancelToken.cjs +1 -1
  476. package/dist/prometheus-framework/node_modules/axios/lib/cancel/CancelToken.js +57 -44
  477. package/dist/prometheus-framework/node_modules/axios/lib/cancel/CanceledError.cjs +1 -1
  478. package/dist/prometheus-framework/node_modules/axios/lib/cancel/CanceledError.js +8 -15
  479. package/dist/prometheus-framework/node_modules/axios/lib/cancel/isCancel.cjs +1 -1
  480. package/dist/prometheus-framework/node_modules/axios/lib/cancel/isCancel.js +3 -6
  481. package/dist/prometheus-framework/node_modules/axios/lib/core/Axios.cjs +1 -1
  482. package/dist/prometheus-framework/node_modules/axios/lib/core/Axios.js +101 -72
  483. package/dist/prometheus-framework/node_modules/axios/lib/core/AxiosError.cjs +1 -1
  484. package/dist/prometheus-framework/node_modules/axios/lib/core/AxiosError.js +19 -19
  485. package/dist/prometheus-framework/node_modules/axios/lib/core/AxiosHeaders.cjs +2 -0
  486. package/dist/prometheus-framework/node_modules/axios/lib/core/AxiosHeaders.js +165 -0
  487. package/dist/prometheus-framework/node_modules/axios/lib/core/InterceptorManager.cjs +1 -1
  488. package/dist/prometheus-framework/node_modules/axios/lib/core/InterceptorManager.js +56 -22
  489. package/dist/prometheus-framework/node_modules/axios/lib/core/buildFullPath.cjs +1 -1
  490. package/dist/prometheus-framework/node_modules/axios/lib/core/buildFullPath.js +6 -6
  491. package/dist/prometheus-framework/node_modules/axios/lib/core/dispatchRequest.cjs +1 -1
  492. package/dist/prometheus-framework/node_modules/axios/lib/core/dispatchRequest.js +23 -38
  493. package/dist/prometheus-framework/node_modules/axios/lib/core/mergeConfig.cjs +1 -1
  494. package/dist/prometheus-framework/node_modules/axios/lib/core/mergeConfig.js +62 -58
  495. package/dist/prometheus-framework/node_modules/axios/lib/core/settle.cjs +1 -1
  496. package/dist/prometheus-framework/node_modules/axios/lib/core/settle.js +11 -18
  497. package/dist/prometheus-framework/node_modules/axios/lib/core/transformData.cjs +1 -1
  498. package/dist/prometheus-framework/node_modules/axios/lib/core/transformData.js +11 -9
  499. package/dist/prometheus-framework/node_modules/axios/lib/defaults/index.cjs +1 -1
  500. package/dist/prometheus-framework/node_modules/axios/lib/defaults/index.js +49 -48
  501. package/dist/prometheus-framework/node_modules/axios/lib/defaults/transitional.cjs +1 -1
  502. package/dist/prometheus-framework/node_modules/axios/lib/defaults/transitional.js +2 -2
  503. package/dist/prometheus-framework/node_modules/axios/lib/env/data.cjs +1 -1
  504. package/dist/prometheus-framework/node_modules/axios/lib/env/data.js +2 -7
  505. package/dist/prometheus-framework/node_modules/axios/lib/helpers/AxiosURLSearchParams.cjs +1 -0
  506. package/dist/prometheus-framework/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +33 -0
  507. package/dist/prometheus-framework/node_modules/axios/lib/helpers/HttpStatusCode.cjs +1 -0
  508. package/dist/prometheus-framework/node_modules/axios/lib/helpers/HttpStatusCode.js +72 -0
  509. package/dist/prometheus-framework/node_modules/axios/lib/helpers/bind.cjs +1 -1
  510. package/dist/prometheus-framework/node_modules/axios/lib/helpers/bind.js +4 -6
  511. package/dist/prometheus-framework/node_modules/axios/lib/helpers/buildURL.cjs +1 -1
  512. package/dist/prometheus-framework/node_modules/axios/lib/helpers/buildURL.js +13 -24
  513. package/dist/prometheus-framework/node_modules/axios/lib/helpers/combineURLs.cjs +1 -1
  514. package/dist/prometheus-framework/node_modules/axios/lib/helpers/combineURLs.js +4 -4
  515. package/dist/prometheus-framework/node_modules/axios/lib/helpers/cookies.cjs +1 -1
  516. package/dist/prometheus-framework/node_modules/axios/lib/helpers/cookies.js +30 -40
  517. package/dist/prometheus-framework/node_modules/axios/lib/helpers/formDataToJSON.cjs +1 -0
  518. package/dist/prometheus-framework/node_modules/axios/lib/helpers/formDataToJSON.js +30 -0
  519. package/dist/prometheus-framework/node_modules/axios/lib/helpers/isAbsoluteURL.cjs +1 -1
  520. package/dist/prometheus-framework/node_modules/axios/lib/helpers/isAbsoluteURL.js +3 -3
  521. package/dist/prometheus-framework/node_modules/axios/lib/helpers/isAxiosError.cjs +1 -1
  522. package/dist/prometheus-framework/node_modules/axios/lib/helpers/isAxiosError.js +4 -11
  523. package/dist/prometheus-framework/node_modules/axios/lib/helpers/isURLSameOrigin.cjs +1 -1
  524. package/dist/prometheus-framework/node_modules/axios/lib/helpers/isURLSameOrigin.js +34 -39
  525. package/dist/prometheus-framework/node_modules/axios/lib/helpers/null.cjs +1 -1
  526. package/dist/prometheus-framework/node_modules/axios/lib/helpers/null.js +2 -5
  527. package/dist/prometheus-framework/node_modules/axios/lib/helpers/parseHeaders.cjs +2 -2
  528. package/dist/prometheus-framework/node_modules/axios/lib/helpers/parseHeaders.js +28 -38
  529. package/dist/prometheus-framework/node_modules/axios/lib/helpers/parseProtocol.cjs +1 -1
  530. package/dist/prometheus-framework/node_modules/axios/lib/helpers/parseProtocol.js +4 -7
  531. package/dist/prometheus-framework/node_modules/axios/lib/helpers/speedometer.cjs +1 -0
  532. package/dist/prometheus-framework/node_modules/axios/lib/helpers/speedometer.js +19 -0
  533. package/dist/prometheus-framework/node_modules/axios/lib/helpers/spread.cjs +1 -1
  534. package/dist/prometheus-framework/node_modules/axios/lib/helpers/spread.js +5 -8
  535. package/dist/prometheus-framework/node_modules/axios/lib/helpers/toFormData.cjs +1 -1
  536. package/dist/prometheus-framework/node_modules/axios/lib/helpers/toFormData.js +79 -32
  537. package/dist/prometheus-framework/node_modules/axios/lib/helpers/toURLEncodedForm.cjs +1 -0
  538. package/dist/prometheus-framework/node_modules/axios/lib/helpers/toURLEncodedForm.js +13 -0
  539. package/dist/prometheus-framework/node_modules/axios/lib/helpers/validator.cjs +1 -1
  540. package/dist/prometheus-framework/node_modules/axios/lib/helpers/validator.js +33 -31
  541. package/dist/prometheus-framework/node_modules/axios/lib/platform/browser/classes/Blob.cjs +1 -0
  542. package/dist/prometheus-framework/node_modules/axios/lib/platform/browser/classes/Blob.js +4 -0
  543. package/dist/prometheus-framework/node_modules/axios/lib/platform/browser/classes/FormData.cjs +1 -0
  544. package/dist/prometheus-framework/node_modules/axios/lib/platform/browser/classes/FormData.js +4 -0
  545. package/dist/prometheus-framework/node_modules/axios/lib/platform/browser/classes/URLSearchParams.cjs +1 -0
  546. package/dist/prometheus-framework/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +5 -0
  547. package/dist/prometheus-framework/node_modules/axios/lib/platform/browser/index.cjs +1 -0
  548. package/dist/prometheus-framework/node_modules/axios/lib/platform/browser/index.js +15 -0
  549. package/dist/prometheus-framework/node_modules/axios/lib/platform/common/utils.cjs +1 -0
  550. package/dist/prometheus-framework/node_modules/axios/lib/platform/common/utils.js +7 -0
  551. package/dist/prometheus-framework/node_modules/axios/lib/platform/index.cjs +1 -0
  552. package/dist/prometheus-framework/node_modules/axios/lib/platform/index.js +9 -0
  553. package/dist/prometheus-framework/node_modules/axios/lib/utils.cjs +1 -1
  554. package/dist/prometheus-framework/node_modules/axios/lib/utils.js +212 -140
  555. package/dist/prometheus-framework/src/components/Popup/Popup.vue.cjs +1 -1
  556. package/dist/prometheus-framework/src/components/Popup/Popup.vue.js +2 -72
  557. package/dist/prometheus-framework/src/components/Popup/Popup.vue2.cjs +1 -1
  558. package/dist/prometheus-framework/src/components/Popup/Popup.vue2.js +72 -2
  559. package/dist/prometheus-framework/src/components/Upload/Upload.vue.cjs +1 -1
  560. package/dist/prometheus-framework/src/components/Upload/Upload.vue.js +1 -1
  561. package/dist/prometheus-framework/src/components/UploadImage/UploadImage.vue.cjs +1 -1
  562. package/dist/prometheus-framework/src/components/UploadImage/UploadImage.vue.js +1 -1
  563. package/dist/prometheus-framework/src/components/UploadImageMultiple/UploadImageMultiple.vue.cjs +1 -1
  564. package/dist/prometheus-framework/src/components/UploadImageMultiple/UploadImageMultiple.vue.js +1 -1
  565. package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue.cjs +1 -1
  566. package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue.js +67 -65
  567. package/dist/prometheus-framework/src/modules/auth/store/auth.cjs +1 -1
  568. package/dist/prometheus-framework/src/modules/auth/store/auth.js +1 -1
  569. package/dist/prometheus-framework/src/modules/auth/store/invites.cjs +1 -1
  570. package/dist/prometheus-framework/src/modules/auth/store/invites.js +1 -1
  571. package/dist/prometheus-framework/src/modules/auth/store/twofa.cjs +1 -1
  572. package/dist/prometheus-framework/src/modules/auth/store/twofa.js +1 -1
  573. package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.cjs +1 -1
  574. package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.js +1 -1
  575. package/dist/prometheus-framework/src/modules/community/components/sections/Comments.vue.cjs +1 -1
  576. package/dist/prometheus-framework/src/modules/community/components/sections/Comments.vue.js +1 -1
  577. package/dist/prometheus-framework/src/modules/community/store/blogposts.cjs +1 -1
  578. package/dist/prometheus-framework/src/modules/community/store/blogposts.js +1 -1
  579. package/dist/prometheus-framework/src/modules/community/store/reactions.cjs +1 -1
  580. package/dist/prometheus-framework/src/modules/community/store/reactions.js +1 -1
  581. package/dist/prometheus-framework/src/modules/constructor/components/elements/Image.vue.cjs +1 -1
  582. package/dist/prometheus-framework/src/modules/constructor/components/elements/Image.vue.js +6 -7
  583. package/dist/prometheus-framework/src/modules/constructor/components/elements/ImageUpload.vue.cjs +1 -1
  584. package/dist/prometheus-framework/src/modules/constructor/components/elements/ImageUpload.vue.js +1 -1
  585. package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.cjs +1 -1
  586. package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.js +1 -1
  587. package/dist/prometheus-framework/src/modules/events/store/events.cjs +1 -1
  588. package/dist/prometheus-framework/src/modules/events/store/events.js +1 -1
  589. package/dist/prometheus-framework/src/modules/events/store/tickets.cjs +1 -1
  590. package/dist/prometheus-framework/src/modules/events/store/tickets.js +1 -1
  591. package/dist/prometheus-framework/src/modules/gallery/store/gallery.cjs +1 -1
  592. package/dist/prometheus-framework/src/modules/gallery/store/gallery.js +1 -1
  593. package/dist/prometheus-framework/src/modules/orders/store/orders.cjs +1 -1
  594. package/dist/prometheus-framework/src/modules/orders/store/orders.js +1 -1
  595. package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.cjs +1 -1
  596. package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.js +1 -1
  597. package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs +1 -1
  598. package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.js +1 -1
  599. package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.cjs +1 -1
  600. package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.js +1 -1
  601. package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.cjs +1 -1
  602. package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.js +1 -1
  603. package/dist/prometheus-framework/src/modules/organizations/store/departments.cjs +1 -1
  604. package/dist/prometheus-framework/src/modules/organizations/store/departments.js +1 -1
  605. package/dist/prometheus-framework/src/modules/organizations/store/invites.cjs +1 -1
  606. package/dist/prometheus-framework/src/modules/organizations/store/invites.js +1 -1
  607. package/dist/prometheus-framework/src/modules/organizations/store/memberships.cjs +1 -1
  608. package/dist/prometheus-framework/src/modules/organizations/store/memberships.js +1 -1
  609. package/dist/prometheus-framework/src/modules/organizations/store/organizations.cjs +1 -1
  610. package/dist/prometheus-framework/src/modules/organizations/store/organizations.js +1 -1
  611. package/dist/prometheus-framework/src/modules/payments/components/pages/Payments.vue.cjs +1 -1
  612. package/dist/prometheus-framework/src/modules/payments/components/pages/Payments.vue.js +30 -61
  613. package/dist/prometheus-framework/src/modules/products/components/blocks/CardLeftover.vue.cjs +1 -1
  614. package/dist/prometheus-framework/src/modules/products/components/blocks/CardLeftover.vue.js +20 -21
  615. package/dist/prometheus-framework/src/modules/products/components/blocks/CardProduct.vue.cjs +1 -1
  616. package/dist/prometheus-framework/src/modules/products/components/blocks/CardProduct.vue.js +28 -33
  617. package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue.cjs +1 -1
  618. package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue.js +1 -1
  619. package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue.cjs +1 -1
  620. package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue.js +1 -1
  621. package/dist/prometheus-framework/src/modules/products/components/sections/EditProductInfo.vue.cjs +1 -1
  622. package/dist/prometheus-framework/src/modules/products/components/sections/EditProductInfo.vue.js +6 -41
  623. package/dist/prometheus-framework/src/modules/products/store/categories.cjs +1 -1
  624. package/dist/prometheus-framework/src/modules/products/store/categories.js +1 -1
  625. package/dist/prometheus-framework/src/modules/products/store/leftovers.cjs +1 -1
  626. package/dist/prometheus-framework/src/modules/products/store/leftovers.js +1 -1
  627. package/dist/prometheus-framework/src/modules/products/store/products.cjs +1 -1
  628. package/dist/prometheus-framework/src/modules/products/store/products.js +1 -1
  629. package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.cjs +1 -1
  630. package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.js +1 -1
  631. package/dist/prometheus-framework/src/modules/reports/store/reports.cjs +1 -1
  632. package/dist/prometheus-framework/src/modules/reports/store/reports.js +1 -1
  633. package/dist/prometheus-framework/src/modules/spots/store/spots.cjs +1 -1
  634. package/dist/prometheus-framework/src/modules/spots/store/spots.js +1 -1
  635. package/dist/prometheus-framework/src/modules/users/store/users.cjs +1 -1
  636. package/dist/prometheus-framework/src/modules/users/store/users.js +1 -1
  637. package/dist/prometheus-framework/src/modules/wallet/components/pages/Wallet.vue.cjs +1 -1
  638. package/dist/prometheus-framework/src/modules/wallet/components/pages/Wallet.vue.js +75 -33
  639. package/dist/prometheus-framework.cjs.js +29 -30
  640. package/dist/prometheus-framework.es.js +3953 -3225
  641. package/dist/style.css +1 -1
  642. package/package.json +3 -2
  643. package/src/modules/auth/components/pages/SignIn.vue +2 -2
  644. package/src/modules/payments/components/pages/Payments.vue +32 -34
  645. package/src/modules/products/components/blocks/CardLeftover.vue +1 -2
  646. package/src/modules/products/components/blocks/CardProduct.vue +1 -17
  647. package/src/modules/products/components/sections/EditProductInfo.vue +3 -5
@@ -0,0 +1,268 @@
1
+ import { keccak256 as l } from "../../../../ethereum-cryptography/esm/keccak.js";
2
+ import "../../../../web3-errors/lib/esm/errors/rpc_errors.js";
3
+ import "../../../../web3-validator/lib/esm/formats.js";
4
+ import { validateNoLeadingZeroes as w } from "../../../../web3-validator/lib/esm/validation/string.js";
5
+ import "../../../../web3-validator/lib/esm/default_validator.js";
6
+ import "../../../../web3-types/lib/esm/data_format_types.js";
7
+ import "../../../../web3-types/lib/esm/eth_types.js";
8
+ import "../../../../web3-types/lib/esm/web3_base_provider.js";
9
+ import { RLP as v } from "../../../../@ethereumjs/rlp/dist/index.js";
10
+ import { MAX_INTEGER as E } from "./constants.js";
11
+ import { getAccessListData as T, verifyAccessList as x, getDataFeeEIP2930 as _, getAccessListJSON as O } from "./utils.js";
12
+ import { uint8ArrayToBigInt as c, toUint8Array as N, bigIntToUnpaddedUint8Array as e, ecrecover as C, bigIntToHex as n } from "../common/utils.js";
13
+ import { BaseTransaction as I } from "./baseTransaction.js";
14
+ import { hexToBytes as M, bytesToHex as S } from "../../../../web3-utils/lib/esm/converters.js";
15
+ import { uint8ArrayEquals as F, uint8ArrayConcat as b } from "../../../../web3-utils/lib/esm/uint8array.js";
16
+ const L = 1, y = M(L.toString(16).padStart(2, "0"));
17
+ class h extends I {
18
+ /**
19
+ * This constructor takes the values, validates them, assigns them and freezes the object.
20
+ *
21
+ * It is not recommended to use this constructor directly. Instead use
22
+ * the static factory methods to assist in creating a Transaction object from
23
+ * varying data types.
24
+ */
25
+ constructor(t, i = {}) {
26
+ var s;
27
+ super(Object.assign(Object.assign({}, t), { type: L }), i), this.DEFAULT_HARDFORK = "berlin";
28
+ const { chainId: a, accessList: r, gasPrice: o } = t;
29
+ if (this.common = this._getCommon(i.common, a), this.chainId = this.common.chainId(), !this.common.isActivatedEIP(2930))
30
+ throw new Error("EIP-2930 not enabled on Common");
31
+ this.activeCapabilities = this.activeCapabilities.concat([2718, 2930]);
32
+ const d = T(r ?? []);
33
+ if (this.accessList = d.accessList, this.AccessListJSON = d.AccessListJSON, x(this.accessList), this.gasPrice = c(N(o === "" ? "0x" : o)), this._validateCannotExceedMaxInteger({
34
+ gasPrice: this.gasPrice
35
+ }), I._validateNotArray(t), this.gasPrice * this.gasLimit > E) {
36
+ const u = this._errorMsg("gasLimit * gasPrice cannot exceed MAX_INTEGER");
37
+ throw new Error(u);
38
+ }
39
+ this._validateYParity(), this._validateHighS(), ((s = i == null ? void 0 : i.freeze) !== null && s !== void 0 ? s : !0) && Object.freeze(this);
40
+ }
41
+ /**
42
+ * Instantiate a transaction from a data dictionary.
43
+ *
44
+ * Format: { chainId, nonce, gasPrice, gasLimit, to, value, data, accessList,
45
+ * v, r, s }
46
+ *
47
+ * Notes:
48
+ * - `chainId` will be set automatically if not provided
49
+ * - All parameters are optional and have some basic default values
50
+ */
51
+ static fromTxData(t, i = {}) {
52
+ return new h(t, i);
53
+ }
54
+ /**
55
+ * Instantiate a transaction from the serialized tx.
56
+ *
57
+ * Format: `0x01 || rlp([chainId, nonce, gasPrice, gasLimit, to, value, data, accessList,
58
+ * signatureYParity (v), signatureR (r), signatureS (s)])`
59
+ */
60
+ static fromSerializedTx(t, i = {}) {
61
+ if (!F(t.subarray(0, 1), y))
62
+ throw new Error(`Invalid serialized tx input: not an EIP-2930 transaction (wrong tx type, expected: ${L}, received: ${S(t.subarray(0, 1))}`);
63
+ const s = v.decode(Uint8Array.from(t.subarray(1)));
64
+ if (!Array.isArray(s))
65
+ throw new Error("Invalid serialized tx input: must be array");
66
+ return h.fromValuesArray(s, i);
67
+ }
68
+ /**
69
+ * Create a transaction from a values array.
70
+ *
71
+ * Format: `[chainId, nonce, gasPrice, gasLimit, to, value, data, accessList,
72
+ * signatureYParity (v), signatureR (r), signatureS (s)]`
73
+ */
74
+ static fromValuesArray(t, i = {}) {
75
+ if (t.length !== 8 && t.length !== 11)
76
+ throw new Error("Invalid EIP-2930 transaction. Only expecting 8 values (for unsigned tx) or 11 values (for signed tx).");
77
+ const [s, a, r, o, d, m, u, f, g, A, p] = t;
78
+ this._validateNotArray({ chainId: s, v: g }), w({ nonce: a, gasPrice: r, gasLimit: o, value: m, v: g, r: A, s: p });
79
+ const P = [];
80
+ return new h({
81
+ chainId: c(s),
82
+ nonce: a,
83
+ gasPrice: r,
84
+ gasLimit: o,
85
+ to: d,
86
+ value: m,
87
+ data: u,
88
+ accessList: f ?? P,
89
+ v: g !== void 0 ? c(g) : void 0,
90
+ r: A,
91
+ s: p
92
+ }, i);
93
+ }
94
+ /**
95
+ * The amount of gas paid for the data in this tx
96
+ */
97
+ getDataFee() {
98
+ if (this.cache.dataFee && this.cache.dataFee.hardfork === this.common.hardfork())
99
+ return this.cache.dataFee.value;
100
+ let t = super.getDataFee();
101
+ return t += BigInt(_(this.accessList, this.common)), Object.isFrozen(this) && (this.cache.dataFee = {
102
+ value: t,
103
+ hardfork: this.common.hardfork()
104
+ }), t;
105
+ }
106
+ /**
107
+ * The up front amount that an account must have for this transaction to be valid
108
+ */
109
+ getUpfrontCost() {
110
+ return this.gasLimit * this.gasPrice + this.value;
111
+ }
112
+ /**
113
+ * Returns a Uint8Array Array of the raw Uint8Arrays of the EIP-2930 transaction, in order.
114
+ *
115
+ * Format: `[chainId, nonce, gasPrice, gasLimit, to, value, data, accessList,
116
+ * signatureYParity (v), signatureR (r), signatureS (s)]`
117
+ *
118
+ * Use {@link AccessListEIP2930Transaction.serialize} to add a transaction to a block
119
+ * with {@link Block.fromValuesArray}.
120
+ *
121
+ * For an unsigned tx this method uses the empty UINT8ARRAY values for the
122
+ * signature parameters `v`, `r` and `s` for encoding. For an EIP-155 compliant
123
+ * representation for external signing use {@link AccessListEIP2930Transaction.getMessageToSign}.
124
+ */
125
+ raw() {
126
+ return [
127
+ e(this.chainId),
128
+ e(this.nonce),
129
+ e(this.gasPrice),
130
+ e(this.gasLimit),
131
+ this.to !== void 0 ? this.to.buf : Uint8Array.from([]),
132
+ e(this.value),
133
+ this.data,
134
+ this.accessList,
135
+ this.v !== void 0 ? e(this.v) : Uint8Array.from([]),
136
+ this.r !== void 0 ? e(this.r) : Uint8Array.from([]),
137
+ this.s !== void 0 ? e(this.s) : Uint8Array.from([])
138
+ ];
139
+ }
140
+ /**
141
+ * Returns the serialized encoding of the EIP-2930 transaction.
142
+ *
143
+ * Format: `0x01 || rlp([chainId, nonce, gasPrice, gasLimit, to, value, data, accessList,
144
+ * signatureYParity (v), signatureR (r), signatureS (s)])`
145
+ *
146
+ * Note that in contrast to the legacy tx serialization format this is not
147
+ * valid RLP any more due to the raw tx type preceding and concatenated to
148
+ * the RLP encoding of the values.
149
+ */
150
+ serialize() {
151
+ const t = this.raw();
152
+ return b(y, v.encode(t));
153
+ }
154
+ /**
155
+ * Returns the serialized unsigned tx (hashed or raw), which can be used
156
+ * to sign the transaction (e.g. for sending to a hardware wallet).
157
+ *
158
+ * Note: in contrast to the legacy tx the raw message format is already
159
+ * serialized and doesn't need to be RLP encoded any more.
160
+ *
161
+ * ```javascript
162
+ * const serializedMessage = tx.getMessageToSign(false) // use this for the HW wallet input
163
+ * ```
164
+ *
165
+ * @param hashMessage - Return hashed message if set to true (default: true)
166
+ */
167
+ getMessageToSign(t = !0) {
168
+ const i = this.raw().slice(0, 8), s = b(y, v.encode(i));
169
+ return t ? l(s) : s;
170
+ }
171
+ /**
172
+ * Computes a sha3-256 hash of the serialized tx.
173
+ *
174
+ * This method can only be used for signed txs (it throws otherwise).
175
+ * Use {@link AccessListEIP2930Transaction.getMessageToSign} to get a tx hash for the purpose of signing.
176
+ */
177
+ hash() {
178
+ if (!this.isSigned()) {
179
+ const t = this._errorMsg("Cannot call hash method if transaction is not signed");
180
+ throw new Error(t);
181
+ }
182
+ return Object.isFrozen(this) ? (this.cache.hash || (this.cache.hash = l(this.serialize())), this.cache.hash) : l(this.serialize());
183
+ }
184
+ /**
185
+ * Computes a sha3-256 hash which can be used to verify the signature
186
+ */
187
+ getMessageToVerifySignature() {
188
+ return this.getMessageToSign();
189
+ }
190
+ /**
191
+ * Returns the public key of the sender
192
+ */
193
+ getSenderPublicKey() {
194
+ if (!this.isSigned()) {
195
+ const r = this._errorMsg("Cannot call this method if transaction is not signed");
196
+ throw new Error(r);
197
+ }
198
+ const t = this.getMessageToVerifySignature(), { v: i, r: s, s: a } = this;
199
+ this._validateHighS();
200
+ try {
201
+ return C(
202
+ t,
203
+ i + BigInt(27),
204
+ // Recover the 27 which was stripped from ecsign
205
+ e(s),
206
+ e(a)
207
+ );
208
+ } catch {
209
+ const o = this._errorMsg("Invalid Signature");
210
+ throw new Error(o);
211
+ }
212
+ }
213
+ _processSignature(t, i, s) {
214
+ const a = Object.assign(Object.assign({}, this.txOptions), { common: this.common });
215
+ return h.fromTxData({
216
+ chainId: this.chainId,
217
+ nonce: this.nonce,
218
+ gasPrice: this.gasPrice,
219
+ gasLimit: this.gasLimit,
220
+ to: this.to,
221
+ value: this.value,
222
+ data: this.data,
223
+ accessList: this.accessList,
224
+ v: t - BigInt(27),
225
+ r: c(i),
226
+ s: c(s)
227
+ }, a);
228
+ }
229
+ /**
230
+ * Returns an object with the JSON representation of the transaction
231
+ */
232
+ toJSON() {
233
+ const t = O(this.accessList);
234
+ return {
235
+ chainId: n(this.chainId),
236
+ nonce: n(this.nonce),
237
+ gasPrice: n(this.gasPrice),
238
+ gasLimit: n(this.gasLimit),
239
+ to: this.to !== void 0 ? this.to.toString() : void 0,
240
+ value: n(this.value),
241
+ data: S(this.data),
242
+ accessList: t,
243
+ v: this.v !== void 0 ? n(this.v) : void 0,
244
+ r: this.r !== void 0 ? n(this.r) : void 0,
245
+ s: this.s !== void 0 ? n(this.s) : void 0
246
+ };
247
+ }
248
+ /**
249
+ * Return a compact error string representation of the object
250
+ */
251
+ errorStr() {
252
+ var t, i;
253
+ let s = this._getSharedErrorPostfix();
254
+ return s += ` gasPrice=${this.gasPrice} accessListCount=${(i = (t = this.accessList) === null || t === void 0 ? void 0 : t.length) !== null && i !== void 0 ? i : 0}`, s;
255
+ }
256
+ /**
257
+ * Internal helper function to create an annotated error message
258
+ *
259
+ * @param msg Base error message
260
+ * @hidden
261
+ */
262
+ _errorMsg(t) {
263
+ return `${t} (${this.errorStr()})`;
264
+ }
265
+ }
266
+ export {
267
+ h as AccessListEIP2930Transaction
268
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("../../../../@ethereumjs/rlp/dist/index.cjs"),d=require("../../../../ethereum-cryptography/esm/keccak.cjs");require("../../../../web3-errors/lib/esm/errors/rpc_errors.cjs");require("../../../../web3-validator/lib/esm/formats.cjs");const b=require("../../../../web3-validator/lib/esm/validation/string.cjs");require("../../../../web3-validator/lib/esm/default_validator.cjs");require("../../../../web3-types/lib/esm/data_format_types.cjs");require("../../../../web3-types/lib/esm/eth_types.cjs");require("../../../../web3-types/lib/esm/web3_base_provider.cjs");const i=require("../common/utils.cjs"),T=require("./constants.cjs"),y=require("./baseTransaction.cjs"),o=require("./types.cjs"),v=require("../../../../web3-utils/lib/esm/converters.cjs"),P=0;function I(m,t){const e=Number(m),n=Number(t)*2;return e===n+35||e===n+36}class h extends y.BaseTransaction{constructor(t,e={}){var n;if(super(Object.assign(Object.assign({},t),{type:P}),e),this.common=this._validateTxV(this.v,e.common),this.gasPrice=i.uint8ArrayToBigInt(i.toUint8Array(t.gasPrice===""?"0x":t.gasPrice)),this.gasPrice*this.gasLimit>T.MAX_INTEGER){const s=this._errorMsg("gas limit * gasPrice cannot exceed MAX_INTEGER (2^256-1)");throw new Error(s)}this._validateCannotExceedMaxInteger({gasPrice:this.gasPrice}),y.BaseTransaction._validateNotArray(t),this.common.gteHardfork("spuriousDragon")&&(this.isSigned()?I(this.v,this.common.chainId())&&this.activeCapabilities.push(o.Capability.EIP155ReplayProtection):this.activeCapabilities.push(o.Capability.EIP155ReplayProtection)),((n=e==null?void 0:e.freeze)!==null&&n!==void 0?n:!0)&&Object.freeze(this)}static fromTxData(t,e={}){return new h(t,e)}static fromSerializedTx(t,e={}){const n=a.RLP.decode(t);if(!Array.isArray(n))throw new Error("Invalid serialized tx input. Must be array");return this.fromValuesArray(n,e)}static fromValuesArray(t,e={}){if(t.length!==6&&t.length!==9)throw new Error("Invalid transaction. Only expecting 6 values (for unsigned tx) or 9 values (for signed tx).");const[n,r,s,c,g,p,u,f,l]=t;return b.validateNoLeadingZeroes({nonce:n,gasPrice:r,gasLimit:s,value:g,v:u,r:f,s:l}),new h({nonce:n,gasPrice:r,gasLimit:s,to:c,value:g,data:p,v:u,r:f,s:l},e)}raw(){return[i.bigIntToUnpaddedUint8Array(this.nonce),i.bigIntToUnpaddedUint8Array(this.gasPrice),i.bigIntToUnpaddedUint8Array(this.gasLimit),this.to!==void 0?this.to.buf:Uint8Array.from([]),i.bigIntToUnpaddedUint8Array(this.value),this.data,this.v!==void 0?i.bigIntToUnpaddedUint8Array(this.v):Uint8Array.from([]),this.r!==void 0?i.bigIntToUnpaddedUint8Array(this.r):Uint8Array.from([]),this.s!==void 0?i.bigIntToUnpaddedUint8Array(this.s):Uint8Array.from([])]}serialize(){return a.RLP.encode(this.raw())}_getMessageToSign(){const t=[i.bigIntToUnpaddedUint8Array(this.nonce),i.bigIntToUnpaddedUint8Array(this.gasPrice),i.bigIntToUnpaddedUint8Array(this.gasLimit),this.to!==void 0?this.to.buf:Uint8Array.from([]),i.bigIntToUnpaddedUint8Array(this.value),this.data];return this.supports(o.Capability.EIP155ReplayProtection)&&(t.push(i.toUint8Array(this.common.chainId())),t.push(i.unpadUint8Array(i.toUint8Array(0))),t.push(i.unpadUint8Array(i.toUint8Array(0)))),t}getMessageToSign(t=!0){const e=this._getMessageToSign();return t?d.keccak256(a.RLP.encode(e)):e}getDataFee(){return this.cache.dataFee&&this.cache.dataFee.hardfork===this.common.hardfork()?this.cache.dataFee.value:(Object.isFrozen(this)&&(this.cache.dataFee={value:super.getDataFee(),hardfork:this.common.hardfork()}),super.getDataFee())}getUpfrontCost(){return this.gasLimit*this.gasPrice+this.value}hash(){if(!this.isSigned()){const t=this._errorMsg("Cannot call hash method if transaction is not signed");throw new Error(t)}return Object.isFrozen(this)?(this.cache.hash||(this.cache.hash=d.keccak256(a.RLP.encode(this.raw()))),this.cache.hash):d.keccak256(a.RLP.encode(this.raw()))}getMessageToVerifySignature(){if(!this.isSigned()){const e=this._errorMsg("This transaction is not signed");throw new Error(e)}const t=this._getMessageToSign();return d.keccak256(a.RLP.encode(t))}getSenderPublicKey(){const t=this.getMessageToVerifySignature(),{v:e,r:n,s:r}=this;this._validateHighS();try{return i.ecrecover(t,e,i.bigIntToUnpaddedUint8Array(n),i.bigIntToUnpaddedUint8Array(r),this.supports(o.Capability.EIP155ReplayProtection)?this.common.chainId():void 0)}catch{const c=this._errorMsg("Invalid Signature");throw new Error(c)}}_processSignature(t,e,n){let r=t;this.supports(o.Capability.EIP155ReplayProtection)&&(r+=this.common.chainId()*BigInt(2)+BigInt(8));const s=Object.assign(Object.assign({},this.txOptions),{common:this.common});return h.fromTxData({nonce:this.nonce,gasPrice:this.gasPrice,gasLimit:this.gasLimit,to:this.to,value:this.value,data:this.data,v:r,r:i.uint8ArrayToBigInt(e),s:i.uint8ArrayToBigInt(n)},s)}toJSON(){return{nonce:i.bigIntToHex(this.nonce),gasPrice:i.bigIntToHex(this.gasPrice),gasLimit:i.bigIntToHex(this.gasLimit),to:this.to!==void 0?this.to.toString():void 0,value:i.bigIntToHex(this.value),data:v.bytesToHex(this.data),v:this.v!==void 0?i.bigIntToHex(this.v):void 0,r:this.r!==void 0?i.bigIntToHex(this.r):void 0,s:this.s!==void 0?i.bigIntToHex(this.s):void 0}}_validateTxV(t,e){let n;const r=t!==void 0?Number(t):void 0;if(r!==void 0&&r<37&&r!==27&&r!==28)throw new Error(`Legacy txs need either v = 27/28 or v >= 37 (EIP-155 replay protection), got v = ${r}`);if(r!==void 0&&r!==0&&(!e||e.gteHardfork("spuriousDragon"))&&r!==27&&r!==28)if(e){if(!I(BigInt(r),e.chainId()))throw new Error(`Incompatible EIP155-based V ${r} and chain id ${e.chainId()}. See the Common parameter of the Transaction constructor to set the chain id.`)}else{let s;(r-35)%2===0?s=35:s=36,n=BigInt(r-s)/BigInt(2)}return this._getCommon(e,n)}errorStr(){let t=this._getSharedErrorPostfix();return t+=` gasPrice=${this.gasPrice}`,t}_errorMsg(t){return`${t} (${this.errorStr()})`}}exports.Transaction=h;
@@ -0,0 +1,256 @@
1
+ import { RLP as o } from "../../../../@ethereumjs/rlp/dist/index.js";
2
+ import { keccak256 as c } from "../../../../ethereum-cryptography/esm/keccak.js";
3
+ import "../../../../web3-errors/lib/esm/errors/rpc_errors.js";
4
+ import "../../../../web3-validator/lib/esm/formats.js";
5
+ import { validateNoLeadingZeroes as S } from "../../../../web3-validator/lib/esm/validation/string.js";
6
+ import "../../../../web3-validator/lib/esm/default_validator.js";
7
+ import "../../../../web3-types/lib/esm/data_format_types.js";
8
+ import "../../../../web3-types/lib/esm/eth_types.js";
9
+ import "../../../../web3-types/lib/esm/web3_base_provider.js";
10
+ import { uint8ArrayToBigInt as f, toUint8Array as d, bigIntToUnpaddedUint8Array as s, unpadUint8Array as P, ecrecover as w, bigIntToHex as a } from "../common/utils.js";
11
+ import { MAX_INTEGER as T } from "./constants.js";
12
+ import { BaseTransaction as I } from "./baseTransaction.js";
13
+ import { Capability as h } from "./types.js";
14
+ import { bytesToHex as A } from "../../../../web3-utils/lib/esm/converters.js";
15
+ const x = 0;
16
+ function y(b, t) {
17
+ const e = Number(b), r = Number(t) * 2;
18
+ return e === r + 35 || e === r + 36;
19
+ }
20
+ class g extends I {
21
+ /**
22
+ * This constructor takes the values, validates them, assigns them and freezes the object.
23
+ *
24
+ * It is not recommended to use this constructor directly. Instead use
25
+ * the static factory methods to assist in creating a Transaction object from
26
+ * varying data types.
27
+ */
28
+ constructor(t, e = {}) {
29
+ var r;
30
+ if (super(Object.assign(Object.assign({}, t), { type: x }), e), this.common = this._validateTxV(this.v, e.common), this.gasPrice = f(d(t.gasPrice === "" ? "0x" : t.gasPrice)), this.gasPrice * this.gasLimit > T) {
31
+ const n = this._errorMsg("gas limit * gasPrice cannot exceed MAX_INTEGER (2^256-1)");
32
+ throw new Error(n);
33
+ }
34
+ this._validateCannotExceedMaxInteger({ gasPrice: this.gasPrice }), I._validateNotArray(t), this.common.gteHardfork("spuriousDragon") && (this.isSigned() ? y(this.v, this.common.chainId()) && this.activeCapabilities.push(h.EIP155ReplayProtection) : this.activeCapabilities.push(h.EIP155ReplayProtection)), ((r = e == null ? void 0 : e.freeze) !== null && r !== void 0 ? r : !0) && Object.freeze(this);
35
+ }
36
+ /**
37
+ * Instantiate a transaction from a data dictionary.
38
+ *
39
+ * Format: { nonce, gasPrice, gasLimit, to, value, data, v, r, s }
40
+ *
41
+ * Notes:
42
+ * - All parameters are optional and have some basic default values
43
+ */
44
+ static fromTxData(t, e = {}) {
45
+ return new g(t, e);
46
+ }
47
+ /**
48
+ * Instantiate a transaction from the serialized tx.
49
+ *
50
+ * Format: `rlp([nonce, gasPrice, gasLimit, to, value, data, v, r, s])`
51
+ */
52
+ static fromSerializedTx(t, e = {}) {
53
+ const r = o.decode(t);
54
+ if (!Array.isArray(r))
55
+ throw new Error("Invalid serialized tx input. Must be array");
56
+ return this.fromValuesArray(r, e);
57
+ }
58
+ /**
59
+ * Create a transaction from a values array.
60
+ *
61
+ * Format: `[nonce, gasPrice, gasLimit, to, value, data, v, r, s]`
62
+ */
63
+ static fromValuesArray(t, e = {}) {
64
+ if (t.length !== 6 && t.length !== 9)
65
+ throw new Error("Invalid transaction. Only expecting 6 values (for unsigned tx) or 9 values (for signed tx).");
66
+ const [r, i, n, u, m, E, l, p, v] = t;
67
+ return S({ nonce: r, gasPrice: i, gasLimit: n, value: m, v: l, r: p, s: v }), new g({
68
+ nonce: r,
69
+ gasPrice: i,
70
+ gasLimit: n,
71
+ to: u,
72
+ value: m,
73
+ data: E,
74
+ v: l,
75
+ r: p,
76
+ s: v
77
+ }, e);
78
+ }
79
+ /**
80
+ * Returns a Uint8Array Array of the raw Uint8Arrays of the legacy transaction, in order.
81
+ *
82
+ * Format: `[nonce, gasPrice, gasLimit, to, value, data, v, r, s]`
83
+ *
84
+ * For legacy txs this is also the correct format to add transactions
85
+ * to a block with {@link Block.fromValuesArray} (use the `serialize()` method
86
+ * for typed txs).
87
+ *
88
+ * For an unsigned tx this method returns the empty Uint8Array values
89
+ * for the signature parameters `v`, `r` and `s`. For an EIP-155 compliant
90
+ * representation have a look at {@link Transaction.getMessageToSign}.
91
+ */
92
+ raw() {
93
+ return [
94
+ s(this.nonce),
95
+ s(this.gasPrice),
96
+ s(this.gasLimit),
97
+ this.to !== void 0 ? this.to.buf : Uint8Array.from([]),
98
+ s(this.value),
99
+ this.data,
100
+ this.v !== void 0 ? s(this.v) : Uint8Array.from([]),
101
+ this.r !== void 0 ? s(this.r) : Uint8Array.from([]),
102
+ this.s !== void 0 ? s(this.s) : Uint8Array.from([])
103
+ ];
104
+ }
105
+ /**
106
+ * Returns the serialized encoding of the legacy transaction.
107
+ *
108
+ * Format: `rlp([nonce, gasPrice, gasLimit, to, value, data, v, r, s])`
109
+ *
110
+ * For an unsigned tx this method uses the empty Uint8Array values for the
111
+ * signature parameters `v`, `r` and `s` for encoding. For an EIP-155 compliant
112
+ * representation for external signing use {@link Transaction.getMessageToSign}.
113
+ */
114
+ serialize() {
115
+ return o.encode(this.raw());
116
+ }
117
+ _getMessageToSign() {
118
+ const t = [
119
+ s(this.nonce),
120
+ s(this.gasPrice),
121
+ s(this.gasLimit),
122
+ this.to !== void 0 ? this.to.buf : Uint8Array.from([]),
123
+ s(this.value),
124
+ this.data
125
+ ];
126
+ return this.supports(h.EIP155ReplayProtection) && (t.push(d(this.common.chainId())), t.push(P(d(0))), t.push(P(d(0)))), t;
127
+ }
128
+ getMessageToSign(t = !0) {
129
+ const e = this._getMessageToSign();
130
+ return t ? c(o.encode(e)) : e;
131
+ }
132
+ /**
133
+ * The amount of gas paid for the data in this tx
134
+ */
135
+ getDataFee() {
136
+ return this.cache.dataFee && this.cache.dataFee.hardfork === this.common.hardfork() ? this.cache.dataFee.value : (Object.isFrozen(this) && (this.cache.dataFee = {
137
+ value: super.getDataFee(),
138
+ hardfork: this.common.hardfork()
139
+ }), super.getDataFee());
140
+ }
141
+ /**
142
+ * The up front amount that an account must have for this transaction to be valid
143
+ */
144
+ getUpfrontCost() {
145
+ return this.gasLimit * this.gasPrice + this.value;
146
+ }
147
+ /**
148
+ * Computes a sha3-256 hash of the serialized tx.
149
+ *
150
+ * This method can only be used for signed txs (it throws otherwise).
151
+ * Use {@link Transaction.getMessageToSign} to get a tx hash for the purpose of signing.
152
+ */
153
+ hash() {
154
+ if (!this.isSigned()) {
155
+ const t = this._errorMsg("Cannot call hash method if transaction is not signed");
156
+ throw new Error(t);
157
+ }
158
+ return Object.isFrozen(this) ? (this.cache.hash || (this.cache.hash = c(o.encode(this.raw()))), this.cache.hash) : c(o.encode(this.raw()));
159
+ }
160
+ /**
161
+ * Computes a sha3-256 hash which can be used to verify the signature
162
+ */
163
+ getMessageToVerifySignature() {
164
+ if (!this.isSigned()) {
165
+ const e = this._errorMsg("This transaction is not signed");
166
+ throw new Error(e);
167
+ }
168
+ const t = this._getMessageToSign();
169
+ return c(o.encode(t));
170
+ }
171
+ /**
172
+ * Returns the public key of the sender
173
+ */
174
+ getSenderPublicKey() {
175
+ const t = this.getMessageToVerifySignature(), { v: e, r, s: i } = this;
176
+ this._validateHighS();
177
+ try {
178
+ return w(t, e, s(r), s(i), this.supports(h.EIP155ReplayProtection) ? this.common.chainId() : void 0);
179
+ } catch {
180
+ const u = this._errorMsg("Invalid Signature");
181
+ throw new Error(u);
182
+ }
183
+ }
184
+ /**
185
+ * Process the v, r, s values from the `sign` method of the base transaction.
186
+ */
187
+ _processSignature(t, e, r) {
188
+ let i = t;
189
+ this.supports(h.EIP155ReplayProtection) && (i += this.common.chainId() * BigInt(2) + BigInt(8));
190
+ const n = Object.assign(Object.assign({}, this.txOptions), { common: this.common });
191
+ return g.fromTxData({
192
+ nonce: this.nonce,
193
+ gasPrice: this.gasPrice,
194
+ gasLimit: this.gasLimit,
195
+ to: this.to,
196
+ value: this.value,
197
+ data: this.data,
198
+ v: i,
199
+ r: f(e),
200
+ s: f(r)
201
+ }, n);
202
+ }
203
+ /**
204
+ * Returns an object with the JSON representation of the transaction.
205
+ */
206
+ toJSON() {
207
+ return {
208
+ nonce: a(this.nonce),
209
+ gasPrice: a(this.gasPrice),
210
+ gasLimit: a(this.gasLimit),
211
+ to: this.to !== void 0 ? this.to.toString() : void 0,
212
+ value: a(this.value),
213
+ data: A(this.data),
214
+ v: this.v !== void 0 ? a(this.v) : void 0,
215
+ r: this.r !== void 0 ? a(this.r) : void 0,
216
+ s: this.s !== void 0 ? a(this.s) : void 0
217
+ };
218
+ }
219
+ /**
220
+ * Validates tx's `v` value
221
+ */
222
+ _validateTxV(t, e) {
223
+ let r;
224
+ const i = t !== void 0 ? Number(t) : void 0;
225
+ if (i !== void 0 && i < 37 && i !== 27 && i !== 28)
226
+ throw new Error(`Legacy txs need either v = 27/28 or v >= 37 (EIP-155 replay protection), got v = ${i}`);
227
+ if (i !== void 0 && i !== 0 && (!e || e.gteHardfork("spuriousDragon")) && i !== 27 && i !== 28)
228
+ if (e) {
229
+ if (!y(BigInt(i), e.chainId()))
230
+ throw new Error(`Incompatible EIP155-based V ${i} and chain id ${e.chainId()}. See the Common parameter of the Transaction constructor to set the chain id.`);
231
+ } else {
232
+ let n;
233
+ (i - 35) % 2 === 0 ? n = 35 : n = 36, r = BigInt(i - n) / BigInt(2);
234
+ }
235
+ return this._getCommon(e, r);
236
+ }
237
+ /**
238
+ * Return a compact error string representation of the object
239
+ */
240
+ errorStr() {
241
+ let t = this._getSharedErrorPostfix();
242
+ return t += ` gasPrice=${this.gasPrice}`, t;
243
+ }
244
+ /**
245
+ * Internal helper function to create an annotated error message
246
+ *
247
+ * @param msg Base error message
248
+ * @hidden
249
+ */
250
+ _errorMsg(t) {
251
+ return `${t} (${this.errorStr()})`;
252
+ }
253
+ }
254
+ export {
255
+ g as Transaction
256
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("../common/utils.cjs"),c=require("./eip1559Transaction.cjs"),T=require("./eip2930Transaction.cjs"),i=require("./legacyTransaction.cjs"),a=new Map;class o{constructor(){}static typeToInt(r){return Number(s.uint8ArrayToBigInt(s.toUint8Array(r)))}static registerTransactionType(r,e){const n=o.typeToInt(r);a.set(n,e)}static fromTxData(r,e={}){if(!("type"in r)||r.type===void 0)return i.Transaction.fromTxData(r,e);const n=o.typeToInt(r.type);if(n===0)return i.Transaction.fromTxData(r,e);if(n===1)return T.AccessListEIP2930Transaction.fromTxData(r,e);if(n===2)return c.FeeMarketEIP1559Transaction.fromTxData(r,e);const t=a.get(n);if(t!=null&&t.fromTxData)return t.fromTxData(r,e);throw new Error(`Tx instantiation with type ${n} not supported`)}static fromSerializedData(r,e={}){if(r[0]<=127)switch(r[0]){case 1:return T.AccessListEIP2930Transaction.fromSerializedTx(r,e);case 2:return c.FeeMarketEIP1559Transaction.fromSerializedTx(r,e);default:{const n=a.get(Number(r[0]));if(n!=null&&n.fromSerializedTx)return n.fromSerializedTx(r,e);throw new Error(`TypedTransaction with ID ${r[0]} unknown`)}}else return i.Transaction.fromSerializedTx(r,e)}static fromBlockBodyData(r,e={}){if(r instanceof Uint8Array)return this.fromSerializedData(r,e);if(Array.isArray(r))return i.Transaction.fromValuesArray(r,e);throw new Error("Cannot decode transaction: unknown type input")}}exports.TransactionFactory=o;
@@ -0,0 +1,89 @@
1
+ import { uint8ArrayToBigInt as s, toUint8Array as c } from "../common/utils.js";
2
+ import { FeeMarketEIP1559Transaction as a } from "./eip1559Transaction.js";
3
+ import { AccessListEIP2930Transaction as T } from "./eip2930Transaction.js";
4
+ import { Transaction as t } from "./legacyTransaction.js";
5
+ const i = /* @__PURE__ */ new Map();
6
+ class f {
7
+ // It is not possible to instantiate a TransactionFactory object.
8
+ // eslint-disable-next-line @typescript-eslint/no-empty-function, no-useless-constructor
9
+ constructor() {
10
+ }
11
+ static typeToInt(r) {
12
+ return Number(s(c(r)));
13
+ }
14
+ static registerTransactionType(r, e) {
15
+ const n = f.typeToInt(r);
16
+ i.set(n, e);
17
+ }
18
+ /**
19
+ * Create a transaction from a `txData` object
20
+ *
21
+ * @param txData - The transaction data. The `type` field will determine which transaction type is returned (if undefined, creates a legacy transaction)
22
+ * @param txOptions - Options to pass on to the constructor of the transaction
23
+ */
24
+ static fromTxData(r, e = {}) {
25
+ if (!("type" in r) || r.type === void 0)
26
+ return t.fromTxData(r, e);
27
+ const n = f.typeToInt(r.type);
28
+ if (n === 0)
29
+ return t.fromTxData(r, e);
30
+ if (n === 1)
31
+ return T.fromTxData(
32
+ // eslint-disable-next-line @typescript-eslint/consistent-type-assertions
33
+ r,
34
+ e
35
+ );
36
+ if (n === 2)
37
+ return a.fromTxData(
38
+ // eslint-disable-next-line @typescript-eslint/consistent-type-assertions
39
+ r,
40
+ e
41
+ );
42
+ const o = i.get(n);
43
+ if (o != null && o.fromTxData)
44
+ return o.fromTxData(r, e);
45
+ throw new Error(`Tx instantiation with type ${n} not supported`);
46
+ }
47
+ /**
48
+ * This method tries to decode serialized data.
49
+ *
50
+ * @param data - The data Uint8Array
51
+ * @param txOptions - The transaction options
52
+ */
53
+ static fromSerializedData(r, e = {}) {
54
+ if (r[0] <= 127)
55
+ switch (r[0]) {
56
+ case 1:
57
+ return T.fromSerializedTx(r, e);
58
+ case 2:
59
+ return a.fromSerializedTx(r, e);
60
+ default: {
61
+ const n = i.get(Number(r[0]));
62
+ if (n != null && n.fromSerializedTx)
63
+ return n.fromSerializedTx(r, e);
64
+ throw new Error(`TypedTransaction with ID ${r[0]} unknown`);
65
+ }
66
+ }
67
+ else
68
+ return t.fromSerializedTx(r, e);
69
+ }
70
+ /**
71
+ * When decoding a BlockBody, in the transactions field, a field is either:
72
+ * A Uint8Array (a TypedTransaction - encoded as TransactionType || rlp(TransactionPayload))
73
+ * A Uint8Array[] (Legacy Transaction)
74
+ * This method returns the right transaction.
75
+ *
76
+ * @param data - A Uint8Array or Uint8Array[]
77
+ * @param txOptions - The transaction options
78
+ */
79
+ static fromBlockBodyData(r, e = {}) {
80
+ if (r instanceof Uint8Array)
81
+ return this.fromSerializedData(r, e);
82
+ if (Array.isArray(r))
83
+ return t.fromValuesArray(r, e);
84
+ throw new Error("Cannot decode transaction: unknown type input");
85
+ }
86
+ }
87
+ export {
88
+ f as TransactionFactory
89
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});exports.Capability=void 0;(function(e){e[e.EIP155ReplayProtection=155]="EIP155ReplayProtection",e[e.EIP1559FeeMarket=1559]="EIP1559FeeMarket",e[e.EIP2718TypedTransaction=2718]="EIP2718TypedTransaction",e[e.EIP2930AccessLists=2930]="EIP2930AccessLists"})(exports.Capability||(exports.Capability={}));function s(e){if(e.length===0)return!0;const t=e[0];return!!Array.isArray(t)}function r(e){return!s(e)}exports.isAccessList=r;exports.isAccessListUint8Array=s;
@@ -0,0 +1,18 @@
1
+ var r;
2
+ (function(e) {
3
+ e[e.EIP155ReplayProtection = 155] = "EIP155ReplayProtection", e[e.EIP1559FeeMarket = 1559] = "EIP1559FeeMarket", e[e.EIP2718TypedTransaction = 2718] = "EIP2718TypedTransaction", e[e.EIP2930AccessLists = 2930] = "EIP2930AccessLists";
4
+ })(r || (r = {}));
5
+ function t(e) {
6
+ if (e.length === 0)
7
+ return !0;
8
+ const s = e[0];
9
+ return !!Array.isArray(s);
10
+ }
11
+ function n(e) {
12
+ return !t(e);
13
+ }
14
+ export {
15
+ r as Capability,
16
+ n as isAccessList,
17
+ t as isAccessListUint8Array
18
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("../common/utils.cjs"),h=require("./types.cjs"),g=require("../../../../web3-utils/lib/esm/converters.cjs"),y=(e,s)=>{const t=e.param("vm","maxInitCodeSize");if(t&&BigInt(s)>t)throw new Error(`the initcode size of this transaction is too large: it is ${s} while the max is ${e.param("vm","maxInitCodeSize")}`)},u=e=>{let s,t;if(h.isAccessList(e)){s=e;const n=[];for(let o=0;o<e.length;o+=1){const r=e[o],a=l.toUint8Array(r.address),i=[];for(let c=0;c<r.storageKeys.length;c+=1)i.push(l.toUint8Array(r.storageKeys[c]));n.push([a,i])}t=n}else{t=e??[];const n=[];for(let o=0;o<t.length;o+=1){const r=t[o],a=g.bytesToHex(r[0]),i=[];for(let d=0;d<r[1].length;d+=1)i.push(g.bytesToHex(r[1][d]));const c={address:a,storageKeys:i};n.push(c)}s=n}return{AccessListJSON:s,accessList:t}},f=e=>{for(let s=0;s<e.length;s+=1){const t=e[s],n=t[0],o=t[1];if(t[2]!==void 0)throw new Error("Access list item cannot have 3 elements. It can only have an address, and an array of storage slots.");if(n.length!==20)throw new Error("Invalid EIP-2930 transaction: address length should be 20 bytes");for(let r=0;r<o.length;r+=1)if(o[r].length!==32)throw new Error("Invalid EIP-2930 transaction: storage slot length should be 32 bytes")}},m=e=>{const s=[];for(let t=0;t<e.length;t+=1){const n=e[t],o={address:g.bytesToHex(l.setLengthLeft(n[0],20)),storageKeys:[]},r=n&&n[1];for(let a=0;a<r.length;a+=1){const i=r[a];o.storageKeys.push(g.bytesToHex(l.setLengthLeft(i,32)))}s.push(o)}return s},S=(e,s)=>{const t=s.param("gasPrices","accessListStorageKeyCost"),n=s.param("gasPrices","accessListAddressCost");let o=0;for(let a=0;a<e.length;a+=1){const c=e[a][1];o+=c.length}return e.length*Number(n)+o*Number(t)};exports.checkMaxInitCodeSize=y;exports.getAccessListData=u;exports.getAccessListJSON=m;exports.getDataFeeEIP2930=S;exports.verifyAccessList=f;