Age | Commit message (Expand) | Author |
2017-04-19 | implement plugin function for auditor to check reserve closures | Christian Grothoff |
2017-04-19 | implementing database functions towards addressing #4956 | Christian Grothoff |
2017-04-18 | fixing #4980 | Christian Grothoff |
2017-04-16 | fix #4984 | Christian Grothoff |
2017-04-09 | improve test case coverage for exchangedb | Christian Grothoff |
2017-04-08 | implement checking of denomination revocation status in auditor | Christian Grothoff |
2017-04-08 | extend exchangedb API to allow storing DK revocation information | 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-04-03 | implement #3887-handling in exchange-lib | Christian Grothoff |
2017-04-03 | implement rest of exchange logic for #3887 (return payback information in res... | Christian Grothoff |
2017-04-02 | implement tests for extended DB API | Christian Grothoff |
2017-04-02 | implement returning /paybacks as part of reserve history (#3887) | Christian Grothoff |
2017-04-02 | implementing insertion of payback information in postgres plugin (part of #3887) | Christian Grothoff |
2017-04-01 | implement DB plugin function to obtain reserve information, migrate logic to ... | Christian Grothoff |
2017-03-19 | minor auditor bugfixes | Christian Grothoff |
2017-03-19 | add exchangedb API (but no implementation/tests) for /payback handling | Christian Grothoff |
2017-03-19 | simplify analysis by returning denom_pub with rest of coin transaction data i... | Christian Grothoff |
2017-03-19 | revise exchangedb structure eliminating duplicated wire transfer date from ag... | Christian Grothoff |
2017-03-18 | more work on auditor | Christian Grothoff |
2017-03-18 | add wire_out tracking to exchangedb, including deferred constraint, and to ag... | Christian Grothoff |
2017-03-18 | adjust exchangedb plugin to provide wire_out tracking API | Christian Grothoff |
2017-03-17 | implement more audit checks for refunds | Christian Grothoff |
2017-03-17 | verify deposit signature during audit | Christian Grothoff |
2017-03-15 | more work on auditor, towards coin/denomination key checks | Christian Grothoff |
2017-03-05 | fix use of uninit value | Christian Grothoff |
2017-03-04 | implementing #4929 | Christian Grothoff |
2017-02-07 | remove transaction_id, only one payment per proposal allowed | Florian Dold |
2017-02-06 | contract terminology renaming (#4877) | Florian Dold |
2016-11-17 | add idempotency checks for /refresh/reveal, fixing #4793 | Christian Grothoff |
2016-11-17 | change rowid type to uint64_t everywhere; start with reserve-analysis in auditor | Christian Grothoff |
2016-10-09 | expanding exchange DB API to meet auditor requirements (not implemented, just... | Christian Grothoff |
2016-10-08 | more work on auditordb plugin API | Christian Grothoff |
2016-09-26 | implement that /track/transaction returns execution time (#4578) | Christian Grothoff |
2016-08-11 | updating DB schema to profit from new KDF-based refresh variant | Christian Grothoff |
2016-08-05 | first half of changing refresh protocol to derive all key data from DH | Christian Grothoff |
2016-07-07 | fixing #4594 | Marcello Stanisci |
2016-06-09 | rename /deposit/wtid and /wire/deposits to /track/{transaction,transfer} for ... | Christian Grothoff |
2016-05-31 | implement GC logic (#3485) | Christian Grothoff |
2016-05-31 | adding a few more uniqueness constraints to DB | Christian Grothoff |
2016-05-27 | making DB scheme nice | Christian Grothoff |
2016-05-26 | fix #4533 for exchange (breaks interaction with bank for /admin/add/incoming) | Christian Grothoff |
2016-05-24 | fix #4483 | Christian Grothoff |
2016-05-20 | fix init before use in new refund logic | Christian Grothoff |
2016-05-19 | export function to free commit coin data | Christian Grothoff |
2016-05-18 | fix table dropping logic to ensure testcases run in fresh environment | Christian Grothoff |
2016-05-16 | fixing #3814 by removing ability to melt multiple oldcoins at the same time | Christian Grothoff |
2016-05-06 | more work on test, noting what is left to do | Christian Grothoff |
2016-05-05 | working on #3641: more on /refund implementation | Christian Grothoff |
2016-05-03 | enable multiple wire methods to be used with aggregator, add command to run a... | Christian Grothoff |