Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-25 | re-format code | Florian Dold | |
2019-08-17 | remove currency field from databases | Christian Grothoff | |
2019-06-26 | also check for master public key consistency in taler-exchange-keyup | Christian Grothoff | |
2019-06-26 | fix use after free | Christian Grothoff | |
2019-06-26 | have taler-exchange-wire check master public key matches | Christian Grothoff | |
2019-06-03 | check return value from GNUNET_PROGRAM_run in taler-wire | Christian Grothoff | |
2019-04-17 | Refactor for GNUNET_memcmp | ng0 | |
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-07 | fix #includes | Christian Grothoff | |
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-03 | fix format string issue in taler-wire, complete work on #5536 revocation ↵ | Christian Grothoff | |
file issue (shift location of revocation file and change content to include denom hash) | |||
2019-03-02 | actually disable 100 continue | Christian Grothoff | |
2019-02-13 | UX | Marcello Stanisci | |
2019-02-13 | Fix #5558. | Marcello Stanisci | |
2019-02-12 | Improve UX | Marcello Stanisci | |
2019-02-12 | Fix passing of delta. | Marcello Stanisci | |
2019-02-12 | Fix transactions list request. | Marcello Stanisci | |
2019-02-12 | Getting transaction history 60% fixed. | Marcello Stanisci | |
2019-02-12 | Properly shutdown. | Marcello Stanisci | |
2019-02-11 | 4692. Fix global return code. | Marcello Stanisci | |
2019-02-11 | 4692. UX | Marcello Stanisci | |
2019-02-11 | 4692. Putting logic to execute wire transfers. | Marcello Stanisci | |
2019-02-11 | fix option names | Marcello Stanisci | |
2019-02-11 | 4692. Logic to ask for transaction history. | Marcello Stanisci | |
2019-02-10 | load wire plugin | Marcello Stanisci | |
2019-02-10 | fix log | Marcello Stanisci | |
2019-02-10 | 4692. Skeleton. | Marcello Stanisci | |
2019-02-10 | Starting #4692 | Marcello Stanisci | |
2018-11-23 | Remove double closing of a "file stream". | Marcello Stanisci | |
2018-10-27 | clean up struct TALER_ExchangeSigningKeyValidityPS | Christian Grothoff | |
(long-standing fixme: should not have contained the signature itself) | |||
2018-10-06 | fix #5434 (no more salt in exchange wire replies) | Christian Grothoff | |
2018-09-15 | fix #5315, including more testing | Christian Grothoff | |
2018-05-03 | fix path generation. | Marcello Stanisci | |
2018-04-02 | fix NULL termination of fee list | 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. | |||
2018-02-12 | Implement new traits-based tests. | Marcello Stanisci | |
2017-12-14 | implement taler-bank-transfer, fixes #5195 | Christian Grothoff | |
2017-12-08 | fix reservemod issue with time rounding | Christian Grothoff | |
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-05-08 | remove dead transfer details field from reserves_in (API, exchangedb, etc.) | Christian Grothoff | |