Age | Commit message (Expand) | Author |
2017-03-19 | minor auditor bugfixes | Christian Grothoff |
2017-03-19 | properly update 'last' to make sanity check effective | Christian Grothoff |
2017-03-19 | fix SQL error for pq 9.4 | Christian Grothoff |
2017-03-19 | reduce logging, improve compatibility with older postgres versions | 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 | verify deposit signature during audit | Christian Grothoff |
2017-03-15 | more work on auditor, towards coin/denomination key checks | Christian Grothoff |
2017-03-14 | fix logging of BEGIN error | Christian Grothoff |
2017-03-08 | fix #4851 | Christian Grothoff |
2017-03-05 | fix memory leaks in DB logic | Christian Grothoff |
2017-03-04 | write test for new wire fee APIs (#4931) | Christian Grothoff |
2017-03-04 | implementing #4932 | Christian Grothoff |
2017-03-04 | implementing #4929 | Christian Grothoff |
2017-03-03 | implement #4929: add wire transfer fee to /wire (but not yet charged by aggre... | Christian Grothoff |
2017-03-03 | changing wire plugin specification from [exchange]WIREFORMAT to [exchange-wir... | Christian Grothoff |
2017-02-07 | fix test cases (transaction_id related problems) | Florian Dold |
2017-02-07 | fix SQL | Florian Dold |
2017-02-07 | fix SQL | Florian Dold |
2017-02-07 | typo | Florian Dold |
2017-02-07 | fix SQL statement after removing transaction_id | Florian Dold |
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-21 | better logging when db connection fails | Florian Dold |
2016-11-18 | fixing another test failing due to amount 1e-8 change | Christian Grothoff |
2016-11-17 | add idempotency checks for /refresh/reveal, fixing #4793 | Christian Grothoff |
2016-11-17 | handle more nicely the case that concurrent withdraws have changed history, c... | Christian Grothoff |
2016-11-17 | select proper row of result set, not row 0 (in misc. database operations) | Christian Grothoff |
2016-11-17 | fix exchangedb auditor functions to return proper serial ids | Christian Grothoff |
2016-11-17 | change rowid type to uint64_t everywhere; start with reserve-analysis in auditor | Christian Grothoff |
2016-11-17 | add note on #4794 | Christian Grothoff |
2016-10-24 | NULL-terminate array | Christian Grothoff |
2016-10-20 | Finishing with #4709 | Marcello Stanisci |
2016-10-20 | Adding auditor-related db functions in testcase. Each cb is just a stub. | Marcello Stanisci |
2016-10-18 | @author | Marcello Stanisci |
2016-10-17 | closing #4709 | Marcello Stanisci |
2016-10-17 | defining all but one exchangedb-for-audit functions | Marcello Stanisci |
2016-10-17 | starting with #4709 | Marcello Stanisci |
2016-10-10 | check dbinit return value to not fail hard if DB not available | Christian Grothoff |
2016-10-09 | add skeletons for new DB API functions | Christian Grothoff |
2016-10-09 | expanding exchange DB API to meet auditor requirements (not implemented, just... | Christian Grothoff |
2016-10-06 | fix having multiple primary keys | Christian Grothoff |
2016-10-06 | first draft for an auditor table structure | Christian Grothoff |
2016-09-26 | return execution time also from exchange C API (#4578) | Christian Grothoff |
2016-09-26 | implement that /track/transaction returns execution time (#4578) | Christian Grothoff |
2016-09-23 | check return values, fix use of uninit memory on certain error handling paths | Christian Grothoff |
2016-09-20 | renaming local variable | Marcello Stanisci |