web3-core
Advanced tools
Comparing version 4.5.1-dev.2706805.0 to 4.5.1-dev.0db2b18.0
@@ -66,3 +66,3 @@ import { Numbers, HexString, BlockNumberOrTag, Common, DataFormat } from 'web3-types'; | ||
* This will affect the contracts send, call and estimateGas methods | ||
* Default is `input`. | ||
* Default is `data`. | ||
*/ | ||
@@ -69,0 +69,0 @@ get contractDataInputFill(): "input" | "data" | "both"; |
@@ -67,2 +67,8 @@ "use strict"; | ||
this._triggerConfigChange(key, options[key]); | ||
if (!(0, web3_utils_1.isNullish)(options[key]) && | ||
typeof options[key] === 'number' && | ||
key === 'maxListenersWarningThreshold') { | ||
// additionally set in event emitter | ||
this.setMaxListenerWarningThreshold(Number(options[key])); | ||
} | ||
} | ||
@@ -95,3 +101,3 @@ Object.assign(this.config, options); | ||
* This will affect the contracts send, call and estimateGas methods | ||
* Default is `input`. | ||
* Default is `data`. | ||
*/ | ||
@@ -98,0 +104,0 @@ get contractDataInputFill() { |
@@ -64,2 +64,8 @@ /* | ||
this._triggerConfigChange(key, options[key]); | ||
if (!isNullish(options[key]) && | ||
typeof options[key] === 'number' && | ||
key === 'maxListenersWarningThreshold') { | ||
// additionally set in event emitter | ||
this.setMaxListenerWarningThreshold(Number(options[key])); | ||
} | ||
} | ||
@@ -92,3 +98,3 @@ Object.assign(this.config, options); | ||
* This will affect the contracts send, call and estimateGas methods | ||
* Default is `input`. | ||
* Default is `data`. | ||
*/ | ||
@@ -95,0 +101,0 @@ get contractDataInputFill() { |
@@ -66,3 +66,3 @@ import { Numbers, HexString, BlockNumberOrTag, Common, DataFormat } from 'web3-types'; | ||
* This will affect the contracts send, call and estimateGas methods | ||
* Default is `input`. | ||
* Default is `data`. | ||
*/ | ||
@@ -69,0 +69,0 @@ get contractDataInputFill(): "input" | "data" | "both"; |
{ | ||
"name": "web3-core", | ||
"version": "4.5.1-dev.2706805.0+2706805", | ||
"version": "4.5.1-dev.0db2b18.0+0db2b18", | ||
"description": "Web3 core tools for sub-packages. This is an internal package.", | ||
@@ -45,13 +45,13 @@ "main": "./lib/commonjs/index.js", | ||
"dependencies": { | ||
"web3-errors": "1.2.2-dev.2706805.0+2706805", | ||
"web3-eth-accounts": "4.1.4-dev.2706805.0+2706805", | ||
"web3-eth-iban": "4.0.8-dev.2706805.0+2706805", | ||
"web3-providers-http": "4.1.1-dev.2706805.0+2706805", | ||
"web3-providers-ws": "4.0.9-dev.2706805.0+2706805", | ||
"web3-types": "1.7.1-dev.2706805.0+2706805", | ||
"web3-utils": "4.3.2-dev.2706805.0+2706805", | ||
"web3-validator": "2.0.7-dev.2706805.0+2706805" | ||
"web3-errors": "1.2.2-dev.0db2b18.0+0db2b18", | ||
"web3-eth-accounts": "4.1.4-dev.0db2b18.0+0db2b18", | ||
"web3-eth-iban": "4.0.8-dev.0db2b18.0+0db2b18", | ||
"web3-providers-http": "4.1.1-dev.0db2b18.0+0db2b18", | ||
"web3-providers-ws": "4.0.9-dev.0db2b18.0+0db2b18", | ||
"web3-types": "1.7.1-dev.0db2b18.0+0db2b18", | ||
"web3-utils": "4.3.2-dev.0db2b18.0+0db2b18", | ||
"web3-validator": "2.0.7-dev.0db2b18.0+0db2b18" | ||
}, | ||
"optionalDependencies": { | ||
"web3-providers-ipc": "4.0.8-dev.2706805.0+2706805" | ||
"web3-providers-ipc": "4.0.8-dev.0db2b18.0+0db2b18" | ||
}, | ||
@@ -74,3 +74,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "270680596db7e8c2e0ee09148a042233a415c106" | ||
"gitHead": "0db2b18418b232d431dd5c2f6a543b66d27451a3" | ||
} |
@@ -117,2 +117,10 @@ /* | ||
this._triggerConfigChange(key, options[key]); | ||
if(!isNullish(options[key]) && | ||
typeof options[key] === 'number' && | ||
key === 'maxListenersWarningThreshold' ) | ||
{ | ||
// additionally set in event emitter | ||
this.setMaxListenerWarningThreshold(Number(options[key])); | ||
} | ||
} | ||
@@ -148,3 +156,3 @@ Object.assign(this.config, options); | ||
* This will affect the contracts send, call and estimateGas methods | ||
* Default is `input`. | ||
* Default is `data`. | ||
*/ | ||
@@ -151,0 +159,0 @@ public get contractDataInputFill() { |
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
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
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
480822
8469