gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -sketch implementation of exchan


From: gnunet
Subject: [taler-exchange] branch master updated: -sketch implementation of exchange_do_reserve_purse()
Date: Mon, 25 Apr 2022 13:18:39 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 5c0cbba7 -sketch implementation of exchange_do_reserve_purse()
5c0cbba7 is described below

commit 5c0cbba761fe956e899670b89d2cbebc7d21fbaf
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Apr 25 13:18:37 2022 +0200

    -sketch implementation of exchange_do_reserve_purse()
---
 src/exchangedb/exchange-0001-part.sql | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/src/exchangedb/exchange-0001-part.sql 
b/src/exchangedb/exchange-0001-part.sql
index ab80be96..d17e5a83 100644
--- a/src/exchangedb/exchange-0001-part.sql
+++ b/src/exchangedb/exchange-0001-part.sql
@@ -2773,6 +2773,18 @@ END IF;
 out_conflict=FALSE;
 
 
+-- Store account merge signature.
+INSERT INTO account_merges
+  (reserve_pub
+  ,reserve_sig
+  ,purse_pub)
+  VALUES
+  (in_reserve_pub
+  ,in_reserve_sig
+  ,in_purse_pub);
+
+
+
 -- Charge reserve for purse creation.
 -- FIXME: Use different type of purse
 -- signature in this case, so that we
@@ -2860,7 +2872,7 @@ CREATE OR REPLACE FUNCTION exchange_do_account_merge(
 LANGUAGE plpgsql
 AS $$
 BEGIN
-  -- FIXME
+  -- FIXME: function/API is dead! Do DCE?
 END $$;
 
 

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