gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated (5f95f26a -> e1dae71a)


From: gnunet
Subject: [taler-exchange] branch master updated (5f95f26a -> e1dae71a)
Date: Thu, 02 Sep 2021 15:19:27 +0200

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

grothoff pushed a change to branch master
in repository exchange.

    from 5f95f26a suspend if /keys is not ready
     new f36240e1 -fix type
     new e1dae71a try to fix #7007 key update issue discovered by Sebastian

The 2 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:
 src/exchange/taler-exchange-httpd_keys.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-httpd_keys.c 
b/src/exchange/taler-exchange-httpd_keys.c
index 6d062866..72c2de12 100644
--- a/src/exchange/taler-exchange-httpd_keys.c
+++ b/src/exchange/taler-exchange-httpd_keys.c
@@ -649,6 +649,8 @@ helper_denom_cb (
               section_name,
               GNUNET_STRINGS_relative_time_to_string (validity_duration,
                                                       GNUNET_NO));
+  key_generation++;
+  TEH_resume_keys_requests (false);
   hd = GNUNET_CONTAINER_multihashmap_get (hs->denom_keys,
                                           h_denom_pub);
   if (NULL != hd)
@@ -710,6 +712,8 @@ helper_esign_cb (
               TALER_B2S (exchange_pub),
               GNUNET_STRINGS_relative_time_to_string (validity_duration,
                                                       GNUNET_NO));
+  key_generation++;
+  TEH_resume_keys_requests (false);
   pid.public_key = exchange_pub->eddsa_pub;
   hsk = GNUNET_CONTAINER_multipeermap_get (hs->esign_keys,
                                            &pid);
@@ -743,7 +747,7 @@ helper_esign_cb (
  * @param[out] hs helper state to initialize
  * @return #GNUNET_OK on success
  */
-static int
+static enum GNUNET_GenericReturnValue
 setup_key_helpers (struct HelperState *hs)
 {
   hs->denom_keys

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