Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-05 | taler_error_codes.h auto generated from gnunet/gana.git as a submodule | Jonathan Buchanan | |
2020-07-05 | fixed endianness in taler_sq_lib | Jonathan Buchanan | |
2020-07-05 | implemented the other functions for taler_sq_lib | Jonathan Buchanan | |
2020-07-05 | created taler_sq_lib | Jonathan Buchanan | |
2020-07-05 | update ECs | Christian Grothoff | |
2020-07-05 | more ECs | Christian Grothoff | |
2020-07-05 | ecs | Christian Grothoff | |
2020-07-05 | fix auditor drop | Christian Grothoff | |
2020-07-05 | fix drop call | Christian Grothoff | |
2020-07-05 | update | Christian Grothoff | |
2020-07-05 | return fee as well | Christian Grothoff | |
2020-07-05 | modify TALER_EXCHANGE_deposits_get() API to avoid NULL pointers and need for ↵ | Christian Grothoff | |
deep copies | |||
2020-07-05 | modify TALER_EXCHANGE_deposits_get() API to combine returned arguments into ↵ | Christian Grothoff | |
a struct (simplifies merchant later) | |||
2020-07-05 | return fee as well | Christian Grothoff | |
2020-07-05 | modify TALER_EXCHANGE_deposits_get() API to avoid NULL pointers and need for ↵ | Christian Grothoff | |
deep copies | |||
2020-07-05 | modify TALER_EXCHANGE_deposits_get() API to combine returned arguments into ↵ | Christian Grothoff | |
a struct (simplifies merchant later) | |||
2020-07-05 | update exchange API to return struct instead of lots of individual args for ↵ | Christian Grothoff | |
TALER_EXCHANGE_transfers_get() -- simplifies merchant later | |||
2020-07-05 | implement #6181 | Christian Grothoff | |
2020-07-05 | fix status code | Christian Grothoff | |
2020-07-05 | more ecs | Christian Grothoff | |
2020-07-05 | use unregister | Christian Grothoff | |
2020-07-05 | update | Christian Grothoff | |
2020-07-05 | modify TALER_EXCHANGE_deposits_get() API to avoid NULL pointers and need for ↵ | Christian Grothoff | |
deep copies | |||
2020-07-05 | modify TALER_EXCHANGE_deposits_get() API to combine returned arguments into ↵ | Christian Grothoff | |
a struct (simplifies merchant later) | |||
2020-07-05 | implement #6181 | Christian Grothoff | |
2020-07-05 | fix status code | Christian Grothoff | |
2020-07-05 | sleep to ensure aggregator has work | Christian Grothoff | |
2020-07-05 | towards changing timestamp in deposit confirmation (tests failing) | Christian Grothoff | |
2020-07-05 | return fee as well | Christian Grothoff | |
2020-07-05 | modify TALER_EXCHANGE_deposits_get() API to avoid NULL pointers and need for ↵ | Christian Grothoff | |
deep copies | |||
2020-07-05 | modify TALER_EXCHANGE_deposits_get() API to combine returned arguments into ↵ | Christian Grothoff | |
a struct (simplifies merchant later) | |||
2020-07-05 | update exchange API to return struct instead of lots of individual args for ↵ | Christian Grothoff | |
TALER_EXCHANGE_transfers_get() -- simplifies merchant later | |||
2020-07-05 | make tests skip until we have a wallet to regen the DB | Christian Grothoff | |
2020-07-05 | void basedb due to signature format change | Christian Grothoff | |
2020-07-05 | implement #6181 | Christian Grothoff | |
2020-07-05 | fix status code | Christian Grothoff | |
2020-07-05 | v8 bump | Christian Grothoff | |
2020-06-14 | adjust LibEuFin binary names | Florian Dold | |
2020-06-13 | bank API test: make payto URI use receiver-name, according to standard | Florian Dold | |
2020-06-10 | IBAN parser skips BIC part. | MS | |
2020-06-10 | avoid assert() upon malformed IBANs | MS | |
2020-06-10 | IBAN parsing test. | MS | |
2020-06-10 | log full config section in error message instead of just the wire method | Florian Dold | |
2020-06-08 | nexus-exchange test. | MS | |
give time to payments to settle, before requesting /history/incoming and /history/outgoing. | |||
2020-06-06 | place nexus/sandbox sqlite3 DBs under /tmp, | MS | |
and fix their deletion before running the test. | |||
2020-06-02 | nexus-based tests | MS | |
more preparation | |||
2020-06-02 | launching nexus AND sandbox | MS | |
2020-06-02 | Nexus-based tests. | MS | |
Prefer the 'iban' method over the 'x-taler-bank', regarding the payto:// URIs. Tests are still using the loopback bank connection, though. | |||
2020-06-01 | nexus preparation | MS | |
2020-06-01 | Nexus testing. | MS | |
Up to the point where Nexus gets launched and the Exchange user & bank connection get created. The test fails because the bank connection of type "loopback" is not implemented in the nexus yet. |