gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated (ebb1c58e7 -> 5aa883b5d)


From: gnunet
Subject: [taler-wallet-core] branch master updated (ebb1c58e7 -> 5aa883b5d)
Date: Tue, 29 Aug 2023 13:55:17 +0200

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

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

    from ebb1c58e7 wallet-core: remove usage of /wire
     new a0d92d086 taler-wallet-core: bump exchange version number
     new f86e23255 -organize imports
     new 5aa883b5d repo: make incremental builds faster, don't use TypeScript 
build mode

The 3 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:
 packages/anastasis-cli/package.json                                  | 2 +-
 packages/idb-bridge/package.json                                     | 2 +-
 packages/pogen/package.json                                          | 2 +-
 packages/taler-harness/package.json                                  | 4 ++--
 .../taler-harness/src/integrationtests/test-exchange-timetravel.ts   | 5 +----
 packages/taler-util/package.json                                     | 2 +-
 packages/taler-wallet-cli/package.json                               | 4 ++--
 packages/taler-wallet-core/package.json                              | 2 +-
 packages/taler-wallet-core/src/versions.ts                           | 2 +-
 9 files changed, 11 insertions(+), 14 deletions(-)

diff --git a/packages/anastasis-cli/package.json 
b/packages/anastasis-cli/package.json
index 1821cd696..2bbf32c3b 100644
--- a/packages/anastasis-cli/package.json
+++ b/packages/anastasis-cli/package.json
@@ -16,7 +16,7 @@
   },
   "type": "module",
   "scripts": {
-    "compile": "tsc --build && ./build-node.mjs",
+    "compile": "tsc && ./build-node.mjs",
     "test": "tsc",
     "clean": "rimraf lib dist tsconfig.tsbuildinfo",
     "pretty": "prettier --write src"
diff --git a/packages/idb-bridge/package.json b/packages/idb-bridge/package.json
index 2677c302f..1c9c46b02 100644
--- a/packages/idb-bridge/package.json
+++ b/packages/idb-bridge/package.json
@@ -11,7 +11,7 @@
   "private": false,
   "scripts": {
     "test": "tsc && ava",
-    "compile": "tsc --build",
+    "compile": "tsc",
     "clean": "rimraf dist lib tsconfig.tsbuildinfo",
     "pretty": "prettier --write src"
   },
diff --git a/packages/pogen/package.json b/packages/pogen/package.json
index c5252cd62..ae1dfac3b 100644
--- a/packages/pogen/package.json
+++ b/packages/pogen/package.json
@@ -7,7 +7,7 @@
   "author": "Florian Dold",
   "license": "GPL-2.0+",
   "scripts": {
-    "compile": "tsc --build"
+    "compile": "tsc"
   },
   "devDependencies": {
     "po2json": "^0.4.5",
diff --git a/packages/taler-harness/package.json 
b/packages/taler-harness/package.json
index 435ff8a59..8916e5e9e 100644
--- a/packages/taler-harness/package.json
+++ b/packages/taler-harness/package.json
@@ -16,7 +16,7 @@
   },
   "type": "module",
   "scripts": {
-    "compile": "tsc --build && ./build.mjs",
+    "compile": "tsc && ./build.mjs",
     "check": "tsc",
     "test": "tsc",
     "clean": "rimraf lib dist tsconfig.tsbuildinfo",
@@ -42,4 +42,4 @@
     "@gnu-taler/taler-wallet-core": "workspace:*",
     "tslib": "^2.5.3"
   }
-}
\ No newline at end of file
+}
diff --git 
a/packages/taler-harness/src/integrationtests/test-exchange-timetravel.ts 
b/packages/taler-harness/src/integrationtests/test-exchange-timetravel.ts
index d8f8767e6..5ae97c3da 100644
--- a/packages/taler-harness/src/integrationtests/test-exchange-timetravel.ts
+++ b/packages/taler-harness/src/integrationtests/test-exchange-timetravel.ts
@@ -19,15 +19,12 @@
  */
 import {
   AbsoluteTime,
-  Amounts,
   codecForExchangeKeysJson,
   DenominationPubKey,
   DenomKeyType,
   Duration,
   durationFromSpec,
-  encodeCrock,
   ExchangeKeysJson,
-  hashDenomPub,
   Logger,
 } from "@gnu-taler/taler-util";
 import {
@@ -38,11 +35,11 @@ import { makeNoFeeCoinConfig } from 
"../harness/denomStructures.js";
 import {
   BankService,
   ExchangeService,
+  getPayto,
   GlobalTestState,
   MerchantService,
   setupDb,
   WalletCli,
-  getPayto,
 } from "../harness/harness.js";
 import { withdrawViaBank } from "../harness/helpers.js";
 
diff --git a/packages/taler-util/package.json b/packages/taler-util/package.json
index 504b8259f..6ac9a2689 100644
--- a/packages/taler-util/package.json
+++ b/packages/taler-util/package.json
@@ -57,7 +57,7 @@
     }
   },
   "scripts": {
-    "compile": "tsc --build",
+    "compile": "tsc",
     "test": "tsc && ava",
     "clean": "rimraf dist lib tsconfig.tsbuildinfo",
     "pretty": "prettier --write src"
diff --git a/packages/taler-wallet-cli/package.json 
b/packages/taler-wallet-cli/package.json
index 36201759e..06df1da76 100644
--- a/packages/taler-wallet-cli/package.json
+++ b/packages/taler-wallet-cli/package.json
@@ -16,7 +16,7 @@
   },
   "type": "module",
   "scripts": {
-    "compile": "tsc --build && ./build-node.mjs",
+    "compile": "tsc && ./build-node.mjs",
     "test": "tsc",
     "clean": "rimraf lib dist tsconfig.tsbuildinfo",
     "pretty": "prettier --write src"
@@ -41,4 +41,4 @@
     "@gnu-taler/taler-wallet-core": "workspace:*",
     "tslib": "^2.5.3"
   }
-}
\ No newline at end of file
+}
diff --git a/packages/taler-wallet-core/package.json 
b/packages/taler-wallet-core/package.json
index c471770de..9cd6f6466 100644
--- a/packages/taler-wallet-core/package.json
+++ b/packages/taler-wallet-core/package.json
@@ -12,7 +12,7 @@
   "author": "Florian Dold",
   "license": "GPL-3.0",
   "scripts": {
-    "compile": "tsc --build",
+    "compile": "tsc",
     "pretty": "prettier --write src",
     "test": "tsc && ava",
     "coverage": "tsc && c8 --src src --all ava",
diff --git a/packages/taler-wallet-core/src/versions.ts 
b/packages/taler-wallet-core/src/versions.ts
index f0f747e22..8b9177bc3 100644
--- a/packages/taler-wallet-core/src/versions.ts
+++ b/packages/taler-wallet-core/src/versions.ts
@@ -19,7 +19,7 @@
  *
  * Uses libtool's current:revision:age versioning.
  */
-export const WALLET_EXCHANGE_PROTOCOL_VERSION = "15:0:2";
+export const WALLET_EXCHANGE_PROTOCOL_VERSION = "17:0:0";
 
 /**
  * Protocol version spoken with the merchant.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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