Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-23 | -fix typo | Özgür Kesim | |
2023-12-23 | Added appropriate response on contract-conflict during deposit | Özgür Kesim | |
In case of a detected conflict during deposit, because (merchant_pub, h_contract_terms) already existed, with different other field values, we now provide the client an error response that contains the h_wire. This way, the client can retrieve further details about the conflicting transaction via /deposits/$H_WIRE/$MERCHANT_PUB/$H_CONTRACT_TERMS/$COIN_PUB Fixes #8002 | |||
2023-12-23 | [wip, #7267] added test to detect age commitment conflict on deposit | Özgür Kesim | |
A new testcase is added to detect same coin_pub with different age commitments during deposit. | |||
2023-12-22 | [wip, #7267] added first test to detect denom-conflict on deposit | Özgür Kesim | |
The tests have been extended to include conflict tests, see test_exchange_api_conflicts.c The first implemented test withdraws three coins with different denominations, but using the same private key. It deposits the first coin successfully, but on deposit of the second coin it receives 409 and the correct response details. However, the test only seems to work for RSA, not CS! I've disabled test_exchange_conflicts_cs in the Makefile for now so that the builder passes. TBC... | |||
2023-12-22 | Merge branch 'feature/tokens' of git+ssh://git.taler.net/exchange | Christian Grothoff | |
2023-12-22 | bump API versions | Christian Grothoff | |
2023-12-22 | deprecating currency code in currency specifications | Christian Grothoff | |
2023-12-21 | [wip, #7267] more refined denomination conflict response during deposit | Özgür Kesim | |
If a coin was known but with a different denomination, return to the client an error response that contains the denomination's public key and the corresponding signature of the provided coin. | |||
2023-12-20 | -fix type | Christian Grothoff | |
2023-12-19 | Merge branch 'master' into feature/tokens | Christian Blättler | |
2023-12-13 | -make doxygen happy about @filev0.9.4-dev.4 | Özgür Kesim | |
2023-12-13 | [wip, #7267] more refined age commitment conflict response during deposit | Özgür Kesim | |
Distinguish between and communicate: a) null hash value expected, got non-null b) non-null hash value expected, got null c) hash value of known coin differ from given | |||
2023-12-10 | Merge branch 'master' into feature/tokens | Christian Blättler | |
2023-12-09 | mark out #7999 | Özgür Kesim | |
2023-12-05 | Merge branch 'master' into feature/tokens | Christian Blättler | |
2023-12-05 | add query param functions for blind sign private and public keys | Christian Blättler | |
2023-12-04 | [policy] mark deposit as blocked, when policy is not fulfilled | Özgür Kesim | |
2023-11-28 | -typo | Özgür Kesim | |
2023-11-28 | [pq] add support for array of struct GNUNET_HashCode | Özgür Kesim | |
2023-11-28 | fix spelling issues | Christian Grothoff | |
2023-11-28 | Merge branch 'master' of git+ssh://git.taler.net/exchange | Christian Grothoff | |
2023-11-28 | -misc doxygen fixes | Christian Grothoff | |
2023-11-27 | minor change | Matyja Lukas Adam | |
2023-11-27 | Merge branch 'master' into feature/tokens | Christian Blättler | |
2023-11-25 | more strict spec parsers for payto URIs, Web URLs, and AML decision states | Christian Grothoff | |
2023-11-21 | Merge branch 'master' into feature/tokens | Christian Blättler | |
2023-11-20 | use new gnunet bling sign structs | Christian Blättler | |
2023-11-17 | -on conflict update | Christian Grothoff | |
2023-11-15 | remove is_currency_name_leading | Christian Grothoff | |
2023-11-13 | Merge branch 'master' into feature/tokens | Christian Blättler | |
2023-11-12 | handle conversion helper errors better | Christian Grothoff | |
2023-11-12 | keep redirect_url in KYC table to improve idempotency of GET | Christian Grothoff | |
2023-11-10 | add admin credentials for /admin/add/incoming, makes tests pass with latest ↵ | Christian Grothoff | |
libeufin-bank | |||
2023-11-09 | -more work on coin history testing | Christian Grothoff | |
2023-11-09 | towards testing coin history API properly | Christian Grothoff | |
2023-11-07 | Merge branch 'master' into feature/tokens | Christian Blättler | |
2023-10-29 | no more decimal separator | Christian Grothoff | |
2023-10-28 | new blind signature logic bug fixes | Christian Grothoff | |
2023-10-27 | fixes with respect to new blinding API | Christian Grothoff | |
2023-10-25 | new blind signing code builds | Christian Grothoff | |
2023-10-17 | -note on rename needed for donau and subscriptions | Christian Grothoff | |
2023-10-17 | first draft of token crypto structs | Christian Blättler | |
2023-10-16 | validate exchange signing key on attestations | Christian Grothoff | |
2023-10-15 | remove dead do_withdraw code | Christian Grothoff | |
2023-10-15 | avoid extra transaction to fetch balance if reserve is out of funds, remove ↵ | Christian Grothoff | |
legacy /withdraw endpoint | |||
2023-10-14 | make stefan_lin a float, as it should have been in the first place | Christian Grothoff | |
2023-10-13 | implement more sanity checks | Christian Grothoff | |
2023-10-12 | clean up bank API, get test_bank_api_with_nexus to finally pass | Christian Grothoff | |
2023-10-12 | update private key files and harden checks for currency codes | Christian Grothoff | |
2023-10-08 | more work on DD51 | Christian Grothoff | |