summaryrefslogtreecommitdiff
path: root/src/bank-lib/test_bank_interpreter.c
AgeCommit message (Collapse)Author
2019-12-14remove obsolete old tests (#5758)Christian Grothoff
2019-10-31tighten formatting rulesChristian Grothoff
2019-08-25re-format codeFlorian Dold
2019-04-22use uint64_t for serial_idChristian Grothoff
2019-04-12Still on making the compiler happy.Marcello Stanisci
2019-04-08/history-range.Marcello Stanisci
Implementing the "lib" and "testing-lib" functions to use it.
2019-03-21Adapt "/history" tests to the new policy of 'start' defaults.Marcello Stanisci
2018-12-14/history API semantics extended.Marcello Stanisci
That API has now a new 'ordering' flag that lets the client choose what ordering the results should have: ascending or descending. In particular, this change adapted the fakebank and tests logic to such introduction.
2018-06-12From payto:// to base url.Marcello Stanisci
The conversion prepends http// or https:// depending on the port given beside the hostname. If port is 433, then prepends https://, otherwise prepends http://. For now, the conversion was only necessary at the /history bank lib.
2018-04-02Changing 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.
2018-01-30use url instead of uri consistentlyFlorian Dold
2017-12-13logging the /reject requester in tests as the deposit _credit_ accountMarcello Stanisci
2017-12-10add testcase for #5077 (passes), start to reduce use of exchange's ↵Christian Grothoff
admin/add/incoming (#5172, more to come)
2017-12-09switch auth based on account number in testChristian Grothoff
2017-12-08use row_id instead of serial_id everywhereFlorian Dold
2017-12-06largely fix #5077Christian Grothoff
2017-06-11modify fakebank API to allow arbitrary subjects, not just well-fromed WTIDsChristian Grothoff
2017-05-16nicer error reportingChristian Grothoff
2017-05-16handle base32-wire transfer subject being followed by space+exchange base ↵Christian Grothoff
url in wire plugin and fakebank
2017-05-16fix port numbers, no longer 8081 but on 8080; and box json array /history ↵Christian Grothoff
response in {data} as required by API
2017-05-11even more detailed /history error reportingChristian Grothoff
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-10initial fixes to test exchange/bank interfacingMarcello Stanisci
2017-05-07implement fakebank support (incl. tests) for #5005/#4964/4959Christian Grothoff
2017-05-04add link to bugChristian Grothoff
2017-05-04start to add /history testing support to tests, fix some minor issuesChristian Grothoff
2017-05-04switch bank api to new authentication method APIChristian Grothoff
2017-05-04implement #4993Christian Grothoff
2017-03-02implementing #4921: add base URL to wire transfersChristian Grothoff
2016-07-07fixing #4594Marcello Stanisci
2016-06-08turn libfakebank into libtalerfakebank so we can use it for testcases in the ↵Christian Grothoff
merchant
2016-05-04be more careful with terminologyChristian Grothoff
2016-05-03finish tests for #4437Christian Grothoff
2016-05-02fix testcaseChristian Grothoff
2016-05-02adding bank-lib test against fakebank (currently fails) -- towards ↵Christian Grothoff
addressing #4437
2016-05-02separate interpreter from the rest of the test logicChristian Grothoff