Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-18 | move query & result helpers to gnunet | Christian Blättler | |
2024-02-07 | auditordb tabularasa | Christian Grothoff | |
2023-11-28 | [pq] add support for array of struct GNUNET_HashCode | Özgür Kesim | |
2023-11-27 | -fix size comparison | Özgür Kesim | |
2023-11-09 | [pq] free signatures in arrays of blinded denomination signatures | Özgür Kesim | |
2023-10-29 | misc age-restriction related memory leak fixes, plus FIXME-Oec as some leaks ↵ | Christian Grothoff | |
remain | |||
2023-10-29 | init pub_key_hash when fetching from DB | 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-10 | [pq] cleanup of amount tuple type handling | Özgür Kesim | |
- add counter for tuple elements to struct - use GNUNET_memcpy instead of casting also, fix format string in test for age_restriction | |||
2023-08-21 | postgres does not like 0-padding of VARCHAR, implement proper serialization | Christian Grothoff | |
2023-08-21 | extend libtalerpq with functions for the amount with currency triplet data ↵ | Christian Grothoff | |
type (for merchant backend) | |||
2023-07-30 | -remove _tuple suffix | Christian Grothoff | |
2023-07-30 | removing old amount logic from libtalerpq | Christian Grothoff | |
2023-07-30 | [pq] use GNUNET_PQ_get_oid_by_name consistently | Özgür Kesim | |
2023-07-29 | [pq] added array support for taler_amount composite type | Özgür Kesim | |
API added: - TALER_PQ_query_param_array_amount - TALER_PQ_result_spec_array_amount | |||
2023-07-28 | [pq] added helper to load oids of composite types | Özgür Kesim | |
- TALER_PQ_load_oids_for_composite_types added - Called during postgres-initialization | |||
2023-07-27 | [WiP] added TALER_AMOUNT type to Postgres - first in age_withdraw | Özgür Kesim | |
- Added a type TALER_AMOUNT (val INT8, frac INT4) to Postgres. - Added PLSQL functions/procedures - amount_normalize(a) - amount_add(a, b) - amount_left_minus_right(l, r, diff, ok bool) - Added PQ-helper functions - TALER_PQ_query_param_amount_tuple() - TALER_PQ_result_spec_amount_tuple() - In table 'age_withdraw', changed fields 'amount_with_fee_val' and '..._frac' into single field 'amount_with_fee' be of type TALER_AMOUNT - Changed functions/stored procedures 'do_age_withdraw' and 'get_age_withdraw' to use new APIs. => make check runs through without errors, age-withdraw and -reveal test passes. | |||
2023-07-26 | [pq] Added support for some Taler-specific array types | Özgür Kesim | |
Added array support for DB-query and -result for - denomination signatures - blinded envelope hases - denomination hashes | |||
2023-05-10 | always use GNUNET_memcpy | Christian Grothoff | |
2022-03-02 | -refactor TALER_AgeMask.mask -> TALER_AgeMask.bits | Özgür Kesim | |
also: fix off-by-one in TALER_age_restriction_commit | |||
2022-02-28 | get test-auditor and #7181 to pass | Christian Grothoff | |
2022-02-12 | -more doxygen fixes | Christian Grothoff | |
2022-02-11 | -simplify structures | Christian Grothoff | |
2022-02-10 | -fixes to tests, and half-baked fixes for CS-/link (still fails) | Christian Grothoff | |
2022-02-07 | fix DB API for generic blinded planchet storage | Christian Grothoff | |
2022-02-04 | implement spend | Lucien Heuzeveldt | |
2022-02-04 | implement withdraw (nonce reuse check missing) | Lucien Heuzeveldt | |
2022-02-04 | implement CS key handling and csr endpoint | Lucien Heuzeveldt | |
2021-12-14 | introducing GNUNET_TIME_Timestamp, recoup now with amounts | Christian Grothoff | |
2021-11-19 | -fix misc. compiler warnings | Christian Grothoff | |
2021-11-10 | age restriction progress 2/n | Özgür Kesim | |
Signed-off-by: Özgür Kesim <oec-taler@kesim.org> | |||
2021-10-31 | distinguish between blind and non-blind denomination signatures | Christian Grothoff | |
2021-10-27 | -resovling more FTBFS issues | Christian Grothoff | |
2021-06-16 | update PQ implementation to allow for NULLable amounts | Christian Grothoff | |
2021-06-16 | avoid failure mode | Christian Grothoff | |
2020-01-19 | fix copyright headers as per CA | Christian Grothoff | |
2020-01-18 | doxygen | Christian Grothoff | |
2020-01-18 | doxygen | Christian Grothoff | |
2019-09-05 | fix warnings | Christian Grothoff | |
2019-08-25 | re-format code | Florian Dold | |
2019-08-17 | remove currency field from databases | Christian Grothoff | |
2017-11-30 | patch to address #5183: always round time before giving it to DB, tolerate ↵ | Christian Grothoff | |
DB answering without rounded time | |||
2017-04-20 | fix misc doxygen issues | Christian Grothoff | |
2016-07-07 | fixing #4594 | Marcello Stanisci | |
2016-03-19 | first refactoring of JSON logic to address #4150 and #4237 | Christian Grothoff | |
2016-02-07 | making mintdb tests pass again after API refactoring to remove total amount | Christian Grothoff | |
2016-02-06 | move to new libgnunetpq library, simplifying libtalerpq | Christian Grothoff | |