Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-13 | to lower case.. | Marcello Stanisci | |
2019-08-25 | re-format code | Florian Dold | |
2019-06-26 | also check for master public key consistency in taler-exchange-keyup | Christian Grothoff | |
2019-04-11 | Better calculation of # DKs | Marcello Stanisci | |
2019-04-10 | Make the API-agnostic iterator work. | Marcello Stanisci | |
This allows to build local histories to be matched against the ones returned by the bank; in particular, this version builds those stories regardless of /history or /history-range being run. | |||
2019-04-08 | Fix leftover memcmp | ng0 | |
2019-04-08 | Refactor for GNUNET_memcmp and _is_zero | ng0 | |
2019-04-08 | notes | Marcello Stanisci | |
2019-04-06 | Test the big lookahead_sign, plus notes. | Marcello Stanisci | |
2019-04-03 | keyup:_use_ the timestamp given by the user. | Marcello Stanisci | |
2019-04-02 | syntax | Marcello Stanisci | |
2019-03-27 | Debug | Marcello Stanisci | |
2019-03-02 | actually disable 100 continue | Christian Grothoff | |
2018-10-27 | clean up struct TALER_ExchangeSigningKeyValidityPS | Christian Grothoff | |
(long-standing fixme: should not have contained the signature itself) | |||
2018-09-15 | fix #5315, including more testing | Christian Grothoff | |
2018-05-03 | fix path generation. | 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. | |||
2018-02-12 | Implement new traits-based tests. | Marcello Stanisci | |
2017-10-06 | check rval from TALER_amount_to_string | Christian Grothoff | |
2017-10-06 | really carefully check strtoll() return value before casting to uint64_t | Christian Grothoff | |
2017-06-04 | fix more leaks | Christian Grothoff | |
2017-05-09 | handle error code returned by TALER_EXCHANGEDB_denomination_keys_iterate | Christian Grothoff | |
2017-04-20 | fix misc doxygen issues | Christian Grothoff | |
2017-04-17 | introducing closing fee | Christian Grothoff | |
2017-04-08 | implement checking of denomination revocation status in auditor | Christian Grothoff | |
2017-04-07 | implement denomination key revocation logic in exchangedb and ↵ | Christian Grothoff | |
taler-exchange-keyup (part of #3887) | |||
2017-03-25 | renaming GNUNET_GETOPT-symbols to match latest changes in GNUnet | Christian Grothoff | |
2017-03-15 | update getopt config parsing style to match 'getopt' GNUnet branch API change | Christian Grothoff | |
2017-03-05 | fix use of uninit value | Christian Grothoff | |
2017-03-04 | implementing #4932 | Christian Grothoff | |
2017-03-03 | implement #4929: add wire transfer fee to /wire (but not yet charged by ↵ | Christian Grothoff | |
aggregator) | |||
2017-02-14 | fix return value check | Christian Grothoff | |
2016-09-20 | strtol -> strtoll, which made the anchor (see signkey generation algorithm) | Marcello Stanisci | |
always point to the 70s, so new signkeys were always generated | |||
2016-09-07 | Regenerate keys before withdraw period is over. | Florian Dold | |
Before, we only would create new denomination keys when the spending period is over. | |||
2016-07-07 | fixing #4594 | Marcello Stanisci | |
2016-06-15 | nicer reports | Christian Grothoff | |
-fix leak -fix leaks | |||
2016-06-11 | fix leaks | Christian Grothoff | |
2016-05-06 | refactor code to write signing keys in same module where we read them | Christian Grothoff | |
2016-05-05 | fixing #4461 | Christian Grothoff | |
2016-05-02 | fix #4184 | Christian Grothoff | |
2016-04-20 | introduce refund fee | Christian Grothoff | |
2016-04-16 | make all exchange-tools load configs properly like other Taler tools | Christian Grothoff | |
2016-04-16 | use user_config_file as well | Christian Grothoff | |
2016-04-16 | fix taler-exchange-keyup way of loading configuration | Christian Grothoff | |
2016-04-10 | fixing #4386: use more sane configuration and data file structure | Christian Grothoff | |
2016-04-07 | removing duplication of --help logic | Christian Grothoff | |
2016-03-19 | first refactoring of JSON logic to address #4150 and #4237 | Christian Grothoff | |
2016-03-01 | renaming mint->exchange | Christian Grothoff | |