Comparing version 4.9.1-dev.facc2e6.0 to 4.10.0
@@ -93,3 +93,4 @@ "use strict"; | ||
let result = transactionFormatted; | ||
if (!((_a = this.options) === null || _a === void 0 ? void 0 : _a.ignoreGasPricing) && | ||
if (!this.web3Context.config.ignoreGasPricing && | ||
!((_a = this.options) === null || _a === void 0 ? void 0 : _a.ignoreGasPricing) && | ||
(0, web3_validator_1.isNullish)(transactionFormatted.gasPrice) && | ||
@@ -96,0 +97,0 @@ ((0, web3_validator_1.isNullish)(transaction.maxPriorityFeePerGas) || |
@@ -90,3 +90,4 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
let result = transactionFormatted; | ||
if (!((_a = this.options) === null || _a === void 0 ? void 0 : _a.ignoreGasPricing) && | ||
if (!this.web3Context.config.ignoreGasPricing && | ||
!((_a = this.options) === null || _a === void 0 ? void 0 : _a.ignoreGasPricing) && | ||
isNullish(transactionFormatted.gasPrice) && | ||
@@ -93,0 +94,0 @@ (isNullish(transaction.maxPriorityFeePerGas) || |
@@ -18,3 +18,3 @@ /* | ||
import { ETH_DATA_FORMAT, } from 'web3-types'; | ||
import { isAddress, isHexStrict, isHexString32Bytes, isNullish, isUInt, } from 'web3-validator'; | ||
import { isAddress, isHexStrict, isHexString32Bytes, isNullish, isUInt } from 'web3-validator'; | ||
import { ChainMismatchError, HardforkMismatchError, ChainIdMismatchError, CommonOrChainAndHardforkError, Eip1559GasPriceError, InvalidGasOrGasPrice, InvalidMaxPriorityFeePerGasOrMaxFeePerGas, InvalidNonceOrChainIdError, InvalidTransactionCall, InvalidTransactionObjectError, InvalidTransactionWithSender, MissingChainOrHardforkError, MissingCustomChainError, MissingCustomChainIdError, MissingGasError, TransactionGasMismatchError, UnsupportedFeeMarketError, } from 'web3-errors'; | ||
@@ -21,0 +21,0 @@ import { formatTransaction } from './utils/format_transaction.js'; |
{ | ||
"name": "web3-eth", | ||
"version": "4.9.1-dev.facc2e6.0+facc2e6", | ||
"version": "4.10.0", | ||
"description": "Web3 module to interact with the Ethereum blockchain and smart contracts.", | ||
@@ -62,18 +62,18 @@ "main": "./lib/commonjs/index.js", | ||
"typescript": "^4.7.4", | ||
"web3-providers-http": "4.2.1-dev.facc2e6.0+facc2e6" | ||
"web3-providers-http": "^4.2.0" | ||
}, | ||
"dependencies": { | ||
"setimmediate": "^1.0.5", | ||
"web3-core": "4.6.1-dev.facc2e6.0+facc2e6", | ||
"web3-errors": "1.3.1-dev.facc2e6.0+facc2e6", | ||
"web3-eth-abi": "4.2.5-dev.facc2e6.0+facc2e6", | ||
"web3-eth-accounts": "4.2.2-dev.facc2e6.0+facc2e6", | ||
"web3-net": "4.1.1-dev.facc2e6.0+facc2e6", | ||
"web3-providers-ws": "4.0.9-dev.facc2e6.0+facc2e6", | ||
"web3-rpc-methods": "1.3.1-dev.facc2e6.0+facc2e6", | ||
"web3-types": "1.8.1-dev.facc2e6.0+facc2e6", | ||
"web3-utils": "4.3.2-dev.facc2e6.0+facc2e6", | ||
"web3-validator": "2.0.7-dev.facc2e6.0+facc2e6" | ||
"web3-core": "^4.7.0", | ||
"web3-errors": "^1.3.0", | ||
"web3-eth-abi": "^4.3.0", | ||
"web3-eth-accounts": "^4.2.1", | ||
"web3-net": "^4.1.0", | ||
"web3-providers-ws": "^4.0.8", | ||
"web3-rpc-methods": "^1.3.0", | ||
"web3-types": "^1.8.1", | ||
"web3-utils": "^4.3.2", | ||
"web3-validator": "^2.0.6" | ||
}, | ||
"gitHead": "facc2e60fe763df34e35af4487ad3fec27b1e3fa" | ||
"gitHead": "068f4b639d95c5dcdca9c0111349ea92792b31e7" | ||
} |
@@ -166,2 +166,3 @@ /* | ||
if ( | ||
!this.web3Context.config.ignoreGasPricing && | ||
!this.options?.ignoreGasPricing && | ||
@@ -168,0 +169,0 @@ isNullish((transactionFormatted as Transaction).gasPrice) && |
@@ -30,10 +30,4 @@ /* | ||
} from 'web3-types'; | ||
import { isAddress, isHexStrict, isHexString32Bytes, isNullish, isUInt } from 'web3-validator'; | ||
import { | ||
isAddress, | ||
isHexStrict, | ||
isHexString32Bytes, | ||
isNullish, | ||
isUInt, | ||
} from 'web3-validator'; | ||
import { | ||
ChainMismatchError, | ||
@@ -40,0 +34,0 @@ HardforkMismatchError, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1341701
23766
1
0
+ Added@ethereumjs/rlp@4.0.1(transitive)
+ Added@noble/curves@1.4.2(transitive)
+ Added@noble/hashes@1.4.0(transitive)
+ Added@scure/base@1.1.9(transitive)
+ Added@scure/bip32@1.4.0(transitive)
+ Added@scure/bip39@1.3.0(transitive)
+ Added@types/node@22.9.0(transitive)
+ Added@types/ws@8.5.3(transitive)
+ Addedabitype@0.7.1(transitive)
+ Addedavailable-typed-arrays@1.0.7(transitive)
+ Addedcall-bind@1.0.7(transitive)
+ Addedcrc-32@1.2.2(transitive)
+ Addedcross-fetch@4.0.0(transitive)
+ Addeddefine-data-property@1.1.4(transitive)
+ Addedes-define-property@1.0.0(transitive)
+ Addedes-errors@1.3.0(transitive)
+ Addedethereum-cryptography@2.2.1(transitive)
+ Addedeventemitter3@5.0.1(transitive)
+ Addedfor-each@0.3.3(transitive)
+ Addedfunction-bind@1.1.2(transitive)
+ Addedget-intrinsic@1.2.4(transitive)
+ Addedgopd@1.0.1(transitive)
+ Addedhas-property-descriptors@1.0.2(transitive)
+ Addedhas-proto@1.0.3(transitive)
+ Addedhas-symbols@1.0.3(transitive)
+ Addedhas-tostringtag@1.0.2(transitive)
+ Addedhasown@2.0.2(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedis-arguments@1.1.1(transitive)
+ Addedis-callable@1.2.7(transitive)
+ Addedis-generator-function@1.0.10(transitive)
+ Addedis-typed-array@1.1.13(transitive)
+ Addedisomorphic-ws@5.0.0(transitive)
+ Addednode-fetch@2.7.0(transitive)
+ Addedpossible-typed-array-names@1.0.0(transitive)
+ Addedset-function-length@1.2.2(transitive)
+ Addedtr46@0.0.3(transitive)
+ Addedtypescript@5.6.3(transitive)
+ Addedundici-types@6.19.8(transitive)
+ Addedutil@0.12.5(transitive)
+ Addedweb3-core@4.7.0(transitive)
+ Addedweb3-errors@1.3.0(transitive)
+ Addedweb3-eth-abi@4.4.0(transitive)
+ Addedweb3-eth-accounts@4.3.0(transitive)
+ Addedweb3-eth-iban@4.0.7(transitive)
+ Addedweb3-net@4.1.0(transitive)
+ Addedweb3-providers-http@4.2.0(transitive)
+ Addedweb3-providers-ipc@4.0.7(transitive)
+ Addedweb3-providers-ws@4.0.8(transitive)
+ Addedweb3-rpc-methods@1.3.0(transitive)
+ Addedweb3-types@1.9.0(transitive)
+ Addedweb3-utils@4.3.2(transitive)
+ Addedweb3-validator@2.0.6(transitive)
+ Addedwebidl-conversions@3.0.1(transitive)
+ Addedwhatwg-url@5.0.0(transitive)
+ Addedwhich-typed-array@1.1.15(transitive)
+ Addedws@8.18.0(transitive)
+ Addedzod@3.23.8(transitive)
Updatedweb3-core@^4.7.0
Updatedweb3-errors@^1.3.0
Updatedweb3-eth-abi@^4.3.0
Updatedweb3-eth-accounts@^4.2.1
Updatedweb3-net@^4.1.0
Updatedweb3-providers-ws@^4.0.8
Updatedweb3-rpc-methods@^1.3.0
Updatedweb3-types@^1.8.1
Updatedweb3-utils@^4.3.2
Updatedweb3-validator@^2.0.6