Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-19 | fix copyright headers as per CA | Christian Grothoff | |
2020-01-18 | payback -> recoup stranglers | Christian Grothoff | |
2020-01-16 | kill another FIXME | Christian Grothoff | |
2019-10-29 | fix compiler warnings | Christian Grothoff | |
2019-08-25 | re-format code | Florian Dold | |
2019-07-22 | include new payback-refresh possibilities in coin history generation | Christian Grothoff | |
2019-07-21 | extending postgres plugin with functions required to store payback data on ↵ | Christian Grothoff | |
refreshed coins for #5777 | |||
2019-05-02 | replace denom_pub with denom_pub_hash in exchange API to reduce bandwidth | Christian Grothoff | |
2018-11-25 | fix a few more leaks | 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. | |||
2017-11-29 | fixing #5178 | Christian Grothoff | |
2017-05-08 | remove dead transfer details field from reserves_in (API, exchangedb, etc.) | Christian Grothoff | |
2017-05-05 | updating DB schema for new wire history operations and future auditor checks ↵ | Christian Grothoff | |
of wire transfers | |||
2017-04-20 | finished implementing #4956 in principle, but not yet tested | Christian Grothoff | |
2017-04-20 | expand testcase to cover new DB API | Christian Grothoff | |
2017-04-04 | towards supporting #3887 in the auditor | Christian Grothoff | |
2017-04-02 | implement returning /paybacks as part of reserve history (#3887) | Christian Grothoff | |
2017-04-01 | implement DB plugin function to obtain reserve information, migrate logic to ↵ | Christian Grothoff | |
simplified API spec (#3887); use plugin API in /payback DB implementation | |||
2016-08-11 | updating DB schema to profit from new KDF-based refresh variant | Christian Grothoff | |
2016-07-07 | fixing #4594 | Marcello Stanisci | |
2016-06-11 | fixing more leaks | Christian Grothoff | |
2016-05-26 | fix #4533 for exchange (breaks interaction with bank for /admin/add/incoming) | Christian Grothoff | |
2016-05-24 | fix #4483 | Christian Grothoff | |
2016-05-16 | fixing #3814 by removing ability to melt multiple oldcoins at the same time | Christian Grothoff | |
2016-05-08 | reorg testcase a bit | Christian Grothoff | |
2016-05-08 | expand testcase to cover refund API, fix minor issues | Christian Grothoff | |
2016-05-05 | working on #3641: more on /refund implementation | Christian Grothoff | |
2016-03-01 | renaming mint->exchange | Christian Grothoff | |