summaryrefslogtreecommitdiff
path: root/src/bank-lib
AgeCommit message (Expand)Author
2018-01-30use url instead of uri consistentlyFlorian Dold
2018-01-16fix fakebank memory leakChristian Grothoff
2017-12-22redefining/adding bank error codesMarcello Stanisci
2017-12-14store password in the right variableMarcello Stanisci
2017-12-14implement taler-bank-transfer, fixes #5195Christian Grothoff
2017-12-14nicer error reportingChristian Grothoff
2017-12-13logging the /reject requester in tests as the deposit _credit_ accountMarcello Stanisci
2017-12-13respect /reject API: credit_account -> account_numberMarcello Stanisci
2017-12-13re-enable bank /reject testing now that bank implements it (closes #5200)Christian Grothoff
2017-12-12use dual stack for fakebankChristian Grothoff
2017-12-10better diagnostics from fakebankChristian Grothoff
2017-12-10add testcase for #5077 (passes), start to reduce use of exchange's admin/add/...Christian Grothoff
2017-12-09switch auth based on account number in testChristian Grothoff
2017-12-09swap account numbers so reject can work with authChristian Grothoff
2017-12-08set error code correctly, removes compiler warningFlorian Dold
2017-12-08use row_id instead of serial_id everywhereFlorian Dold
2017-12-08bank uses row_id instead of serial_id nowFlorian Dold
2017-12-08comment out bank test cases until implemented in bankFlorian Dold
2017-12-06largely fix #5077Christian Grothoff
2017-10-18missing conf from 'make dist'Marcello Stanisci
2017-06-15fix compiler warning due to possibly unknown switch enum values being handled...Christian Grothoff
2017-06-11automated refunds of expired reserves now work and tested, fixes #4956Christian Grothoff
2017-06-11tolerate empty transaction list when returning historyChristian Grothoff
2017-06-11fix doxygenChristian Grothoff
2017-06-11modify fakebank API to allow arbitrary subjects, not just well-fromed WTIDsChristian Grothoff
2017-06-06bump versions for releasev0.3.0Christian Grothoff
2017-06-04fix memory leaks (#5050)Christian Grothoff
2017-06-04fixing misc doxygen issuesChristian Grothoff
2017-05-24bank flush db command also needed -c optionMarcello Stanisci
2017-05-17bank-lib testcase passes config file to the bankMarcello Stanisci
2017-05-17remove mention of 'talercheck'Marcello Stanisci
2017-05-17bank-lib looks first into env to get checkdb's nameMarcello Stanisci
2017-05-16nicer error reportingChristian Grothoff
2017-05-16use and purge alternate db when testing against python bankMarcello Stanisci
2017-05-16start_row is actually start in the spec, fix namingChristian Grothoff
2017-05-16handle base32-wire transfer subject being followed by space+exchange base url...Christian Grothoff
2017-05-16fix port numbers, no longer 8081 but on 8080; and box json array /history res...Christian Grothoff
2017-05-16take the history array from "data" field returned by the bankMarcello Stanisci
2017-05-11even more detailed /history error reportingChristian Grothoff
2017-05-10revert field name in bank-libMarcello Stanisci
2017-05-10improve history error reporting by testChristian Grothoff
2017-05-10removing use of bank's admin interface from bank-lib testcasesMarcello Stanisci
2017-05-10uncommenting the first failing bank-lib interpreter commandMarcello Stanisci
2017-05-10fix field nameMarcello Stanisci
2017-05-10uncommenting /admin/add/incoming interpreter commandMarcello Stanisci
2017-05-10initial fixes to test exchange/bank interfacingMarcello Stanisci
2017-05-10revert last changeMarcello Stanisci
2017-05-10serial_id -> row_id in returned jsonMarcello Stanisci
2017-05-09fix missing auth header for /admin/add/incomingChristian Grothoff
2017-05-09fix possible NULL deref, simplify logicChristian Grothoff