summaryrefslogtreecommitdiff
path: root/src/bank-lib/Makefile.am
AgeCommit message (Collapse)Author
2020-01-16make lib(c|gn)url mandatory, cleaner makefilesFlorian Dold
2020-01-13eliminate libtalerwireChristian Grothoff
2020-01-12reorganization of file structureChristian Grothoff
2020-01-12fix ftbfsChristian Grothoff
2020-01-12add separate transfer and admin/add/incoming commandsChristian Grothoff
2020-01-11major refactoring, eliminating wire-plugins and moving towards new bank API. ↵Christian Grothoff
main code compiles, testcases known to fail, code sure not to fully work yet
2019-12-24add missing configuration files to dist, eliminate warning on CONFLICT ↵Christian Grothoff
status code in test
2019-12-20misc release preparations: mostly fixing 'make dist' targetChristian Grothoff
2019-12-14new is the new old: remove _new from testsChristian Grothoff
2019-12-14remove obsolete old tests (#5758)Christian Grothoff
2019-10-26turn teah_common.c into libtalercurl, fixes many ugly issues in build systemChristian Grothoff
2019-10-23alphabetical, pleaseChristian Grothoff
2019-09-11rename testMarcello Stanisci
2019-09-11purge old _new bank-lib testMarcello Stanisci
2019-09-11Unify "twisted" tests.Marcello Stanisci
2019-09-09fix makefileMarcello Stanisci
2019-09-09one source two binaries for testing.Marcello Stanisci
2019-05-12hack in bank-lib compressionFlorian Dold
2019-04-19Install taler-bank-transfer again. Needed by reserve topper.Marcello Stanisci
2019-04-11fix build troubleChristian Grothoff
2019-04-08Put /history[-range] logic in a dedicate file.Marcello Stanisci
2019-03-21Makefile.Marcello Stanisci
Do not install, but get to compile the utility command 'taler-fakebank-run'.
2019-03-18Do not run unneeded test.Marcello Stanisci
2019-03-13Fakebank debugging.Marcello Stanisci
Adding a CLI launcher for the bare fakebank service.
2019-01-22Fix Makefiles.Marcello Stanisci
2018-09-05fix "twisted" test-suites.Marcello Stanisci
2018-08-16fix all (?) wrong -l flagsFlorian Dold
2018-08-16fix more wrong -l flagsFlorian Dold
2018-08-16fix some wrong -l flagsFlorian Dold
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-03-17fix makefile conditional.Marcello Stanisci
2018-03-17adding "with_fakebank_twisted" tests.Marcello Stanisci
2018-03-17add fakebank-version of twisted tests.Marcello Stanisci
2018-03-17bank-lib twisted tests scaffold done.Marcello Stanisci
2018-03-17bank-lib's twisted tests scaffoldMarcello Stanisci
2018-02-26Bank-lib tests, using the new (libraries-based) style.Marcello Stanisci
2017-12-14implement taler-bank-transfer, fixes #5195Christian Grothoff
2017-12-06largely fix #5077Christian Grothoff
2017-10-18missing conf from 'make dist'Marcello Stanisci
2017-06-06bump versions for releasev0.3.0Christian Grothoff
2017-05-16take the history array from "data" field returned by the bankMarcello 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-04adding support for transaction history to wire plugin API (#4959)Christian Grothoff
2017-05-04switch bank api to new authentication method APIChristian Grothoff
2016-06-15check refresh amounts add up correctly, fix linker issueChristian Grothoff
2016-06-08turn libfakebank into libtalerfakebank so we can use it for testcases in the ↵Christian Grothoff
merchant
2016-05-04fixes for distingChristian 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