Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-02 | adapt to GNUnet API change | Christian Grothoff | |
2019-05-02 | replace denom_pub with denom_pub_hash in exchange API to reduce bandwidth | Christian Grothoff | |
2019-04-08 | Refactor auditor/taler-wire-auditor.c for GNUNET_memcmp | ng0 | |
2019-04-08 | Refactor auditor/taler-auditor.c for GNUNET_memcmp | ng0 | |
2019-03-27 | debug | Marcello Stanisci | |
2019-03-11 | improve test case logging, fix process initialization of taler-auditor-exchange | Christian Grothoff | |
2019-03-02 | actually disable 100 continue | Christian Grothoff | |
2019-02-14 | add option to be selective about dropping the exchange list | Christian Grothoff | |
2019-01-30 | Adding map: wire method name <--> plugin name. | Marcello Stanisci | |
2019-01-29 | fix DB | Marcello Stanisci | |
2019-01-28 | Fix /deposit-confirmation as per JSON encode/decode. | Marcello Stanisci | |
2019-01-08 | fix #5484 | Christian Grothoff | |
2018-12-22 | fix numbering of EC codes, distinguish auditor DB store errors | Christian Grothoff | |
2018-11-25 | fix misc. memory leaks | Christian Grothoff | |
2018-11-18 | get auditor api test to pass (minimal version) | Christian Grothoff | |
2018-11-04 | add auditing of deposit confirmations to auditor (#5447) | Christian Grothoff | |
2018-11-04 | add check for #coins depoisted exceeding #coins issued (not just by amount), ↵ | Christian Grothoff | |
fixes #5446 | |||
2018-11-04 | add missing default configs for auditor-httpd, make -u not mandatory as it ↵ | Christian Grothoff | |
is not needed for -r and check URL is well-formed if given; fix auditordb exchange insertion/removal logic | |||
2018-11-03 | implement taler-auditor-exchange | Christian Grothoff | |
2018-10-28 | implement /exchanges handler in auditor-httpd | Christian Grothoff | |
2018-10-28 | track number of coins issued per denomination in auditor (not yet used) | Christian Grothoff | |
2018-10-27 | split up progress points of auditor by coin/reserve/aggregation to minimize ↵ | Christian Grothoff | |
DB conflicts | |||
2018-10-27 | complete auditor httpd side of deposit confirmation handling (auditordb not ↵ | Christian Grothoff | |
yet ready, though) | |||
2018-10-21 | first skeleton of /deposit-confirmation API implementation; not yet ↵ | Christian Grothoff | |
complete, cannot work as-is, see FIXMEs | |||
2018-10-06 | add skeleton for auditor httpd | Christian Grothoff | |
2018-10-06 | fix #5434 (no more salt in exchange wire replies) | Christian Grothoff | |
2018-08-19 | re-init logging so we can tell by PID who it is | Christian Grothoff | |
2018-04-23 | auditor tool to reset db tables. | Marcello Stanisci | |
2018-04-02 | allow auditor to operate per-account | Christian Grothoff | |
2018-04-02 | Changing configuration structure to enable multiple accounts. | Christian Grothoff | |
This change enables using multiple wire plugins at the same time. Also, we now distinguish between the wire plugin (i.e. EBICS or taler_bank) and the wire method (i.e. SEPA or x-taler-bank) that the wire plugin is implementing. The "taler-bank" wire method was renamed from "test" to "x-taler-bank". This also changes the format of the /wire response of the exchange, as we now need to return multiple accounts. Note that wire fees are specified per wire method, not per wire account. taler-exchange-keyup now automatically signs all of the /wire responses in the location specified by the configuration. Account identification in wire plugins was changed to use payto://-URLs instead of method-specific JSON fields. Signing and validation of /wire responses was moved from each wire plugin to a generic validation method in libtalerutil (crypto) or libtalerjson (for JSON-formatted inputs). Convenience methods were added to generate JSON for wire accounts (salting, signing). Various section and option names were adjusted to streamline the configuration and make it more consistent overall. Documentation was updated as well. | |||
2018-03-12 | fix #5281 for exchange: do preflight check that an old transaction is no ↵ | Christian Grothoff | |
longer running by accident | |||
2018-01-30 | better error message | Florian Dold | |
2018-01-04 | bugfixes in auditor and rendering | Christian Grothoff | |
2018-01-04 | nicer formatting, some DCE | Christian Grothoff | |
2018-01-04 | fix auditor to properly verify wire fee signatures and more gracefully ↵ | Christian Grothoff | |
handle arithmetic amount issue | |||
2017-12-10 | fix test for '*' accepted encoding | Christian Grothoff | |
2017-12-09 | fix potential NPE | Christian Grothoff | |
2017-12-09 | initialize rev_rowid always | Christian Grothoff | |
2017-12-06 | largely fix #5077 | Christian Grothoff | |
2017-11-29 | fixing #5178 | Christian Grothoff | |
2017-11-20 | do not break on issues we log to JSON | Christian Grothoff | |
2017-11-20 | fix issue in wire auditor's history processing | Christian Grothoff | |
2017-11-20 | implement #5177 (not yet tested) | Christian Grothoff | |
2017-11-19 | implementing #4961: detection of missing aggregate transfers | Christian Grothoff | |
2017-11-12 | update bug refs to #5177 | Christian Grothoff | |
2017-11-12 | work on #5077: reserve_pub vs. wtid issue, add reject functionality to wire ↵ | Christian Grothoff | |
plugin API (with stub implementations for now) | |||
2017-11-12 | make -m option optional for taler-auditor and taler-wire-auditor | Christian Grothoff | |
2017-11-08 | fix misc typos in auditor report logic | Christian Grothoff | |
2017-11-08 | fix minor wire auditor bugs, add samples of output | Christian Grothoff | |
2017-11-07 | more work on wire auditor and reporting (#4958) | Christian Grothoff | |