Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-23 | add anastasis facade to fakebank | Christian Grothoff | |
2023-08-23 | set default fraction digits to 2 | Christian Grothoff | |
2023-08-23 | fix 404 reserve issue - without duplicate KYC | Christian Grothoff | |
2023-08-23 | fix 404 reserve issue | Christian Grothoff | |
2023-08-23 | setup accounts also for fakebank setup | Christian Grothoff | |
2023-08-23 | shellcheck fixes | Christian Grothoff | |
2023-08-21 | improve logging, fix client-side serialization of new /keys options | Christian Grothoff | |
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-08-21 | -use reset-tables on sandbox | Christian Grothoff | |
2023-08-21 | -use reset-tables on nexus | Christian Grothoff | |
2023-08-21 | shellcheck fixes | Christian Grothoff | |
2023-08-21 | -use /home/grothoff instead of ~ | Christian Grothoff | |
2023-08-12 | fix missing '$' | Christian Grothoff | |
2023-08-12 | -.pot may not exist | Christian Grothoff | |
2023-08-12 | -fix -l option | Christian Grothoff | |
2023-08-11 | -update tos generator logic, fix bug | Christian Grothoff | |
2023-08-11 | allow -h without root | Christian Grothoff | |
2023-08-11 | add STEFAN support to exchange | Christian Grothoff | |
2023-08-11 | add taler-exchange-dbconfig and taler-auditor-dbconfig | Christian Grothoff | |
2023-08-03 | document unit in --help text | Christian Grothoff | |
2023-08-02 | Merge branch 'master' of git+ssh://git.taler.net/exchange | Christian Grothoff | |
2023-08-02 | attempt to fix signal/cleanup race | Christian Grothoff | |
2023-08-01 | amount-specific functions, not procedures | Özgür Kesim | |
2023-07-31 | -missing -lgnunetpqv0.9.3-dev.6 | Florian Dold | |
2023-07-31 | make sure gana files are built from pinned submodule | Florian Dold | |
Previously the bootstrap script would always pull and build from the latest gana.git master, which led to unreproducible builds, and broke building older tags of the exchange from git when gana did a breaking change. | |||
2023-07-30 | add missing prepared statements | Christian Grothoff | |
2023-07-30 | remove wrap_size, obsolete | Christian Grothoff | |
2023-07-30 | remove pre-array batch reserves-in insertion logic | Christian Grothoff | |
2023-07-30 | misc bug fixes in batch insert | Christian Grothoff | |
2023-07-30 | unify to TEXT instead of mixing TEXT and VARCHAR | Christian Grothoff | |
2023-07-30 | -remove silly comment | Christian Grothoff | |
2023-07-30 | -remove _tuple suffix | Christian Grothoff | |
2023-07-30 | removing old amount logic from libtalerpq | Christian Grothoff | |
2023-07-30 | migrating auditordb to use amount tuples | Christian Grothoff | |
2023-07-30 | -fix typos | Özgür Kesim | |
2023-07-30 | [pq] use GNUNET_PQ_get_oid_by_name consistently | Özgür Kesim | |
2023-07-29 | dce | Christian Grothoff | |
2023-07-29 | migration to new amount style for exchangedb | Christian Grothoff | |
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 | Merge branch 'new-amount' - reserves now has taler_mount | Özgür Kesim | |
2023-07-28 | taler_amount type introduced in reserves table and corresponding functions | Özgür Kesim | |
- current_balance is now a taler_amount - all C-functions, SQL-statements and stored procedures adjusted accordingly. => make check passes all tests in testing. | |||
2023-07-28 | more jdbc: fixes | Christian Grothoff | |
2023-07-28 | -no more jdbc in libeufin | Christian Grothoff | |
2023-07-28 | FAILING attempt to make echange.reserve use taler_amount | Özgür Kesim | |
Fails with > TALER_PREFIX=/usr/local ./test-exchangedb-postgres 2023-07-28T19:02:25.150845+0200 /home/oec/projects/taler/exchange/src/exchangedb/.libs/test-exchangedb-postgres-2559159 WARNING Could not run PSQL on file /usr/local/share/taler//sql/exchange/drop.sql: psql exit code was 3 2023-07-28T19:02:32.488085+0200 pq-2559159 ERROR Query `call_withdraw' failed with result: invalid input syntax for type bigint: "(1,1000)"/(null)/ERROR: invalid input syntax for type bigint: "(1,1000)" CONTEXT: PL/pgSQL function exchange_do_withdraw(bytea,taler_amount,bytea,bytea,bytea,bytea,bytea,bigint,bigint,boolean) line 23 at SQL statement /PGRES_FATAL_ERROR/ERROR: invalid input syntax for type bigint: "(1,1000)" CONTEXT: PL/pgSQL function exchange_do_withdraw(bytea,taler_amount,bytea,bytea,bytea,bytea,bytea,bigint,bigint,boolean) line 23 at SQL statement 2023-07-28T19:02:32.488146+0200 /home/oec/projects/taler/exchange/src/exchangedb/.libs/test-exchangedb-postgres-2559159 ERROR Assertion failed at test_exchangedb.c:1428. | |||
2023-07-28 | Merge branch 'new-amount', lookup OIDs for composites | Özgür Kesim | |
2023-07-28 | -ignore | Christian Grothoff | |
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-28 | finalize v3/v4 -> v2 exchange schema merger | Özgür Kesim | |
2023-07-28 | finalize v3/v4 -> v2 exchange schema merger | Özgür Kesim | |