Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-02 | misc. auditor bugfixes | Christian Grothoff | |
2019-08-26 | minor auditor report generation bugfixes: | Christian Grothoff | |
2019-08-25 | re-format code | Florian Dold | |
2019-08-24 | refactor wire auditor to properly handle multiple accounts | Christian Grothoff | |
2019-08-22 | update ignores | Christian Grothoff | |
2019-08-17 | update ChangeLog | Christian Grothoff | |
2019-08-17 | remove currency field from databases | Christian Grothoff | |
2019-07-25 | update auditordb to include payback losses | Christian Grothoff | |
2019-07-24 | add ppc progress points for payback ops | Christian Grothoff | |
2019-06-30 | use proper default configuration | Christian Grothoff | |
2019-04-08 | Refactor test_auditordb.c for GNUNET_memcmp | ng0 | |
2019-02-14 | fix ftbfs | Christian Grothoff | |
2019-02-14 | add option to be selective about dropping the exchange list | Christian Grothoff | |
2019-01-30 | fix auditordb | Marcello Stanisci | |
2019-01-28 | Minor fix auditordb. | Marcello Stanisci | |
2018-11-19 | Minor changes to make tests pass/no-skip again. | Marcello Stanisci | |
2018-11-18 | do not crash if session is NULL | Christian Grothoff | |
2018-11-04 | add auditing of deposit confirmations to auditor (#5447) | Christian Grothoff | |
2018-11-04 | add auditordb constraints to enforce exchange's master_pub is added first | Christian Grothoff | |
2018-11-04 | extend test to also test insert/delete exchange operation | Christian Grothoff | |
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-10-28 | track number of coins issued per denomination in auditor (not yet used) | Christian Grothoff | |
2018-10-28 | extend auditordb with storing information about list of exchanges and their ↵ | Christian Grothoff | |
signing keys | |||
2018-10-27 | split up progress points of auditor by coin/reserve/aggregation to minimize ↵ | Christian Grothoff | |
DB conflicts | |||
2018-10-22 | Fix auditordb. | Marcello Stanisci | |
Wrong columns names. | |||
2018-10-21 | auditor: fix SQL syntax and semantic errors | Florian Dold | |
2018-10-20 | fix newlines | Christian Grothoff | |
2018-10-20 | extend auditordb API with function to store deposit confirmations | 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. | |||
2017-11-30 | patch to address #5183: always round time before giving it to DB, tolerate ↵ | Christian Grothoff | |
DB answering without rounded time | |||
2017-11-19 | add last_timestamp to wire auditor progress point; fix confusion in ↵ | Christian Grothoff | |
param/result specs between 'auto' and 'absolute time' | |||
2017-11-08 | fix minor wire auditor bugs, add samples of output | Christian Grothoff | |
2017-10-17 | assertion only holds if we did get results | Christian Grothoff | |
2017-10-16 | adding missing table in the drop method | Marcello Stanisci | |
2017-10-12 | complete first pass of taler-wre-auditor's wire-out audit logic | Christian Grothoff | |
2017-10-06 | BLOB is BYTEA in Postgres | Christian Grothoff | |
2017-09-30 | also store wire position in auditordb | Christian Grothoff | |
2017-09-30 | update auditordb API to support logic for taler-wire-auditor | Christian Grothoff | |
2017-07-14 | add UNIQUE constraint on BIGSERIAL columns as that is not automatic in Postgres | Christian Grothoff | |
2017-07-14 | clean up PQ tables (renamings, remove redunant column), and primarily fix #4751 | Christian Grothoff | |
2017-07-04 | fix #4955 in auditordb, clean up fix in exchangedb | Christian Grothoff | |
2017-07-04 | eliminate dead macros | Christian Grothoff | |
2017-06-24 | migrating auditordb to new API to address #5010 | Christian Grothoff | |
2017-06-15 | work on #5010 | Christian Grothoff | |
2017-05-22 | fix segv in test if DB interaction failed hard | Christian Grothoff | |
2017-04-09 | remove test code coverage for auditordb | Christian Grothoff | |
2017-04-04 | towards supporting #3887 in the auditor | Christian Grothoff | |
2017-04-04 | handle /payback in auditor when checking reserves | Christian Grothoff | |
2017-03-20 | fix log level of auditor, elimintate REFERENCES constraint for now, unclear ↵ | Christian Grothoff | |
if it is needed/useful | |||
2017-03-20 | deal with persisting wire/aggregation fee data in auditor | Christian Grothoff | |