exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit d289a7f43089b75f097bec1a6d33905dd5d0543e
parent 963806d95a73f059c67d8124f106da1b45c8cec1
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 26 Sep 2023 18:33:37 +0200

just tested with Postgres 13, had odd problems with arrays, pg15 works nicely, let's not support ancient PG versions in the future

Diffstat:
MREADME | 2+-
Mdebian/control | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -44,7 +44,7 @@ These are the direct dependencies for running a Taler exchange: - GNUnet >= 0.16.0 - GNU libmicrohttpd >= 0.9.71 -- PostgreSQL >= 13.0 +- PostgreSQL >= 15.0 diff --git a/debian/control b/debian/control @@ -80,7 +80,7 @@ Depends: Recommends: taler-exchange-offline (= ${binary:Version}), apache2 | nginx | httpd, - postgresql (>=13.0) + postgresql (>=15.0) Description: GNU's payment system operator. GNU Taler is the privacy-preserving digital payment system from the GNU project. This package contains the