gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-wallet-webex] branch master updated (f18d70d0 -> ddd


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated (f18d70d0 -> ddd377c8)
Date: Sun, 18 Aug 2019 18:24:14 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a change to branch master
in repository wallet-webex.

    from f18d70d0 update emscripten libs and use new non-removed emscripten 
functions
     new f7e118e9 logging / bump version
     new ddd377c8 bump version

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 package.json            | 4 ++--
 src/headless/helpers.ts | 3 +--
 yarn.lock               | 8 ++++----
 3 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/package.json b/package.json
index e1992490..a1822d23 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "taler-wallet",
-  "version": "0.0.6",
+  "version": "0.0.8",
   "description": "",
   "main": "dist/node/index.js",
   "repository": {
@@ -50,7 +50,7 @@
     "@types/urijs": "^1.19.3",
     "axios": "^0.19.0",
     "commander": "^2.20.0",
-    "idb-bridge": "^0.0.6",
+    "idb-bridge": "^0.0.7",
     "source-map-support": "^0.5.12",
     "urijs": "^1.18.10"
   }
diff --git a/src/headless/helpers.ts b/src/headless/helpers.ts
index 0ac7accb..0a98f7ce 100644
--- a/src/headless/helpers.ts
+++ b/src/headless/helpers.ts
@@ -149,7 +149,6 @@ export async function getDefaultNodeWallet(
     }
 
     myBackend.afterCommitCallback = async () => {
-      console.log("in afterCommitCallback!");
       const dbContent = myBackend.exportDump();
       fs.writeFileSync(storagePath, JSON.stringify(dbContent, undefined, 2), { 
encoding: "utf-8" });
     };
@@ -201,7 +200,7 @@ export async function withdrawTestBalance(
   exchangeBaseUrl: string = "https://exchange.test.taler.net/";,
 ) {
   const reserveResponse = await myWallet.createReserve({
-    amount: amounts.parseOrThrow("TESTKUDOS:10.0"),
+    amount: amounts.parseOrThrow(amount),
     exchange: exchangeBaseUrl,
   });
 
diff --git a/yarn.lock b/yarn.lock
index 8e2162ca..15f01b48 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -3240,10 +3240,10 @@ iconv-lite@^0.4.4, iconv-lite@~0.4.13:
   dependencies:
     safer-buffer ">= 2.1.2 < 3"
 
-idb-bridge@^0.0.6:
-  version "0.0.6"
-  resolved 
"https://registry.yarnpkg.com/idb-bridge/-/idb-bridge-0.0.6.tgz#efdf7e6fdb3deec14e4b84c70b0af72e78a52d4d";
-  integrity 
sha512-0IjViZiibJxHNKJw1D+trd+TS1wDRUUCTstz4ga6uc3Nje4qXOrVDaF56COcvOYywY9w6YCVtN52Am6+Ce85QQ==
+idb-bridge@^0.0.7:
+  version "0.0.7"
+  resolved 
"https://registry.yarnpkg.com/idb-bridge/-/idb-bridge-0.0.7.tgz#34705d79ab992c4b5d5fa048c313ac5f803a972f";
+  integrity 
sha512-vGTYbX6ni8h/6B2POS6f1Nuzp47+Tna5MggQKDmQp1MLCPFbI8RXBzs1rvKWuMx+WKX3LtMWbxSm8hQBnI9DLA==
 
 ieee754@^1.1.4:
   version "1.1.13"

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]