Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-16 | fix #8071 | Christian Grothoff | |
2024-01-10 | add TALER_PQ_array_of_amount_currency | Christian Grothoff | |
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-11-28 | [pq] add support for array of struct GNUNET_HashCode | Özgür Kesim | |
2023-09-01 | -spelling | 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 | -fix typos | Özgür Kesim | |
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 | |||
2022-02-12 | -doxygen fixes | 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 | |
2021-12-14 | introducing GNUNET_TIME_Timestamp, recoup now with amounts | Christian Grothoff | |
2021-10-31 | distinguish between blind and non-blind denomination signatures | Christian Grothoff | |
2021-10-27 | -resovling more FTBFS issues | Christian Grothoff | |
2020-01-19 | fix copyright headers as per CA | Christian Grothoff | |
2020-01-18 | doxygen | 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 | |||
2016-07-07 | fixing #4594 | Marcello Stanisci | |
2016-03-19 | first refactoring of JSON logic to address #4150 and #4237 | Christian Grothoff | |
2016-02-06 | move to new libgnunetpq library, simplifying libtalerpq | Christian Grothoff | |
2016-01-27 | implementing prepare data postgres functions for #4141 | Christian Grothoff | |
2016-01-19 | -fix (C) notices | Christian Grothoff | |
2015-06-12 | introduce pq functions form abs time in NBO | Christian Grothoff | |
2015-06-10 | new test for uint and json APIs | Christian Grothoff | |
2015-06-10 | implementing pq APIs for #3827, not yet tested or used through | Christian Grothoff | |
2015-05-17 | add test for varsize pq operation | Christian Grothoff | |
2015-05-16 | organize #include, remove redundant includes | Christian Grothoff | |
2015-05-16 | -fix doxygen errors | Christian Grothoff | |
2015-05-15 | getting test to pass | Christian Grothoff | |
2015-05-15 | misc bugfixes | Christian Grothoff | |
2015-05-10 | do equivalent update for results that was done to type queries in pq library | Christian Grothoff | |
2015-05-09 | replace macros with functions for better type-checking | Christian Grothoff | |
2015-05-07 | extend PQ library to support Absolute time values | Christian Grothoff | |
2015-05-06 | clean up of result processing in postgres logic by expanding pq API to cover ↵ | Christian Grothoff | |
RSA keys and signatures for results | |||
2015-05-06 | simplify PG logic by having libtalerpq handle RSA signature/key encoding | Christian Grothoff | |
2015-05-06 | fixing #3768, using new pq API more | Christian Grothoff | |
2015-05-06 | expanding PQ APIs with cleanup function | Christian Grothoff | |
2015-05-06 | expanding PQ APIs to be able to handle Amounts nicely (and be extensible for ↵ | Christian Grothoff | |
additional data types in the future) | |||
2015-05-04 | -working a bit on DB, starting to adjust libtalerpq API, not done yet | Christian Grothoff | |
2015-04-15 | fix #3729 (documentation, code hygene for pq library) | Christian Grothoff | |
2015-03-28 | more doxygen fixes | Christian Grothoff | |