@harmony-js/transaction
Advanced tools
Comparing version 0.1.20 to 0.1.23
@@ -407,3 +407,3 @@ /** | ||
// temp setting to be compatible with eth | ||
var rawLength = this.messenger.chainType === "hmy" /* Harmony */ ? 10 : 9; | ||
var rawLength = this.messenger.chainType === "hmy" /* Harmony */ ? 11 : 9; | ||
var sig = crypto.splitSignature(signature); | ||
@@ -410,0 +410,0 @@ var v = 27 + (sig.recoveryParam || 0); |
@@ -404,3 +404,3 @@ /** | ||
// temp setting to be compatible with eth | ||
var rawLength = this.messenger.chainType === "hmy" /* Harmony */ ? 10 : 9; | ||
var rawLength = this.messenger.chainType === "hmy" /* Harmony */ ? 11 : 9; | ||
var sig = splitSignature(signature); | ||
@@ -407,0 +407,0 @@ var v = 27 + (sig.recoveryParam || 0); |
@@ -405,3 +405,3 @@ /** | ||
// temp setting to be compatible with eth | ||
var rawLength = this.messenger.chainType === "hmy" /* Harmony */ ? 10 : 9; | ||
var rawLength = this.messenger.chainType === "hmy" /* Harmony */ ? 11 : 9; | ||
var sig = crypto.splitSignature(signature); | ||
@@ -408,0 +408,0 @@ var v = 27 + (sig.recoveryParam || 0); |
@@ -88,3 +88,3 @@ "use strict"; | ||
// temp setting to be compatible with eth | ||
var rawLength = this.messenger.chainType === "hmy" /* Harmony */ ? 10 : 9; | ||
var rawLength = this.messenger.chainType === "hmy" /* Harmony */ ? 11 : 9; | ||
var sig = crypto_1.splitSignature(signature); | ||
@@ -91,0 +91,0 @@ var v = 27 + (sig.recoveryParam || 0); |
{ | ||
"name": "@harmony-js/transaction", | ||
"version": "0.1.20", | ||
"version": "0.1.23", | ||
"description": "transaction package for harmony", | ||
@@ -21,7 +21,7 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@harmony-js/crypto": "0.1.14", | ||
"@harmony-js/network": "0.1.19", | ||
"@harmony-js/utils": "0.1.14" | ||
"@harmony-js/crypto": "0.1.23", | ||
"@harmony-js/network": "0.1.23", | ||
"@harmony-js/utils": "0.1.23" | ||
}, | ||
"gitHead": "469f4a37b53e466271c0e8521832b99e9725091d" | ||
"gitHead": "3dbcc4b173e690f08cc0c4e632aab65454babd50" | ||
} |
@@ -149,3 +149,3 @@ import { | ||
// temp setting to be compatible with eth | ||
const rawLength = this.messenger.chainType === ChainType.Harmony ? 10 : 9; | ||
const rawLength = this.messenger.chainType === ChainType.Harmony ? 11 : 9; | ||
const sig = splitSignature(signature); | ||
@@ -152,0 +152,0 @@ let v = 27 + (sig.recoveryParam || 0); |
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
+ Added@harmony-js/crypto@0.1.23(transitive)
+ Added@harmony-js/network@0.1.23(transitive)
+ Added@harmony-js/utils@0.1.23(transitive)
- Removed@harmony-js/crypto@0.1.14(transitive)
- Removed@harmony-js/network@0.1.19(transitive)
- Removed@harmony-js/utils@0.1.14(transitive)
Updated@harmony-js/crypto@0.1.23
Updated@harmony-js/network@0.1.23
Updated@harmony-js/utils@0.1.23