summaryrefslogtreecommitdiff
path: root/src/exchangedb/Makefile.am
AgeCommit message (Collapse)Author
2021-01-10finish irbt_callbacksChristian Grothoff
2021-01-10skeleton for postgres_insert_records_by_tableChristian Grothoff
2021-01-08change exchange database to use denominations_serial instead of ↵Christian Grothoff
denom_pub_hash as foreign key
2020-12-31add missing linker options, bonus funChristian Grothoff
2020-12-31add missing linker options, bonus funChristian Grothoff
2020-12-31add missing linker optionsChristian Grothoff
2020-12-16load fees from DB instead of from config, also in wire toolsChristian Grothoff
2020-11-14more work on crypto RSA helperChristian Grothoff
2020-11-12add -lgcov flag for coverage analysisChristian Grothoff
2020-03-12split reserve closing from main aggregation logicChristian Grothoff
2020-02-24renameChristian Grothoff
2020-02-09rename SQL files to make filenames consistent with versioning nameChristian Grothoff
2020-01-17also cover drop/restart cases with psql logicChristian Grothoff
2020-01-17fix build systemChristian Grothoff
2020-01-17more work towards DB versioningChristian Grothoff
2020-01-17SQL logic towards DB versioningChristian Grothoff
2020-01-16move function to libtalerexchangedb, as plannedChristian Grothoff
2019-09-15remove unused, unclean perf logic (we should measure using the logic in the ↵Christian Grothoff
src/benchmark/ directory anyway)
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.
2017-10-18releasing v0.4.0v0.4.0Christian Grothoff
2017-03-03implement #4929: add wire transfer fee to /wire (but not yet charged by ↵Christian Grothoff
aggregator)
2016-05-06adding test for auditors APIChristian Grothoff
2016-05-06refactoring exchangedb tests to improve coverageChristian Grothoff
2016-05-02removing broken and redundant testcaseChristian Grothoff
2016-05-02fixing #4470Christian Grothoff
2016-04-25fix #4438Christian Grothoff
2016-04-10fixing #4386: use more sane configuration and data file structureChristian Grothoff
2016-04-09fix make dist rulesChristian Grothoff
2016-04-07for #4374Christian Grothoff
2016-04-07Merge branch 'master' of git+ssh://taler.net/var/git/exchangeChristian Grothoff
2016-04-07install data and plugins in taler-exchange, not talerChristian Grothoff
2016-04-06fix iterate_matching_deposits(), LIMIT does not work with variables in ↵Christian Grothoff
Postgres (#4360)
2016-04-01set environment variable to ensure plugins are found during testsChristian Grothoff
2016-03-01renaming mint->exchangeChristian Grothoff