@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.
- package/dist/_virtual/_commonjsHelpers.cjs +1 -1
- package/dist/_virtual/_commonjsHelpers.js +5 -3
- package/dist/_virtual/browser-ponyfill.cjs +1 -0
- package/dist/_virtual/browser-ponyfill.js +4 -0
- package/dist/_virtual/crc32.cjs +1 -0
- package/dist/_virtual/crc32.js +4 -0
- package/dist/_virtual/events.cjs +1 -0
- package/dist/_virtual/events.js +4 -0
- package/dist/_virtual/index.cjs +1 -0
- package/dist/_virtual/index.js +4 -0
- package/dist/node_modules/@adraffy/ens-normalize/dist/index.cjs +1 -0
- package/dist/node_modules/@adraffy/ens-normalize/dist/index.js +557 -0
- package/dist/node_modules/@ethereumjs/rlp/dist/index.cjs +1 -0
- package/dist/node_modules/@ethereumjs/rlp/dist/index.js +164 -0
- package/dist/node_modules/@noble/curves/esm/_shortw_utils.cjs +1 -0
- package/dist/node_modules/@noble/curves/esm/_shortw_utils.js +19 -0
- package/dist/node_modules/@noble/curves/esm/abstract/curve.cjs +1 -0
- package/dist/node_modules/@noble/curves/esm/abstract/curve.js +88 -0
- package/dist/node_modules/@noble/curves/esm/abstract/modular.cjs +1 -0
- package/dist/node_modules/@noble/curves/esm/abstract/modular.js +210 -0
- package/dist/node_modules/@noble/curves/esm/abstract/utils.cjs +1 -0
- package/dist/node_modules/@noble/curves/esm/abstract/utils.js +178 -0
- package/dist/node_modules/@noble/curves/esm/abstract/weierstrass.cjs +1 -0
- package/dist/node_modules/@noble/curves/esm/abstract/weierstrass.js +581 -0
- package/dist/node_modules/@noble/curves/esm/secp256k1.cjs +1 -0
- package/dist/node_modules/@noble/curves/esm/secp256k1.js +47 -0
- package/dist/node_modules/@noble/hashes/esm/_assert.cjs +1 -0
- package/dist/node_modules/@noble/hashes/esm/_assert.js +48 -0
- package/dist/node_modules/@noble/hashes/esm/_sha2.cjs +1 -0
- package/dist/node_modules/@noble/hashes/esm/_sha2.js +61 -0
- package/dist/node_modules/@noble/hashes/esm/_u64.cjs +1 -0
- package/dist/node_modules/@noble/hashes/esm/_u64.js +48 -0
- package/dist/node_modules/@noble/hashes/esm/crypto.cjs +1 -0
- package/dist/node_modules/@noble/hashes/esm/crypto.js +4 -0
- package/dist/node_modules/@noble/hashes/esm/hmac.cjs +1 -0
- package/dist/node_modules/@noble/hashes/esm/hmac.js +43 -0
- package/dist/node_modules/@noble/hashes/esm/pbkdf2.cjs +1 -0
- package/dist/node_modules/@noble/hashes/esm/pbkdf2.js +32 -0
- package/dist/node_modules/@noble/hashes/esm/scrypt.cjs +1 -0
- package/dist/node_modules/@noble/hashes/esm/scrypt.js +73 -0
- package/dist/node_modules/@noble/hashes/esm/sha256.cjs +1 -0
- package/dist/node_modules/@noble/hashes/esm/sha256.js +120 -0
- package/dist/node_modules/@noble/hashes/esm/sha3.cjs +1 -0
- package/dist/node_modules/@noble/hashes/esm/sha3.js +118 -0
- package/dist/node_modules/@noble/hashes/esm/sha512.cjs +1 -0
- package/dist/node_modules/@noble/hashes/esm/sha512.js +144 -0
- package/dist/node_modules/@noble/hashes/esm/utils.cjs +1 -0
- package/dist/node_modules/@noble/hashes/esm/utils.js +64 -0
- package/dist/node_modules/abitype/dist/chunk-NHABU752.cjs +1 -0
- package/dist/node_modules/abitype/dist/chunk-NHABU752.js +4 -0
- package/dist/node_modules/abitype/dist/chunk-WP7KDV47.cjs +1 -0
- package/dist/node_modules/abitype/dist/chunk-WP7KDV47.js +11 -0
- package/dist/node_modules/abitype/dist/index.cjs +2 -0
- package/dist/node_modules/abitype/dist/index.js +299 -0
- package/dist/node_modules/crc-32/crc32.cjs +1 -0
- package/dist/node_modules/crc-32/crc32.js +51 -0
- package/dist/node_modules/cross-fetch/dist/browser-ponyfill.cjs +2 -0
- package/dist/node_modules/cross-fetch/dist/browser-ponyfill.js +320 -0
- package/dist/node_modules/ethereum-cryptography/esm/aes.cjs +1 -0
- package/dist/node_modules/ethereum-cryptography/esm/aes.js +61 -0
- package/dist/node_modules/ethereum-cryptography/esm/keccak.cjs +1 -0
- package/dist/node_modules/ethereum-cryptography/esm/keccak.js +9 -0
- package/dist/node_modules/ethereum-cryptography/esm/pbkdf2.cjs +1 -0
- package/dist/node_modules/ethereum-cryptography/esm/pbkdf2.js +15 -0
- package/dist/node_modules/ethereum-cryptography/esm/random.cjs +1 -0
- package/dist/node_modules/ethereum-cryptography/esm/random.js +7 -0
- package/dist/node_modules/ethereum-cryptography/esm/scrypt.cjs +1 -0
- package/dist/node_modules/ethereum-cryptography/esm/scrypt.js +8 -0
- package/dist/node_modules/ethereum-cryptography/esm/secp256k1.cjs +1 -0
- package/dist/node_modules/ethereum-cryptography/esm/secp256k1.js +4 -0
- package/dist/node_modules/ethereum-cryptography/esm/utils.cjs +1 -0
- package/dist/node_modules/ethereum-cryptography/esm/utils.js +35 -0
- package/dist/node_modules/events/events.cjs +1 -0
- package/dist/node_modules/events/events.js +229 -0
- package/dist/node_modules/isomorphic-ws/browser.cjs +1 -0
- package/dist/node_modules/isomorphic-ws/browser.js +6 -0
- package/dist/node_modules/setimmediate/setImmediate.cjs +1 -0
- package/dist/node_modules/setimmediate/setImmediate.js +99 -0
- package/dist/node_modules/web3/lib/esm/abi.cjs +1 -0
- package/dist/node_modules/web3/lib/esm/abi.js +24 -0
- package/dist/node_modules/web3/lib/esm/accounts.cjs +1 -0
- package/dist/node_modules/web3/lib/esm/accounts.js +101 -0
- package/dist/node_modules/web3/lib/esm/index.cjs +1 -0
- package/dist/node_modules/web3/lib/esm/index.js +76 -0
- package/dist/node_modules/web3/lib/esm/version.cjs +1 -0
- package/dist/node_modules/web3/lib/esm/version.js +4 -0
- package/dist/node_modules/web3/lib/esm/web3.cjs +1 -0
- package/dist/node_modules/web3/lib/esm/web3.js +89 -0
- package/dist/node_modules/web3-core/lib/esm/utils.cjs +1 -0
- package/dist/node_modules/web3-core/lib/esm/utils.js +14 -0
- package/dist/node_modules/web3-core/lib/esm/web3_batch_request.cjs +1 -0
- package/dist/node_modules/web3-core/lib/esm/web3_batch_request.js +83 -0
- package/dist/node_modules/web3-core/lib/esm/web3_config.cjs +1 -0
- package/dist/node_modules/web3-core/lib/esm/web3_config.js +343 -0
- package/dist/node_modules/web3-core/lib/esm/web3_context.cjs +1 -0
- package/dist/node_modules/web3-core/lib/esm/web3_context.js +227 -0
- package/dist/node_modules/web3-core/lib/esm/web3_event_emitter.cjs +1 -0
- package/dist/node_modules/web3-core/lib/esm/web3_event_emitter.js +39 -0
- package/dist/node_modules/web3-core/lib/esm/web3_promi_event.cjs +1 -0
- package/dist/node_modules/web3-core/lib/esm/web3_promi_event.js +58 -0
- package/dist/node_modules/web3-core/lib/esm/web3_request_manager.cjs +1 -0
- package/dist/node_modules/web3-core/lib/esm/web3_request_manager.js +240 -0
- package/dist/node_modules/web3-core/lib/esm/web3_subscription_manager.cjs +1 -0
- package/dist/node_modules/web3-core/lib/esm/web3_subscription_manager.js +155 -0
- package/dist/node_modules/web3-core/lib/esm/web3_subscriptions.cjs +1 -0
- package/dist/node_modules/web3-core/lib/esm/web3_subscriptions.js +111 -0
- package/dist/node_modules/web3-errors/lib/esm/error_codes.cjs +1 -0
- package/dist/node_modules/web3-errors/lib/esm/error_codes.js +106 -0
- package/dist/node_modules/web3-errors/lib/esm/errors/account_errors.cjs +1 -0
- package/dist/node_modules/web3-errors/lib/esm/errors/account_errors.js +58 -0
- package/dist/node_modules/web3-errors/lib/esm/errors/connection_errors.cjs +1 -0
- package/dist/node_modules/web3-errors/lib/esm/errors/connection_errors.js +37 -0
- package/dist/node_modules/web3-errors/lib/esm/errors/contract_errors.cjs +1 -0
- package/dist/node_modules/web3-errors/lib/esm/errors/contract_errors.js +49 -0
- package/dist/node_modules/web3-errors/lib/esm/errors/core_errors.cjs +1 -0
- package/dist/node_modules/web3-errors/lib/esm/errors/core_errors.js +16 -0
- package/dist/node_modules/web3-errors/lib/esm/errors/ens_errors.cjs +1 -0
- package/dist/node_modules/web3-errors/lib/esm/errors/ens_errors.js +16 -0
- package/dist/node_modules/web3-errors/lib/esm/errors/generic_errors.cjs +1 -0
- package/dist/node_modules/web3-errors/lib/esm/errors/generic_errors.js +49 -0
- package/dist/node_modules/web3-errors/lib/esm/errors/provider_errors.cjs +1 -0
- package/dist/node_modules/web3-errors/lib/esm/errors/provider_errors.js +28 -0
- package/dist/node_modules/web3-errors/lib/esm/errors/response_errors.cjs +1 -0
- package/dist/node_modules/web3-errors/lib/esm/errors/response_errors.js +30 -0
- package/dist/node_modules/web3-errors/lib/esm/errors/rpc_error_messages.cjs +1 -0
- package/dist/node_modules/web3-errors/lib/esm/errors/rpc_error_messages.js +161 -0
- package/dist/node_modules/web3-errors/lib/esm/errors/rpc_errors.cjs +1 -0
- package/dist/node_modules/web3-errors/lib/esm/errors/rpc_errors.js +129 -0
- package/dist/node_modules/web3-errors/lib/esm/errors/schema_errors.cjs +1 -0
- package/dist/node_modules/web3-errors/lib/esm/errors/schema_errors.js +13 -0
- package/dist/node_modules/web3-errors/lib/esm/errors/signature_errors.cjs +1 -0
- package/dist/node_modules/web3-errors/lib/esm/errors/signature_errors.js +10 -0
- package/dist/node_modules/web3-errors/lib/esm/errors/transaction_errors.cjs +5 -0
- package/dist/node_modules/web3-errors/lib/esm/errors/transaction_errors.js +256 -0
- package/dist/node_modules/web3-errors/lib/esm/errors/utils_errors.cjs +1 -0
- package/dist/node_modules/web3-errors/lib/esm/errors/utils_errors.js +76 -0
- package/dist/node_modules/web3-errors/lib/esm/web3_error_base.cjs +1 -0
- package/dist/node_modules/web3-errors/lib/esm/web3_error_base.js +28 -0
- package/dist/node_modules/web3-eth/lib/esm/constants.cjs +1 -0
- package/dist/node_modules/web3-eth/lib/esm/constants.js +14 -0
- package/dist/node_modules/web3-eth/lib/esm/rpc_method_wrappers.cjs +1 -0
- package/dist/node_modules/web3-eth/lib/esm/rpc_method_wrappers.js +413 -0
- package/dist/node_modules/web3-eth/lib/esm/schemas.cjs +1 -0
- package/dist/node_modules/web3-eth/lib/esm/schemas.js +570 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/decode_signed_transaction.cjs +1 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/decode_signed_transaction.js +31 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/decoding.cjs +1 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/decoding.js +34 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/detect_transaction_type.cjs +1 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/detect_transaction_type.js +90 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/format_transaction.cjs +1 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/format_transaction.js +30 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/get_revert_reason.cjs +1 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/get_revert_reason.js +77 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/get_transaction_error.cjs +1 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/get_transaction_error.js +50 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/get_transaction_gas_pricing.cjs +1 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/get_transaction_gas_pricing.js +79 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/prepare_transaction_for_signing.cjs +1 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/prepare_transaction_for_signing.js +102 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/reject_if_block_timeout.cjs +1 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/reject_if_block_timeout.js +109 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/send_tx_helper.cjs +1 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/send_tx_helper.js +143 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/transaction_builder.cjs +1 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/transaction_builder.js +131 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/try_send_transaction.cjs +1 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/try_send_transaction.js +52 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/wait_for_transaction_receipt.cjs +1 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/wait_for_transaction_receipt.js +61 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/watch_transaction_by_pooling.cjs +1 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/watch_transaction_by_pooling.js +51 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/watch_transaction_by_subscription.cjs +1 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/watch_transaction_by_subscription.js +77 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/watch_transaction_for_confirmations.cjs +1 -0
- package/dist/node_modules/web3-eth/lib/esm/utils/watch_transaction_for_confirmations.js +42 -0
- package/dist/node_modules/web3-eth/lib/esm/validation.cjs +1 -0
- package/dist/node_modules/web3-eth/lib/esm/validation.js +111 -0
- package/dist/node_modules/web3-eth/lib/esm/web3_eth.cjs +1 -0
- package/dist/node_modules/web3-eth/lib/esm/web3_eth.js +1512 -0
- package/dist/node_modules/web3-eth/lib/esm/web3_subscriptions.cjs +1 -0
- package/dist/node_modules/web3-eth/lib/esm/web3_subscriptions.js +65 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/api/errors_api.cjs +1 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/api/errors_api.js +13 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/api/events_api.cjs +1 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/api/events_api.js +13 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/api/functions_api.cjs +1 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/api/functions_api.js +20 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/api/logs_api.cjs +1 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/api/logs_api.js +14 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/api/parameters_api.cjs +1 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/api/parameters_api.js +22 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/address.cjs +1 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/address.js +47 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/array.cjs +1 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/array.js +72 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/bool.cjs +1 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/bool.js +37 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/bytes.cjs +1 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/bytes.js +66 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/index.cjs +1 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/index.js +59 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/number.cjs +1 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/number.js +85 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/numbersLimits.cjs +1 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/numbersLimits.js +15 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/string.cjs +1 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/string.js +22 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/tuple.cjs +1 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/tuple.js +77 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/utils.cjs +1 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/coders/base/utils.js +15 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/coders/decode.cjs +1 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/coders/decode.js +16 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/coders/encode.cjs +1 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/coders/encode.js +23 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/coders/utils.cjs +1 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/coders/utils.js +58 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/decode_contract_error_data.cjs +1 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/decode_contract_error_data.js +18 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/utils.cjs +1 -0
- package/dist/node_modules/web3-eth-abi/lib/esm/utils.js +39 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/account.cjs +2 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/account.js +219 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/chains/goerli.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/chains/goerli.js +99 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/chains/mainnet.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/chains/mainnet.js +115 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/chains/sepolia.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/chains/sepolia.js +102 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/common.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/common.js +741 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/1153.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/1153.js +25 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/1559.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/1559.js +29 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/2315.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/2315.js +28 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/2537.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/2537.js +181 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/2565.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/2565.js +20 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/2718.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/2718.js +14 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/2929.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/2929.js +87 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/2930.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/2930.js +24 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3198.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3198.js +20 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3529.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3529.js +29 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3540.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3540.js +16 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3541.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3541.js +15 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3554.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3554.js +20 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3607.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3607.js +16 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3651.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3651.js +16 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3670.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3670.js +16 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3675.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3675.js +16 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3855.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3855.js +21 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3860.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/3860.js +26 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/4345.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/4345.js +20 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/4399.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/4399.js +16 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/5133.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/5133.js +20 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/index.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/eips/index.js +49 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/enums.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/enums.js +27 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/arrowGlacier.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/arrowGlacier.js +14 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/berlin.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/berlin.js +10 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/byzantium.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/byzantium.js +59 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/chainstart.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/chainstart.js +441 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/constantinople.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/constantinople.js +71 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/dao.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/dao.js +13 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/grayGlacier.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/grayGlacier.js +14 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/homestead.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/homestead.js +18 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/index.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/index.js +39 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/istanbul.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/istanbul.js +90 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/london.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/london.js +10 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/merge.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/merge.js +15 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/mergeForkIdTransition.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/mergeForkIdTransition.js +10 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/muirGlacier.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/muirGlacier.js +18 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/petersburg.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/petersburg.js +42 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/shanghai.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/shanghai.js +10 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/spuriousDragon.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/spuriousDragon.js +23 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/tangerineWhistle.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/hardforks/tangerineWhistle.js +46 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/types.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/types.js +7 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/utils.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/common/utils.js +277 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/schemas.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/schemas.js +25 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/tx/address.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/tx/address.js +57 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/tx/baseTransaction.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/tx/baseTransaction.js +272 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/tx/constants.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/tx/constants.js +11 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/tx/eip1559Transaction.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/tx/eip1559Transaction.js +285 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/tx/eip2930Transaction.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/tx/eip2930Transaction.js +268 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/tx/legacyTransaction.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/tx/legacyTransaction.js +256 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/tx/transactionFactory.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/tx/transactionFactory.js +89 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/tx/types.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/tx/types.js +18 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/tx/utils.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/tx/utils.js +80 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/wallet.cjs +1 -0
- package/dist/node_modules/web3-eth-accounts/lib/esm/wallet.js +361 -0
- package/dist/node_modules/web3-eth-contract/lib/esm/contract.cjs +1 -0
- package/dist/node_modules/web3-eth-contract/lib/esm/contract.js +510 -0
- package/dist/node_modules/web3-eth-contract/lib/esm/encoding.cjs +1 -0
- package/dist/node_modules/web3-eth-contract/lib/esm/encoding.js +80 -0
- package/dist/node_modules/web3-eth-contract/lib/esm/index.cjs +1 -0
- package/dist/node_modules/web3-eth-contract/lib/esm/index.js +27 -0
- package/dist/node_modules/web3-eth-contract/lib/esm/log_subscription.cjs +1 -0
- package/dist/node_modules/web3-eth-contract/lib/esm/log_subscription.js +36 -0
- package/dist/node_modules/web3-eth-contract/lib/esm/utils.cjs +1 -0
- package/dist/node_modules/web3-eth-contract/lib/esm/utils.js +90 -0
- package/dist/node_modules/web3-eth-ens/lib/esm/abi/ens/ENSRegistry.cjs +1 -0
- package/dist/node_modules/web3-eth-ens/lib/esm/abi/ens/ENSRegistry.js +168 -0
- package/dist/node_modules/web3-eth-ens/lib/esm/abi/ens/PublicResolver.cjs +1 -0
- package/dist/node_modules/web3-eth-ens/lib/esm/abi/ens/PublicResolver.js +578 -0
- package/dist/node_modules/web3-eth-ens/lib/esm/config.cjs +1 -0
- package/dist/node_modules/web3-eth-ens/lib/esm/config.js +27 -0
- package/dist/node_modules/web3-eth-ens/lib/esm/ens.cjs +1 -0
- package/dist/node_modules/web3-eth-ens/lib/esm/ens.js +241 -0
- package/dist/node_modules/web3-eth-ens/lib/esm/registry.cjs +1 -0
- package/dist/node_modules/web3-eth-ens/lib/esm/registry.js +105 -0
- package/dist/node_modules/web3-eth-ens/lib/esm/resolver.cjs +1 -0
- package/dist/node_modules/web3-eth-ens/lib/esm/resolver.js +95 -0
- package/dist/node_modules/web3-eth-ens/lib/esm/utils.cjs +1 -0
- package/dist/node_modules/web3-eth-ens/lib/esm/utils.js +19 -0
- package/dist/node_modules/web3-eth-iban/lib/esm/iban.cjs +1 -0
- package/dist/node_modules/web3-eth-iban/lib/esm/iban.js +283 -0
- package/dist/node_modules/web3-eth-personal/lib/esm/personal.cjs +1 -0
- package/dist/node_modules/web3-eth-personal/lib/esm/personal.js +265 -0
- package/dist/node_modules/web3-eth-personal/lib/esm/rpc_method_wrappers.cjs +1 -0
- package/dist/node_modules/web3-eth-personal/lib/esm/rpc_method_wrappers.js +93 -0
- package/dist/node_modules/web3-net/lib/esm/net.cjs +1 -0
- package/dist/node_modules/web3-net/lib/esm/net.js +97 -0
- package/dist/node_modules/web3-net/lib/esm/rpc_method_wrappers.cjs +1 -0
- package/dist/node_modules/web3-net/lib/esm/rpc_method_wrappers.js +51 -0
- package/dist/node_modules/web3-providers-http/lib/esm/index.cjs +1 -0
- package/dist/node_modules/web3-providers-http/lib/esm/index.js +98 -0
- package/dist/node_modules/web3-providers-ws/lib/esm/index.cjs +1 -0
- package/dist/node_modules/web3-providers-ws/lib/esm/index.js +70 -0
- package/dist/node_modules/web3-rpc-methods/lib/esm/eth_rpc_methods.cjs +1 -0
- package/dist/node_modules/web3-rpc-methods/lib/esm/eth_rpc_methods.js +407 -0
- package/dist/node_modules/web3-rpc-methods/lib/esm/net_rpc_methods.cjs +1 -0
- package/dist/node_modules/web3-rpc-methods/lib/esm/net_rpc_methods.js +56 -0
- package/dist/node_modules/web3-rpc-methods/lib/esm/personal_rpc_methods.cjs +1 -0
- package/dist/node_modules/web3-rpc-methods/lib/esm/personal_rpc_methods.js +84 -0
- package/dist/node_modules/web3-types/lib/esm/data_format_types.cjs +1 -0
- package/dist/node_modules/web3-types/lib/esm/data_format_types.js +15 -0
- package/dist/node_modules/web3-types/lib/esm/eth_types.cjs +1 -0
- package/dist/node_modules/web3-types/lib/esm/eth_types.js +12 -0
- package/dist/node_modules/web3-types/lib/esm/primitives_types.cjs +1 -0
- package/dist/node_modules/web3-types/lib/esm/primitives_types.js +4 -0
- package/dist/node_modules/web3-types/lib/esm/web3_base_provider.cjs +1 -0
- package/dist/node_modules/web3-types/lib/esm/web3_base_provider.js +89 -0
- package/dist/node_modules/web3-types/lib/esm/web3_base_wallet.cjs +1 -0
- package/dist/node_modules/web3-types/lib/esm/web3_base_wallet.js +8 -0
- package/dist/node_modules/web3-utils/lib/esm/chunk_response_parser.cjs +1 -0
- package/dist/node_modules/web3-utils/lib/esm/chunk_response_parser.js +37 -0
- package/dist/node_modules/web3-utils/lib/esm/converters.cjs +1 -0
- package/dist/node_modules/web3-utils/lib/esm/converters.js +177 -0
- package/dist/node_modules/web3-utils/lib/esm/event_emitter.cjs +1 -0
- package/dist/node_modules/web3-utils/lib/esm/event_emitter.js +91 -0
- package/dist/node_modules/web3-utils/lib/esm/formatter.cjs +1 -0
- package/dist/node_modules/web3-utils/lib/esm/formatter.js +134 -0
- package/dist/node_modules/web3-utils/lib/esm/hash.cjs +1 -0
- package/dist/node_modules/web3-utils/lib/esm/hash.js +107 -0
- package/dist/node_modules/web3-utils/lib/esm/index.cjs +1 -0
- package/dist/node_modules/web3-utils/lib/esm/index.js +107 -0
- package/dist/node_modules/web3-utils/lib/esm/json_rpc.cjs +1 -0
- package/dist/node_modules/web3-utils/lib/esm/json_rpc.js +41 -0
- package/dist/node_modules/web3-utils/lib/esm/objects.cjs +1 -0
- package/dist/node_modules/web3-utils/lib/esm/objects.js +20 -0
- package/dist/node_modules/web3-utils/lib/esm/promise_helpers.cjs +1 -0
- package/dist/node_modules/web3-utils/lib/esm/promise_helpers.js +104 -0
- package/dist/node_modules/web3-utils/lib/esm/random.cjs +1 -0
- package/dist/node_modules/web3-utils/lib/esm/random.js +7 -0
- package/dist/node_modules/web3-utils/lib/esm/socket_provider.cjs +1 -0
- package/dist/node_modules/web3-utils/lib/esm/socket_provider.js +195 -0
- package/dist/node_modules/web3-utils/lib/esm/string_manipulation.cjs +1 -0
- package/dist/node_modules/web3-utils/lib/esm/string_manipulation.js +48 -0
- package/dist/node_modules/web3-utils/lib/esm/uint8array.cjs +1 -0
- package/dist/node_modules/web3-utils/lib/esm/uint8array.js +21 -0
- package/dist/node_modules/web3-utils/lib/esm/uuid.cjs +1 -0
- package/dist/node_modules/web3-utils/lib/esm/uuid.js +17 -0
- package/dist/node_modules/web3-utils/lib/esm/validation.cjs +1 -0
- package/dist/node_modules/web3-utils/lib/esm/validation.js +50 -0
- package/dist/node_modules/web3-utils/lib/esm/web3_deferred_promise.cjs +1 -0
- package/dist/node_modules/web3-utils/lib/esm/web3_deferred_promise.js +114 -0
- package/dist/node_modules/web3-utils/lib/esm/web3_eip1193_provider.cjs +1 -0
- package/dist/node_modules/web3-utils/lib/esm/web3_eip1193_provider.js +86 -0
- package/dist/node_modules/web3-validator/lib/esm/constants.cjs +1 -0
- package/dist/node_modules/web3-validator/lib/esm/constants.js +4 -0
- package/dist/node_modules/web3-validator/lib/esm/default_validator.cjs +1 -0
- package/dist/node_modules/web3-validator/lib/esm/default_validator.js +5 -0
- package/dist/node_modules/web3-validator/lib/esm/errors.cjs +3 -0
- package/dist/node_modules/web3-validator/lib/esm/errors.js +17 -0
- package/dist/node_modules/web3-validator/lib/esm/formats.cjs +1 -0
- package/dist/node_modules/web3-validator/lib/esm/formats.js +31 -0
- package/dist/node_modules/web3-validator/lib/esm/utils.cjs +1 -0
- package/dist/node_modules/web3-validator/lib/esm/utils.js +178 -0
- package/dist/node_modules/web3-validator/lib/esm/validation/abi.cjs +1 -0
- package/dist/node_modules/web3-validator/lib/esm/validation/abi.js +4 -0
- package/dist/node_modules/web3-validator/lib/esm/validation/address.cjs +1 -0
- package/dist/node_modules/web3-validator/lib/esm/validation/address.js +22 -0
- package/dist/node_modules/web3-validator/lib/esm/validation/block.cjs +1 -0
- package/dist/node_modules/web3-validator/lib/esm/validation/block.js +10 -0
- package/dist/node_modules/web3-validator/lib/esm/validation/bloom.cjs +1 -0
- package/dist/node_modules/web3-validator/lib/esm/validation/bloom.js +29 -0
- package/dist/node_modules/web3-validator/lib/esm/validation/boolean.cjs +1 -0
- package/dist/node_modules/web3-validator/lib/esm/validation/boolean.js +5 -0
- package/dist/node_modules/web3-validator/lib/esm/validation/bytes.cjs +1 -0
- package/dist/node_modules/web3-validator/lib/esm/validation/bytes.js +27 -0
- package/dist/node_modules/web3-validator/lib/esm/validation/filter.cjs +1 -0
- package/dist/node_modules/web3-validator/lib/esm/validation/filter.js +26 -0
- package/dist/node_modules/web3-validator/lib/esm/validation/numbers.cjs +1 -0
- package/dist/node_modules/web3-validator/lib/esm/validation/numbers.js +52 -0
- package/dist/node_modules/web3-validator/lib/esm/validation/object.cjs +1 -0
- package/dist/node_modules/web3-validator/lib/esm/validation/object.js +13 -0
- package/dist/node_modules/web3-validator/lib/esm/validation/string.cjs +1 -0
- package/dist/node_modules/web3-validator/lib/esm/validation/string.js +23 -0
- package/dist/node_modules/web3-validator/lib/esm/validation/topic.cjs +1 -0
- package/dist/node_modules/web3-validator/lib/esm/validation/topic.js +6 -0
- package/dist/node_modules/web3-validator/lib/esm/validator.cjs +1 -0
- package/dist/node_modules/web3-validator/lib/esm/validator.js +84 -0
- package/dist/node_modules/web3-validator/lib/esm/web3_validator.cjs +1 -0
- package/dist/node_modules/web3-validator/lib/esm/web3_validator.js +31 -0
- package/dist/node_modules/zod/lib/index.cjs +1 -0
- package/dist/node_modules/zod/lib/index.js +2854 -0
- package/dist/prometheus-framework/node_modules/axios/lib/adapters/adapters.cjs +3 -0
- package/dist/prometheus-framework/node_modules/axios/lib/adapters/adapters.js +51 -0
- package/dist/prometheus-framework/node_modules/axios/lib/adapters/xhr.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/adapters/xhr.js +105 -79
- package/dist/prometheus-framework/node_modules/axios/lib/axios.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/axios.js +41 -35
- package/dist/prometheus-framework/node_modules/axios/lib/cancel/CancelToken.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/cancel/CancelToken.js +57 -44
- package/dist/prometheus-framework/node_modules/axios/lib/cancel/CanceledError.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/cancel/CanceledError.js +8 -15
- package/dist/prometheus-framework/node_modules/axios/lib/cancel/isCancel.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/cancel/isCancel.js +3 -6
- package/dist/prometheus-framework/node_modules/axios/lib/core/Axios.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/core/Axios.js +101 -72
- package/dist/prometheus-framework/node_modules/axios/lib/core/AxiosError.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/core/AxiosError.js +19 -19
- package/dist/prometheus-framework/node_modules/axios/lib/core/AxiosHeaders.cjs +2 -0
- package/dist/prometheus-framework/node_modules/axios/lib/core/AxiosHeaders.js +165 -0
- package/dist/prometheus-framework/node_modules/axios/lib/core/InterceptorManager.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/core/InterceptorManager.js +56 -22
- package/dist/prometheus-framework/node_modules/axios/lib/core/buildFullPath.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/core/buildFullPath.js +6 -6
- package/dist/prometheus-framework/node_modules/axios/lib/core/dispatchRequest.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/core/dispatchRequest.js +23 -38
- package/dist/prometheus-framework/node_modules/axios/lib/core/mergeConfig.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/core/mergeConfig.js +62 -58
- package/dist/prometheus-framework/node_modules/axios/lib/core/settle.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/core/settle.js +11 -18
- package/dist/prometheus-framework/node_modules/axios/lib/core/transformData.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/core/transformData.js +11 -9
- package/dist/prometheus-framework/node_modules/axios/lib/defaults/index.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/defaults/index.js +49 -48
- package/dist/prometheus-framework/node_modules/axios/lib/defaults/transitional.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/defaults/transitional.js +2 -2
- package/dist/prometheus-framework/node_modules/axios/lib/env/data.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/env/data.js +2 -7
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/AxiosURLSearchParams.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +33 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/HttpStatusCode.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/HttpStatusCode.js +72 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/bind.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/bind.js +4 -6
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/buildURL.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/buildURL.js +13 -24
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/combineURLs.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/combineURLs.js +4 -4
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/cookies.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/cookies.js +30 -40
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/formDataToJSON.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/formDataToJSON.js +30 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/isAbsoluteURL.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/isAbsoluteURL.js +3 -3
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/isAxiosError.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/isAxiosError.js +4 -11
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/isURLSameOrigin.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/isURLSameOrigin.js +34 -39
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/null.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/null.js +2 -5
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/parseHeaders.cjs +2 -2
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/parseHeaders.js +28 -38
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/parseProtocol.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/parseProtocol.js +4 -7
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/speedometer.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/speedometer.js +19 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/spread.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/spread.js +5 -8
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/toFormData.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/toFormData.js +79 -32
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/toURLEncodedForm.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/toURLEncodedForm.js +13 -0
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/validator.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/helpers/validator.js +33 -31
- package/dist/prometheus-framework/node_modules/axios/lib/platform/browser/classes/Blob.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/platform/browser/classes/Blob.js +4 -0
- package/dist/prometheus-framework/node_modules/axios/lib/platform/browser/classes/FormData.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/platform/browser/classes/FormData.js +4 -0
- package/dist/prometheus-framework/node_modules/axios/lib/platform/browser/classes/URLSearchParams.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +5 -0
- package/dist/prometheus-framework/node_modules/axios/lib/platform/browser/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/platform/browser/index.js +15 -0
- package/dist/prometheus-framework/node_modules/axios/lib/platform/common/utils.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/platform/common/utils.js +7 -0
- package/dist/prometheus-framework/node_modules/axios/lib/platform/index.cjs +1 -0
- package/dist/prometheus-framework/node_modules/axios/lib/platform/index.js +9 -0
- package/dist/prometheus-framework/node_modules/axios/lib/utils.cjs +1 -1
- package/dist/prometheus-framework/node_modules/axios/lib/utils.js +212 -140
- package/dist/prometheus-framework/src/components/Popup/Popup.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/Popup/Popup.vue.js +2 -72
- package/dist/prometheus-framework/src/components/Popup/Popup.vue2.cjs +1 -1
- package/dist/prometheus-framework/src/components/Popup/Popup.vue2.js +72 -2
- package/dist/prometheus-framework/src/components/Upload/Upload.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/Upload/Upload.vue.js +1 -1
- package/dist/prometheus-framework/src/components/UploadImage/UploadImage.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/UploadImage/UploadImage.vue.js +1 -1
- package/dist/prometheus-framework/src/components/UploadImageMultiple/UploadImageMultiple.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/UploadImageMultiple/UploadImageMultiple.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue.js +67 -65
- package/dist/prometheus-framework/src/modules/auth/store/auth.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/store/auth.js +1 -1
- package/dist/prometheus-framework/src/modules/auth/store/invites.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/store/invites.js +1 -1
- package/dist/prometheus-framework/src/modules/auth/store/twofa.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/store/twofa.js +1 -1
- package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/community/components/sections/Comments.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/components/sections/Comments.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/community/store/blogposts.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/store/blogposts.js +1 -1
- package/dist/prometheus-framework/src/modules/community/store/reactions.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/store/reactions.js +1 -1
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Image.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Image.vue.js +6 -7
- package/dist/prometheus-framework/src/modules/constructor/components/elements/ImageUpload.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/constructor/components/elements/ImageUpload.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/events/store/events.cjs +1 -1
- package/dist/prometheus-framework/src/modules/events/store/events.js +1 -1
- package/dist/prometheus-framework/src/modules/events/store/tickets.cjs +1 -1
- package/dist/prometheus-framework/src/modules/events/store/tickets.js +1 -1
- package/dist/prometheus-framework/src/modules/gallery/store/gallery.cjs +1 -1
- package/dist/prometheus-framework/src/modules/gallery/store/gallery.js +1 -1
- package/dist/prometheus-framework/src/modules/orders/store/orders.cjs +1 -1
- package/dist/prometheus-framework/src/modules/orders/store/orders.js +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/organizations/store/departments.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/store/departments.js +1 -1
- package/dist/prometheus-framework/src/modules/organizations/store/invites.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/store/invites.js +1 -1
- package/dist/prometheus-framework/src/modules/organizations/store/memberships.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/store/memberships.js +1 -1
- package/dist/prometheus-framework/src/modules/organizations/store/organizations.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/store/organizations.js +1 -1
- package/dist/prometheus-framework/src/modules/payments/components/pages/Payments.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/payments/components/pages/Payments.vue.js +30 -61
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardLeftover.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardLeftover.vue.js +20 -21
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardProduct.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardProduct.vue.js +28 -33
- package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/products/components/sections/EditProductInfo.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/sections/EditProductInfo.vue.js +6 -41
- package/dist/prometheus-framework/src/modules/products/store/categories.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/store/categories.js +1 -1
- package/dist/prometheus-framework/src/modules/products/store/leftovers.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/store/leftovers.js +1 -1
- package/dist/prometheus-framework/src/modules/products/store/products.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/store/products.js +1 -1
- package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/reports/store/reports.cjs +1 -1
- package/dist/prometheus-framework/src/modules/reports/store/reports.js +1 -1
- package/dist/prometheus-framework/src/modules/spots/store/spots.cjs +1 -1
- package/dist/prometheus-framework/src/modules/spots/store/spots.js +1 -1
- package/dist/prometheus-framework/src/modules/users/store/users.cjs +1 -1
- package/dist/prometheus-framework/src/modules/users/store/users.js +1 -1
- package/dist/prometheus-framework/src/modules/wallet/components/pages/Wallet.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/wallet/components/pages/Wallet.vue.js +75 -33
- package/dist/prometheus-framework.cjs.js +29 -30
- package/dist/prometheus-framework.es.js +3953 -3225
- package/dist/style.css +1 -1
- package/package.json +3 -2
- package/src/modules/auth/components/pages/SignIn.vue +2 -2
- package/src/modules/payments/components/pages/Payments.vue +32 -34
- package/src/modules/products/components/blocks/CardLeftover.vue +1 -2
- package/src/modules/products/components/blocks/CardProduct.vue +1 -17
- 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;
|