Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-22 | Fix Makefiles. | Marcello Stanisci | |
2018-09-05 | fix "twisted" test-suites. | Marcello Stanisci | |
2018-08-16 | fix all (?) wrong -l flags | Florian Dold | |
2018-08-16 | fix more wrong -l flags | Florian Dold | |
2018-08-16 | fix some wrong -l flags | Florian Dold | |
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-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 | bank-lib twisted tests scaffold done. | Marcello Stanisci | |
2018-03-17 | bank-lib's twisted tests scaffold | Marcello Stanisci | |
2018-02-26 | Bank-lib tests, using the new (libraries-based) style. | Marcello Stanisci | |
2017-12-14 | implement taler-bank-transfer, fixes #5195 | Christian Grothoff | |
2017-12-06 | largely fix #5077 | Christian Grothoff | |
2017-10-18 | missing conf from 'make dist' | Marcello Stanisci | |
2017-06-06 | bump versions for releasev0.3.0 | Christian Grothoff | |
2017-05-16 | take the history array from "data" field returned by the bank | Marcello Stanisci | |
2017-05-10 | initial fixes to test exchange/bank interfacing | Marcello Stanisci | |
2017-05-07 | implement fakebank support (incl. tests) for #5005/#4964/4959 | Christian Grothoff | |
2017-05-04 | adding support for transaction history to wire plugin API (#4959) | Christian Grothoff | |
2017-05-04 | switch bank api to new authentication method API | Christian Grothoff | |
2016-06-15 | check refresh amounts add up correctly, fix linker issue | Christian Grothoff | |
2016-06-08 | turn libfakebank into libtalerfakebank so we can use it for testcases in the ↵ | Christian Grothoff | |
merchant | |||
2016-05-04 | fixes for disting | Christian Grothoff | |
2016-05-02 | adding bank-lib test against fakebank (currently fails) -- towards ↵ | Christian Grothoff | |
addressing #4437 | |||
2016-05-02 | separate interpreter from the rest of the test logic | Christian Grothoff | |
2016-04-17 | move fake bank implementation to new library to re-use the code in upcoming ↵ | Christian Grothoff | |
testcases in preparation of fixing #4399 | |||
2016-04-17 | replace bank_api_context with libgnunetcurl | Christian Grothoff | |
2016-03-23 | switch to wid to comply with spec | Christian Grothoff | |
2016-03-19 | first refactoring of JSON logic to address #4150 and #4237 | Christian Grothoff | |
2016-01-29 | fix testcase | Christian Grothoff | |
2016-01-27 | fix syntax issues in Makefile.am | Christian Grothoff | |
2016-01-25 | adding first version of thebank-lib | Christian Grothoff | |