conseiljs
Advanced tools
Comparing version 5.0.5-beta.4 to 5.0.5-beta.5
@@ -37,2 +37,3 @@ "use strict"; | ||
text = text.substring(1, text.length - 1); | ||
text = text.replace(/\\"/g, '"'); | ||
const len = encodeLength(text.length); | ||
@@ -39,0 +40,0 @@ text = text.split('').map(c => c.charCodeAt(0).toString(16)).join(''); |
@@ -45,6 +45,6 @@ "use strict"; | ||
function forgeOperations(branch, operations) { | ||
log.debug('TezosNodeWriter.forgeOperations:'); | ||
log.debug(JSON.stringify(operations)); | ||
log.debug(`TezosNodeWriter.forgeOperations: ${JSON.stringify(operations)}`); | ||
let encoded = TezosMessageUtil_1.TezosMessageUtils.writeBranch(branch); | ||
operations.forEach(m => encoded += TezosMessageCodec_1.TezosMessageCodec.encodeOperation(m)); | ||
log.debug(`TezosNodeWriter.forgeOperations: ${encoded}`); | ||
return encoded; | ||
@@ -51,0 +51,0 @@ } |
{ | ||
"name": "conseiljs", | ||
"version": "5.0.5-beta.4", | ||
"version": "5.0.5-beta.5", | ||
"description": "Client-side library for Tezos dApp development.", | ||
@@ -12,3 +12,3 @@ "browser": "dist/index-web.js", | ||
"scripts": { | ||
"test": "mocha --require ts-node/register \"test/**/MichelineParser.spec.ts\"", | ||
"test": "mocha --require ts-node/register \"test/**/*.spec.ts\"", | ||
"integration-test": "mocha --require ts-node/register --full-trace -t 600000 -b false \"integration_test/**/*.spec.ts\"", | ||
@@ -15,0 +15,0 @@ "format": "eslint --fix-dry-run src/*/*.ts", |
@@ -62,3 +62,3 @@ # ConseilJS-core | ||
<script src="https://cdn.jsdelivr.net/gh/cryptonomic/conseiljs/dist-web/conseiljs.min.js" | ||
integrity="sha384-kPKX+a7S2j+lKDOu8UkBJz70XAbsNJykIKFr3YVTTdf7rpg/LU0wPoMBDGTLMCpn" | ||
integrity="sha384-DsZ98An5RJlEquKpG7VziukP7Zqae8IlsF9VmTnz41Ga8FvAx6Hvn0hMkpBj3pms" | ||
crossorigin="anonymous"></script> | ||
@@ -65,0 +65,0 @@ <script src="https://cdn.jsdelivr.net/gh/cryptonomic/conseiljs-softsigner/dist-web/conseiljs-softsigner.min.js" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
710873
6903