@truffle/codec
Advanced tools
Comparing version 0.3.4-alphaTez.0 to 0.3.4-truffleLogger.0
@@ -78,3 +78,5 @@ "use strict"; | ||
selector = Conversion.toHexString(rawSelector); | ||
allocation = allocations.functionAllocations[contextHash][selector].input; | ||
allocation = (allocations.functionAllocations[contextHash][selector] || { | ||
input: undefined | ||
}).input; | ||
} | ||
@@ -81,0 +83,0 @@ if (allocation === undefined) { |
{ | ||
"name": "@truffle/codec", | ||
"version": "0.3.4-alphaTez.0", | ||
"version": "0.3.4-truffleLogger.0", | ||
"description": "Library for encoding and decoding smart contract data", | ||
@@ -37,3 +37,3 @@ "main": "dist/lib/index.js", | ||
"@gnd/typedoc": "0.15.0-0", | ||
"@truffle/contract-schema": "^3.1.6-alphaTez.2", | ||
"@truffle/contract-schema": "^3.0.22-truffleLogger.1", | ||
"@trufflesuite/typedoc-default-themes": "^0.6.1", | ||
@@ -68,3 +68,3 @@ "@types/big.js": "^4.0.5", | ||
}, | ||
"gitHead": "f2be8e62d3f20d1e8d731cac4353d8ffeb233fd5" | ||
"gitHead": "7bbf50aa51d495cc3095882bc16c74efa4b4f20d" | ||
} |
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
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
657361
11651