aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-22fix typo: s/cli-sandbox/libeufin-cli sandbox/Thien-Thi Nguyen
2022-02-22add missing ‘.. code-block:: console’Thien-Thi Nguyen
2022-02-21document ‘libeufin-cli permissions’ commandsThien-Thi Nguyen
specifically: - permissions - permissions list - permissions grant - permissions revoke
2022-02-21Rewrite "configuring the sandbox" sectionThien-Thi Nguyen
This is based on helpful feedback and hints from MS. (But any mistakes are mine.)
2022-02-19-bump version requirementChristian Grothoff
2022-02-19-document 'never' wire deadline is verbotenChristian Grothoff
2022-02-19-document what happens when fakebank exceeds RAM pool limitChristian Grothoff
2022-02-18-update documentationChristian Grothoff
2022-02-12-update documentationChristian Grothoff
2022-02-10sandbox DDFlorian Dold
2022-02-07DD 027ms
2022-02-07DD 027ms
2022-02-07DD 027ms
2022-02-07DD 027: Sandboxing Taler.ms
2022-02-05specify /csrChristian Grothoff
2022-02-04fix typo: s/Th/The/Thien-Thi Nguyen
2022-02-04document ‘libeufin-cli users’ commandsThien-Thi Nguyen
specifically: - users - users self - users list - users create - users change-password Also, update the explanations for env vars ‘LIBEUFIN_NEXUS_USERNAME’ and ‘LIBEUFIN_NEXUS_PASSWORD’.
2022-02-04mention precedence of ‘--sandbox-url’ over ‘LIBEUFIN_SANDBOX_URL’ if ↵Thien-Thi Nguyen
both given
2022-02-03add sub-sub-command headingsThien-Thi Nguyen
specficially: - users self - users list - users create - users change-password - permissions revoke - permissions list - permissions grant - accounts transactions - accounts task-status - accounts task-schedule - accounts task-delete - accounts submit-payment - accounts show-payment - accounts show - accounts prepare-payment - accounts list-tasks - accounts list-payments - accounts fetch-transactions - accounts delete-payment - connections download-bank-accounts - connections delete-connection - connections connect - facades new-taler-wire-gateway-facade - facades new-anastasis-facade - facades list
2022-02-03add missing blurb for ‘sandbox ebicssubscriber list’; separate examplesThien-Thi Nguyen
2022-02-03add ^^^ headings for sub-sub-commandsThien-Thi Nguyen
2022-02-03fix typo: s/ebichost/ebicshost/Thien-Thi Nguyen
2022-02-02fix typo: s/subject/message/ in payto query parameterThien-Thi Nguyen
2022-02-02document ‘libeufin-cli sandbox demobank’ commandsThien-Thi Nguyen
specifically: - sandbox demobank register - sandbox demobank info - sandbox demobank new-ebicssubscriber - sandbox demobank new-transaction There are two FIXMEs in the new-transaction example.
2022-01-31document several ‘libeufin-cli sandbox’ commandsThien-Thi Nguyen
specifically: - sandbox - sandbox check - sandbox ebichost - sandbox ebichost create - sandbox ebichost list - sandbox ebicssubscriber - sandbox ebicssubscriber create - sandbox ebicssubscriber list - sandbox ebicsbankaccount - sandbox ebicsbankaccount create - sandbox bankaccount - sandbox bankaccount list - sandbox bankaccount generate-transactions - sandbox bankaccount simulate-incoming-transaction - sandbox bankaccount transactions
2022-01-31payto format at Sandboxms
2022-01-31payto format at Sandboxms
2022-01-31payto format at Sandboxms
2022-01-27new WIP manpage: libeufin-cli(1)Thien-Thi Nguyen
* manpages/libeufin-cli.1.rst: New.
2022-01-26New manpage: libeufin-nexus(1)Thien-Thi Nguyen
* manpages/libeufin-nexus.1.rst: New file. * conf.py (man_pages): Add entry for libeufin-nexus. This partially addresses: <https://bugs.gnunet.org/view.php?id=7147>
2022-01-26add output of ‘libeufin-cli sandbox bankaccount transactions testacct01’ ↵Thien-Thi Nguyen
to code-block
2022-01-26add note: "person name" discarded; "Bank account owner's name" used insteadThien-Thi Nguyen
2022-01-25move subcommands down one levelThien-Thi Nguyen
2022-01-25remove FIXME based on feedback from MSThien-Thi Nguyen
2022-01-25update ‘default-exchange’ description based on feedback from MSThien-Thi Nguyen
2022-01-24add ‘026-refund-fees’ to design-documents indexThien-Thi Nguyen
2022-01-24New manpage: libeufin-sandbox(1)Thien-Thi Nguyen
* conf.py (man_pages): Add entry for libeufin-sandbox. This partially addresses: <https://bugs.gnunet.org/view.php?id=7147>
2022-01-24add FIXME for ‘make-transaction’ and ‘camt053tick’Thien-Thi Nguyen
2022-01-24write ‘camt053tick’ description, including exampleThien-Thi Nguyen
2022-01-24fix typo: s/that/for/Thien-Thi Nguyen
2022-01-24write ‘make-transaction’ descriptionThien-Thi Nguyen
(no example this time, since it's "legacy".)
2022-01-24replace question to MS w/ blurb on Control-CThien-Thi Nguyen
2022-01-24replace FIXME w/ libeufin-cliThien-Thi Nguyen
2022-01-24mention direct-access operation modeThien-Thi Nguyen
2022-01-24document automagic ‘default’ demobank creation for ↵Thien-Thi Nguyen
‘make-transaction’ and ‘serve’
2022-01-24write ‘default-exchange’ description, including exampleThien-Thi Nguyen
2022-01-24write ‘config’ description, including exampleThien-Thi Nguyen
2022-01-24reorder command ‘config’ before ‘default-exchange’Thien-Thi Nguyen
It seems that ‘config’ is needed to define a demobank. After it's defined, then ‘default-exchange’ can set that demobank's exchange.
2022-01-21Adjustments to extensionsÖzgür Kesim
- 006: Extensions object now contains opaque ``config`` - Example for Taler-configuration with extension added - 024: age_restriction updated according to changes in 006
2022-01-21remove ‘--currency’ option from ‘sandbox ebicsbankaccount create’ ↵Thien-Thi Nguyen
command in example (It's not a valid option. Perhaps that option used to be valid?)