Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2017-03-20 | fix auditor progress point issue | Christian Grothoff | |
2017-03-20 | fixing misc auditor issues | Christian Grothoff | |
2017-03-19 | alpha-renaming to better describe what functions/tables do | Christian Grothoff | |
2017-03-18 | finish sync_denomination() implementation | Christian Grothoff | |
2017-03-18 | deal with some minor FIXMEs in auditor | Christian Grothoff | |
2017-03-18 | add required separate risk balance per denomination to auditordb | Christian Grothoff | |
2017-03-18 | simplify auditordb API to match actual requirements better | Christian Grothoff | |
2017-03-17 | fix FTBFS of test | Christian Grothoff | |
2017-03-17 | more work on coin/denomination audit | Christian Grothoff | |
2017-03-15 | skeleton logic for analyze_coins() | Christian Grothoff | |
2017-03-15 | add required rowid for diagnostics | Christian Grothoff | |
2017-03-15 | introduce 'struct TALER_AUDITORDB_ProgressPoint' | Christian Grothoff | |
2017-03-14 | more work on auditor, listing open TODOs | Christian Grothoff | |