gnunet-svn
[Top][All Lists]
Advanced

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

[taler-challenger] branch master updated: return 'implementation' field


From: gnunet
Subject: [taler-challenger] branch master updated: return 'implementation' field in /config responses
Date: Mon, 05 Feb 2024 11:52:47 +0100

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

grothoff pushed a commit to branch master
in repository challenger.

The following commit(s) were added to refs/heads/master by this push:
     new ce4a10b  return 'implementation' field in /config responses
ce4a10b is described below

commit ce4a10b2cf4aab41adb8fd4a76c0a428cdfba540
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Feb 5 11:52:45 2024 +0100

    return 'implementation' field in /config responses
---
 contrib/wallet-core                      | 2 +-
 src/challenger/challenger-httpd_config.c | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/contrib/wallet-core b/contrib/wallet-core
index d5fc75b..621dad2 160000
--- a/contrib/wallet-core
+++ b/contrib/wallet-core
@@ -1 +1 @@
-Subproject commit d5fc75bd562e20641fe15e83c1814fda39331b11
+Subproject commit 621dad2c2ec9a2adc52076cebf65891d6764c802
diff --git a/src/challenger/challenger-httpd_config.c 
b/src/challenger/challenger-httpd_config.c
index 012adbd..c772eac 100644
--- a/src/challenger/challenger-httpd_config.c
+++ b/src/challenger/challenger-httpd_config.c
@@ -40,10 +40,12 @@ CH_handler_config (struct CH_HandlerContext *hc,
   return TALER_MHD_REPLY_JSON_PACK (
     hc->connection,
     MHD_HTTP_OK,
+    GNUNET_JSON_pack_string ("implementation",
+                             "urn:net:taler:specs:challenger:c-reference"),
     GNUNET_JSON_pack_string ("name",
                              "challenger"),
     GNUNET_JSON_pack_string ("version",
-                             "0:0:0"));
+                             "0:1:0"));
 }
 
 

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