gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: use same DB for nexus and bank to enab


From: gnunet
Subject: [libeufin] branch master updated: use same DB for nexus and bank to enable conversion
Date: Thu, 30 Nov 2023 00:50:30 +0100

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

grothoff pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 26f253ee use same DB for nexus and bank to enable conversion
26f253ee is described below

commit 26f253ee8aadc1cca56588878cd93230b156f733
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Thu Nov 30 08:50:19 2023 +0900

    use same DB for nexus and bank to enable conversion
---
 contrib/libeufin-bank-dbconfig  | 2 +-
 contrib/libeufin-nexus-dbconfig | 2 +-
 contrib/wallet-core             | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/libeufin-bank-dbconfig b/contrib/libeufin-bank-dbconfig
index 701cf28b..5f0a09f4 100755
--- a/contrib/libeufin-bank-dbconfig
+++ b/contrib/libeufin-bank-dbconfig
@@ -22,7 +22,7 @@ set -eu
 RESET_DB=0
 SKIP_DBINIT=0
 DBUSER="libeufin-bank"
-DBNAME="libeufinbank"
+DBNAME="libeufin"
 CFGFILE="/etc/libeufin/libeufin-bank.conf"
 
 # Parse command-line options
diff --git a/contrib/libeufin-nexus-dbconfig b/contrib/libeufin-nexus-dbconfig
index e1401285..8a0ecc8d 100755
--- a/contrib/libeufin-nexus-dbconfig
+++ b/contrib/libeufin-nexus-dbconfig
@@ -22,7 +22,7 @@ set -eu
 RESET_DB=0
 SKIP_DBINIT=0
 DBUSER="libeufin-nexus"
-DBNAME="libeufinbank"
+DBNAME="libeufin"
 CFGFILE="/etc/libeufin/libeufin-nexus.conf"
 
 # Parse command-line options
diff --git a/contrib/wallet-core b/contrib/wallet-core
index 07422866..53472cb9 160000
--- a/contrib/wallet-core
+++ b/contrib/wallet-core
@@ -1 +1 @@
-Subproject commit 07422866375799c01020fea729c226920b409070
+Subproject commit 53472cb936c69a6830c48d4c8d79d43cb19e37ed

-- 
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]