gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fixing pipeline


From: gnunet
Subject: [taler-exchange] branch master updated: fixing pipeline
Date: Wed, 17 Jan 2024 13:37:01 +0100

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

nic-eigel pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 9ffcf1c0 fixing pipeline
9ffcf1c0 is described below

commit 9ffcf1c03c267bc8918a6b38a422f9ba573dc75a
Author: Nic Eigel <nic@eigel.ch>
AuthorDate: Wed Jan 17 05:06:27 2024 +0100

    fixing pipeline
---
 contrib/gana                                 |  2 +-
 src/auditor/generate-auditor-basedb.conf     |  8 ++++----
 src/auditor/taler-helper-auditor-deposits.c  | 14 +++++---------
 src/auditordb/pg_get_deposit_confirmations.h |  1 -
 4 files changed, 10 insertions(+), 15 deletions(-)

diff --git a/contrib/gana b/contrib/gana
index 83680094..d6197791 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit 836800945d80db9c0160a10a84edc1a086339187
+Subproject commit d61977913ea9f34760bb05d75c9e8bce2bf13a35
diff --git a/src/auditor/generate-auditor-basedb.conf 
b/src/auditor/generate-auditor-basedb.conf
index 8efb81a3..bcdc3186 100644
--- a/src/auditor/generate-auditor-basedb.conf
+++ b/src/auditor/generate-auditor-basedb.conf
@@ -84,11 +84,11 @@ DB_CONNECTION="postgresql:///auditor-basedb"
 DB_CONNECTION="postgresql:///auditor-basedb"
 
 [libeufin-bank]
-CURRENCY = EUR
-DEFAULT_CUSTOMER_DEBT_LIMIT = EUR:200 # dead
-DEFAULT_ADMIN_DEBT_LIMIT = EUR:2000
+CURRENCY = TESTKUDOS
+DEFAULT_CUSTOMER_DEBT_LIMIT = TESTKUDOS:200 # dead
+DEFAULT_ADMIN_DEBT_LIMIT = TESTKUDOS:2000
 REGISTRATION_BONUS_ENABLED = yes
-REGISTRATION_BONUS = EUR:100
+REGISTRATION_BONUS = TESTKUDOS:100
 SUGGESTED_WITHDRAWAL_EXCHANGE = http://localhost:8081/
 SERVE = tcp
 PORT = 8082 
diff --git a/src/auditor/taler-helper-auditor-deposits.c 
b/src/auditor/taler-helper-auditor-deposits.c
index fea23131..ac5fe686 100644
--- a/src/auditor/taler-helper-auditor-deposits.c
+++ b/src/auditor/taler-helper-auditor-deposits.c
@@ -269,15 +269,11 @@ analyze_deposit_confirmations (void *cls)
     return dcc.qs;
   }
 
-  GNUNET_log (GNUNET_ERROR_TYPE_INFO, "getting in here when i shouldnt\n");
-  GNUNET_log (GNUNET_ERROR_TYPE_INFO, "lastseencoinserialid %lu\n",
-              dcc.last_seen_coin_serial);
-  GNUNET_log (GNUNET_ERROR_TYPE_INFO, "dcc.qs %u\n", dcc.qs);
-  /* if (UINT64_MAX == dcc.first_missed_coin_serial)
-     ppdc.last_deposit_confirmation_serial_id = dcc.last_seen_coin_serial;
-   else
-     ppdc.last_deposit_confirmation_serial_id = dcc.first_missed_coin_serial - 
1;
- */
+  if (UINT64_MAX == dcc.first_missed_coin_serial)
+    ppdc.last_deposit_confirmation_serial_id = dcc.last_seen_coin_serial;
+  else
+    ppdc.last_deposit_confirmation_serial_id = dcc.first_missed_coin_serial - 
1;
+
   /* sync 'cc' back to disk */
   if (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT == qsp)
     qs = TALER_ARL_adb->update_auditor_progress_deposit_confirmation (
diff --git a/src/auditordb/pg_get_deposit_confirmations.h 
b/src/auditordb/pg_get_deposit_confirmations.h
index 2c3c2853..3ed3ff55 100644
--- a/src/auditordb/pg_get_deposit_confirmations.h
+++ b/src/auditordb/pg_get_deposit_confirmations.h
@@ -30,7 +30,6 @@
  * Get information about deposit confirmations from the database.
  *
  * @param cls the @e cls of this struct with the plugin-specific state
- * @param master_public_key for which exchange do we want to get deposit 
confirmations
  * @param start_id row/serial ID where to start the iteration (0 from
  *                  the start, exclusive, i.e. serial_ids must start from 1)
  * @param cb function to call with results

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