Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-04 | -fix doxygen | Christian Grothoff | |
2021-08-03 | restructure configuration, move bank account credentials from ↵ | Christian Grothoff | |
exchange-account-XXX to exchange-accountcredentials-XXX | |||
2021-02-13 | fix memory leaks | Christian Grothoff | |
2020-12-17 | simplify further | Christian Grothoff | |
2020-12-16 | load fees from DB instead of from config, also in wire tools | Christian Grothoff | |
2020-08-28 | fail if exchange-account configuration is definitively wrong (#5642) | Christian Grothoff | |
2020-07-05 | GNUNET_free_non_null is gone, use GNUNET_free | Christian Grothoff | |
2020-03-31 | typosCodeBlau-NGI-2019 | Christian Grothoff | |
2020-03-12 | split reserve closing from main aggregation logic | Christian Grothoff | |
2020-03-07 | code cleanup (comments, scoping, naming, indentation) | Christian Grothoff | |
2020-01-20 | beautification | Christian Grothoff | |
2020-01-20 | some comments on aggregator | Florian Dold | |
2020-01-19 | remove redundant METHOD option, we can derive it from PAYTO_URI | Florian Dold | |
2020-01-19 | config syntax for accounts | Florian Dold | |
2020-01-19 | consistently use payto URI instead of URL | Florian Dold | |
2020-01-18 | add fixme | Florian Dold | |
2020-01-11 | major 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-10-31 | tighten formatting rules | Christian Grothoff | |
2019-08-25 | re-format code | Florian Dold | |
2018-06-14 | fix leaks. | Marcello Stanisci | |
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. |