From 689ee595e08f3880c1e4068aac8e972574e20d21 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hern=C3=A2ni=20Marques?=
# install: git + node (LTS) + build tools; then monorepo
-# clone: HTTPS git.gnunet.org (browse: git.taler.net/taler/taler-typescript-core)
-git clone https://git.gnunet.org/taler-typescript-core.git && cd taler-typescript-core && ./bootstrap && ./configure && make
+# browse: https://git.taler.net/taler/taler-typescript-core
+# clone (SSH; anonymous git:// also works on gnunet.org):
+git clone git://git.gnunet.org/taler-typescript-core.git && cd taler-typescript-core && ./bootstrap && ./configure && make
# monorepo CLI + private wallet DB (not system package / default home DB)
alias tw='node packages/taler-wallet-cli/bin/taler-wallet-cli.mjs --wallet-db="${TMPDIR:-/tmp}/taler-wallet-goa.sqlite3" --no-throttle' && \
@@ -1557,10 +1558,10 @@ tw run-until-done && tw balance
/privacy.
- - Bank landing v43 - · content - · 37ea4bb +
+ Bank landing v44 + · content + · 74a38ac
diff --git a/configs/shared/landing-version.json b/configs/shared/landing-version.json index e28682f..7e837a4 100644 --- a/configs/shared/landing-version.json +++ b/configs/shared/landing-version.json @@ -2,14 +2,14 @@ "note": "Per-site landing content versions (start 42). Bump: scripts/taler-landing/stamp-landing-version.sh --bump bank|exchange|merchant", "sites": { "bank": { - "version": 43, + "version": 44, "label": "Bank landing", "path": "configs/bank-landing", - "updated_iso": "2026-07-17T18:27:48+02:00", - "updated_human": "2026-07-17 18:27 CEST", - "commit": "37ea4bb8396691e3ea69ae61374e6623bf6c5ea7", - "commit_short": "37ea4bb", - "repo_commit_url": "https://git.hacktivism.ch/hernani/koopa-admin-log/commit/37ea4bb8396691e3ea69ae61374e6623bf6c5ea7" + "updated_iso": "2026-07-17T18:31:38+02:00", + "updated_human": "2026-07-17 18:31 CEST", + "commit": "74a38ac1fb6b02f803b987a02c3118c931ce8c49", + "commit_short": "74a38ac", + "repo_commit_url": "https://git.hacktivism.ch/hernani/koopa-admin-log/commit/74a38ac1fb6b02f803b987a02c3118c931ce8c49" }, "exchange": { "version": 42,