gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 02/02: -gana merge


From: gnunet
Subject: [taler-exchange] 02/02: -gana merge
Date: Fri, 01 Jul 2022 07:22:42 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

commit 9e3fb2302d72a285067ccc39038481afcab97dc2
Merge: 085e40bc 21551bb4
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Fri Jul 1 07:22:39 2022 +0200

    -gana merge

 contrib/gana                                       |  2 +-
 contrib/gana-update.sh                             | 11 ++++-----
 src/auditor/revoke-basedb.conf                     |  5 +----
 src/exchange/taler-exchange-httpd_common_deposit.c |  8 +++----
 src/exchange/taler-exchange-httpd_db.c             |  6 +++--
 src/exchange/taler-exchange-httpd_wire.c           |  1 -
 src/include/taler_testing_lib.h                    | 26 ++++++++++++++++++++++
 7 files changed, 42 insertions(+), 17 deletions(-)

diff --cc src/include/taler_testing_lib.h
index f18816d6,f18816d6..6d3762b1
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@@ -1614,6 -1614,6 +1614,32 @@@ TALER_TESTING_cmd_deposit_replay (cons
                                    unsigned int expected_response_code);
  
  
++/**
++ * Create a "batch deposit" command.
++ *
++ * @param label command label.
++ * @param target_account_payto target account for the "deposit"
++ *        request.
++ * @param contract_terms contract terms to be signed over by the
++ *        coin.
++ * @param refund_deadline refund deadline, zero means 'no refunds'.
++ * @param amount how much is going to be deposited.
++ * @param expected_response_code expected HTTP response code.
++ * @param ... NULL-terminated list with an even number of
++ *            strings that alternate referring to coins
++ *            (possibly with index using label#index notation)
++ *            and the amount of that coin to deposit
++ * @return the command.
++ */
++struct TALER_TESTING_Command
++TALER_TESTING_cmd_batch_deposit (const char *label,
++                                 const char *target_account_payto,
++                                 const char *contract_terms,
++                                 struct GNUNET_TIME_Relative refund_deadline,
++                                 unsigned int expected_response_code,
++                                 ...);
++
++
  /**
   * Create a "refresh melt" command.
   *

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