571d43cef3
[WiP] added TALER_AMOUNT type to Postgres - first in age_withdraw
...
- 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-27 23:57:07 +02:00
722e00b1e9
-fix typos
2023-07-26 17:53:24 +02:00
ac462b2753
[pq] Added support for some Taler-specific array types
...
Added array support for DB-query and -result for
- denomination signatures
- blinded envelope hases
- denomination hashes
2023-07-26 04:02:09 +02:00
Christian Grothoff
bc14c215b3
-doxygen fixes
2022-02-12 11:12:33 +01:00
Christian Grothoff
532d4ad0dc
-fixes to tests, and half-baked fixes for CS-/link (still fails)
2022-02-10 23:39:00 +01:00
Christian Grothoff
b2e6fcae1a
fix DB API for generic blinded planchet storage
2022-02-07 13:14:25 +01:00
Christian Grothoff
1a1fafbd43
introducing GNUNET_TIME_Timestamp, recoup now with amounts
2021-12-14 16:04:40 +01:00
Christian Grothoff
3eae999efc
distinguish between blind and non-blind denomination signatures
2021-10-31 17:56:56 +01:00
Christian Grothoff
868a4ce76d
-resovling more FTBFS issues
2021-10-27 09:23:12 +02:00
Christian Grothoff
d22a52cc7a
fix copyright headers as per CA
2020-01-19 19:21:58 +01:00
Christian Grothoff
9c45958a55
doxygen
2020-01-18 14:13:28 +01:00
Florian Dold
eb55997084
re-format code
2019-08-25 16:18:24 +02:00
Christian Grothoff
4bf425c902
remove currency field from databases
2019-08-17 21:35:21 +02:00
Christian Grothoff
5540747ca2
patch to address #5183 : always round time before giving it to DB, tolerate DB answering without rounded time
2017-11-30 17:17:37 +01:00
Marcello Stanisci
59c6856284
fixing #4594
2016-07-07 17:55:25 +02:00
Christian Grothoff
0d1eced630
first refactoring of JSON logic to address #4150 and #4237
2016-03-19 15:23:11 +01:00
Christian Grothoff
2b5a7c8748
move to new libgnunetpq library, simplifying libtalerpq
2016-02-06 17:39:18 +01:00
Christian Grothoff
649879b0b6
implementing prepare data postgres functions for #4141
2016-01-27 18:28:52 +01:00
Christian Grothoff
80f6c4240e
-fix (C) notices
2016-01-19 14:39:00 +01:00
Christian Grothoff
5c01da52b1
introduce pq functions form abs time in NBO
2015-06-12 21:29:17 +02:00
Christian Grothoff
9a3dd7cb25
new test for uint and json APIs
2015-06-10 17:39:34 +02:00
Christian Grothoff
aef3b7c350
implementing pq APIs for #3827 , not yet tested or used through
2015-06-10 16:31:29 +02:00
Christian Grothoff
25e530f37a
add test for varsize pq operation
2015-05-17 16:46:16 +02:00
Christian Grothoff
aa89db4d0a
organize #include, remove redundant includes
2015-05-16 20:33:01 +02:00
Christian Grothoff
21da34a501
-fix doxygen errors
2015-05-16 18:26:34 +02:00
Christian Grothoff
85f198ef32
getting test to pass
2015-05-15 14:46:03 +02:00
Christian Grothoff
955054bf25
misc bugfixes
2015-05-15 14:36:08 +02:00
Christian Grothoff
dc4847220a
do equivalent update for results that was done to type queries in pq library
2015-05-10 22:38:34 +02:00
Christian Grothoff
5004fce6ca
replace macros with functions for better type-checking
2015-05-09 17:04:56 +02:00
Christian Grothoff
17055134a3
extend PQ library to support Absolute time values
2015-05-07 13:59:56 +02:00
Christian Grothoff
fc407bcb29
clean up of result processing in postgres logic by expanding pq API to cover RSA keys and signatures for results
2015-05-06 17:43:36 +02:00
Christian Grothoff
da9ab66d2e
simplify PG logic by having libtalerpq handle RSA signature/key encoding
2015-05-06 17:05:24 +02:00
Christian Grothoff
74a21a5259
fixing #3768 , using new pq API more
2015-05-06 11:47:12 +02:00
Christian Grothoff
f8723b9b5d
expanding PQ APIs with cleanup function
2015-05-06 11:25:13 +02:00
Christian Grothoff
85e59ceb1a
expanding PQ APIs to be able to handle Amounts nicely (and be extensible for additional data types in the future)
2015-05-06 11:13:09 +02:00
Christian Grothoff
4af6cbb375
-working a bit on DB, starting to adjust libtalerpq API, not done yet
2015-05-04 14:47:36 +02:00
Christian Grothoff
790b331a8d
fix #3729 (documentation, code hygene for pq library)
2015-04-15 22:02:59 +02:00
Christian Grothoff
20d1ec85fa
more doxygen fixes
2015-03-28 16:31:27 +01:00
Christian Grothoff
eca4f1a8fe
-doxygen fixes
2015-03-28 15:42:07 +01:00
Christian Grothoff
eae1896a4b
major rename-fest for more constent symbol names
2015-03-27 19:58:40 +01:00