summaryrefslogtreecommitdiff
path: root/src/exchangedb/exchange_do_deposit.sql
AgeCommit message (Collapse)Author
2024-01-10add support for taler-merchant-exchange to taler-unified-setup.shChristian Grothoff
2023-12-23Added 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-09mark out #8002Özgür Kesim
2023-09-10-fix typoChristian Grothoff
2023-09-10major exchange DB schema change: store common properties of batch deposit in ↵Christian Grothoff
batch_deposits table, and coin-specific ones in coin_deposits table; plus minor cleanups
2023-07-30unify to TEXT instead of mixing TEXT and VARCHARChristian Grothoff
2023-07-29migration to new amount style for exchangedbChristian Grothoff
2023-04-08fix #7792Christian Grothoff
2023-04-08adding FIXMEChristian Grothoff
2022-12-06refactor procedures.sqlChristian Grothoff