summaryrefslogtreecommitdiff
path: root/src/bank-lib/Makefile.am
AgeCommit message (Collapse)Author
2024-04-08-fix misc package build issuesChristian Grothoff
2024-02-05implement relevant parts of core bank API v4 in fakebankChristian Grothoff
2023-09-23update fakebank to match latest core bank API with 3 /withdrawals endpoints ↵Christian Grothoff
moved top-level
2023-09-21major refactor of fakebank implementationChristian Grothoff
2021-08-12support long_poll_ms argument in bank API (#6987)Christian Grothoff
2021-08-07-fix fakebank/tewgc logic and add test caseChristian Grothoff
2021-08-03rename: taler-wire-gateway-client to taler-exchange-wire-gateway-clientChristian Grothoff
2021-06-19make libfakebank scaleChristian Grothoff
2021-06-19extend fakebank API to have thread pool optionChristian Grothoff
2020-12-31add missing linker optionsChristian Grothoff
2020-07-29rename toolMS
2020-07-05fix #6408: make sure all timestamps are always rounded when they arrive over ↵Christian Grothoff
JSON, or 400 the requester; similarly don't tolerate anything else as client
2020-03-15move common logic to parse currency into libtalerutilChristian Grothoff
2020-03-03remove /config from API, as that is not part of the wire gateway specificationChristian Grothoff
2020-02-04implement /config in fakebank and taler_bank_lib.h (#6066)Christian Grothoff
2020-01-17DCE, part oneFlorian Dold
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