gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated (41f40cc -> 5adcf79)


From: gnunet
Subject: [taler-docs] branch master updated (41f40cc -> 5adcf79)
Date: Tue, 25 Jan 2022 00:19:48 +0100

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

ttn pushed a change to branch master
in repository docs.

    from 41f40cc  fix typo: s/that/for/
     new fcf97f5  write ‘camt053tick’ description, including example
     new 01281b4  add FIXME for ‘make-transaction’ and ‘camt053tick’
     new 5adcf79  New manpage: libeufin-sandbox(1)

The 3 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:
 conf.py                         |  3 +++
 manpages/libeufin-sandbox.1.rst | 17 ++++++++++++++++-
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/conf.py b/conf.py
index 4434c83..3737b76 100644
--- a/conf.py
+++ b/conf.py
@@ -353,6 +353,9 @@ man_pages = [
     ("manpages/taler-helper-auditor-wire.1", "taler-helper-auditor-wire",
      "audit exchange database for consistency with the bank's wire transfers",
      "GNU Taler contributors", 1),
+    ("manpages/libeufin-sandbox.1", "libeufin-sandbox",
+     "simulate core banking system with EBICS access to bank accounts",
+     "GNU Taler contributors", 1),
 ]
 
 # If true, show URL addresses after external links.
diff --git a/manpages/libeufin-sandbox.1.rst b/manpages/libeufin-sandbox.1.rst
index c37e583..1f2dcb1 100644
--- a/manpages/libeufin-sandbox.1.rst
+++ b/manpages/libeufin-sandbox.1.rst
@@ -131,10 +131,25 @@ in which demobank the wire transfer occurs.
    and bank debt limit have the same defaults as for the ``config``
    command.  The users debt limit, however, defaults to 10000.
 
+FIXME: How to achieve the same result with **libeufin-cli**?
+
 
 Command ``camt053tick``
 =======================
-.. WRITEME
+
+This command advances the internal time step that the demobank
+uses to group transactions for reporting.
+(Successive transactions will be inserted in a new Camt.053 report.)
+
+FIXME: Is this "legacy", like ``make-transaction``?
+
+For example:
+
+.. code-block:: console
+
+  $ libeufin-sandbox camt053tick
+
+FIXME: How to achieve the same result with **libeufin-cli**?
 
 
 Command ``serve``

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