Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-23 | address double-slash situation. | Marcello Stanisci | |
2018-04-15 | merging Florian's changes with my wire changes | Christian Grothoff | |
2018-04-06 | fix comment | Florian Dold | |
2018-04-04 | fix compiler warnings | Florian Dold | |
2018-04-02 | fix post-merge FTBFS | 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. | |||
2018-03-26 | still on gentle twister termination. | Marcello Stanisci | |
2018-03-22 | gently terminating the twister. | Marcello Stanisci | |
2018-03-17 | fix makefile conditional. | Marcello Stanisci | |
2018-03-17 | adding "with_fakebank_twisted" tests. | Marcello Stanisci | |
2018-03-17 | add fakebank-version of twisted tests. | Marcello Stanisci | |
2018-03-17 | mini testing of twister. | Marcello Stanisci | |
Make one bank-lib test command pass through the twister. | |||
2018-03-17 | fix return code. | Marcello Stanisci | |
2018-03-17 | bank-lib twisted tests scaffold done. | Marcello Stanisci | |
2018-03-17 | bank-lib's twisted tests scaffold | Marcello Stanisci | |
2018-03-12 | fix compiler warnings related to use of %llu on uint64_t | Christian Grothoff | |
2018-02-28 | indent | Marcello Stanisci | |
2018-02-27 | fix reject test command. | Marcello Stanisci | |
2018-02-27 | fix log component name | Marcello Stanisci | |
2018-02-27 | fix use of extern keyword. | Marcello Stanisci | |
2018-02-27 | setting label for reject testing command. | Marcello Stanisci | |
2018-02-26 | Bank-lib tests, using the new (libraries-based) style. | Marcello Stanisci | |
2018-01-30 | use url instead of uri consistently | Florian Dold | |
2018-01-16 | fix fakebank memory leak | Christian Grothoff | |
2017-12-22 | redefining/adding bank error codes | Marcello Stanisci | |
2017-12-14 | store password in the right variable | Marcello Stanisci | |
2017-12-14 | implement taler-bank-transfer, fixes #5195 | Christian Grothoff | |
2017-12-14 | nicer error reporting | Christian Grothoff | |
2017-12-13 | logging the /reject requester in tests as the deposit _credit_ account | Marcello Stanisci | |
2017-12-13 | respect /reject API: credit_account -> account_number | Marcello Stanisci | |
2017-12-13 | re-enable bank /reject testing now that bank implements it (closes #5200) | Christian Grothoff | |
2017-12-12 | use dual stack for fakebank | Christian Grothoff | |
2017-12-10 | better diagnostics from fakebank | Christian Grothoff | |
2017-12-10 | add testcase for #5077 (passes), start to reduce use of exchange's ↵ | Christian Grothoff | |
admin/add/incoming (#5172, more to come) | |||
2017-12-09 | switch auth based on account number in test | Christian Grothoff | |
2017-12-09 | swap account numbers so reject can work with auth | Christian Grothoff | |
2017-12-08 | set error code correctly, removes compiler warning | Florian Dold | |
2017-12-08 | use row_id instead of serial_id everywhere | Florian Dold | |
2017-12-08 | bank uses row_id instead of serial_id now | Florian Dold | |
2017-12-08 | comment out bank test cases until implemented in bank | Florian Dold | |
2017-12-06 | largely fix #5077 | Christian Grothoff | |
2017-10-18 | missing conf from 'make dist' | Marcello Stanisci | |
2017-06-15 | fix compiler warning due to possibly unknown switch enum values being ↵ | Christian Grothoff | |
handled poorly | |||
2017-06-11 | automated refunds of expired reserves now work and tested, fixes #4956 | Christian Grothoff | |
2017-06-11 | tolerate empty transaction list when returning history | Christian Grothoff | |
2017-06-11 | fix doxygen | Christian Grothoff | |
2017-06-11 | modify fakebank API to allow arbitrary subjects, not just well-fromed WTIDs | Christian Grothoff | |
2017-06-06 | bump versions for releasev0.3.0 | Christian Grothoff | |
2017-06-04 | fix memory leaks (#5050) | Christian Grothoff | |
2017-06-04 | fixing misc doxygen issues | Christian Grothoff | |