Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-28 | starting with purse creation client API | Christian Grothoff | |
2022-03-28 | -rename variable | Özgür Kesim | |
2022-03-28 | -fix leak in test_age_restriction.c | Özgür Kesim | |
2022-03-28 | -fix leaks in test_crypto.c | Özgür Kesim | |
2022-03-28 | [age restriction] progress 19/19 (final) - Use Edx25519 for crypto | Özgür Kesim | |
We switch from EcDSA to Edx25519 for the underlying signature scheme. Edx25519 is implemented in gnunet, starting with (gnunet-)commit ce38d1f6c9bd7857a1c3bc2094a0ee9752b86c32. | |||
2022-03-27 | -fix leak, uninitialized ps | Christian Grothoff | |
2022-03-27 | -remove tiny field, no longer needed | Christian Grothoff | |
2022-03-27 | new aggregator mega transaction logic | Christian Grothoff | |
2022-03-27 | towards removing tiny bit | Christian Grothoff | |
2022-03-27 | fix leak | Christian Grothoff | |
2022-03-26 | change sharding strategy for refund table | Christian Grothoff | |
2022-03-26 | add partitions to new p2p tables | Christian Grothoff | |
2022-03-25 | -regen DBs | Christian Grothoff | |
2022-03-24 | rework deposits sharding, towards making aggregator faster (not necessarily ↵ | Christian Grothoff | |
done) | |||
2022-03-24 | first draft of service API for p2p payments | Christian Grothoff | |
2022-03-24 | better query | Christian Grothoff | |
2022-03-24 | implement more taler-crypto-worker ops | Florian Dold | |
2022-03-24 | implement more taler-crypto-worker ops | Florian Dold | |
2022-03-23 | more skeleton logic for P2P operations on DB | Christian Grothoff | |
2022-03-23 | Bump required version of libmicrohttpd to 0.9.71 | Thien-Thi Nguyen | |
2022-03-23 | revise P2P signatures and signing schema to address recently discovered ↵ | Christian Grothoff | |
design concern resulting in the split of the purse key into purse-contract and purse-merge keys | |||
2022-03-23 | fix #7151 | Christian Grothoff | |
2022-03-22 | add one more p2p signature | Christian Grothoff | |
2022-03-22 | fix typo | Christian Grothoff | |
2022-03-22 | add missing table drops | Christian Grothoff | |
2022-03-22 | -fix drop SQL issue: drop functions properly | Christian Grothoff | |
2022-03-22 | implement helper functions for p2p signatures, clean up existing signature logic | Christian Grothoff | |
2022-03-21 | FIXMEs for Oec | Christian Grothoff | |
2022-03-21 | add logic to check timestamp, revise history balance calculation logic in client | Christian Grothoff | |
2022-03-21 | first rough-cut implementation of /reserves//history endpoint | Christian Grothoff | |
2022-03-21 | first rough-cut implementation of POST /reserves//status | Christian Grothoff | |
2022-03-20 | ideas for mboss | Christian Grothoff | |
2022-03-20 | add test for reserve GET long polling | Christian Grothoff | |
2022-03-20 | add variant of GET /reserves/ testing command with support for long polling ↵ | Christian Grothoff | |
(to diagnose reserve long polling issue reported by FD) | |||
2022-03-20 | add p2p tables from dd13 | Christian Grothoff | |
2022-03-20 | -rename file for consistency | Christian Grothoff | |
2022-03-20 | towards support for new reserve history/status APIs | Christian Grothoff | |
2022-03-20 | return new global fees from /keys | Christian Grothoff | |
2022-03-20 | add new reserve status/history signatures | Christian Grothoff | |
2022-03-20 | -style fixes | Christian Grothoff | |
2022-03-20 | -style fixes | Christian Grothoff | |
2022-03-19 | -style fixes | Christian Grothoff | |
2022-03-19 | -fix memory leak introduced by Oec | Christian Grothoff | |
2022-03-19 | -minor code cleanup | Christian Grothoff | |
2022-03-19 | simplify auditor_api_handle.c, do not modify global context with respect to ↵ | Christian Grothoff | |
'Expect' header | |||
2022-03-19 | more work on recoup_by_reserve: add new materialized index to avoid hitting ↵ | Christian Grothoff | |
all partitions for the query | |||
2022-03-19 | add missing index, move indices closer to table generation | Christian Grothoff | |
2022-03-19 | [build int] Use ‘MHD_VERSION_AT_LEAST’ | Thien-Thi Nguyen | |
* configure.ac (microhttpd): Delete shell var. (MHD_start_daemon): Delete AC_CHECK_LIB. (MHD_DAEMON_INFO_CURRENT_CONNECTIONS): Delete AC_CHECK_DECL. (MHD_VERSION_AT_LEAST): New macro call. | |||
2022-03-19 | Add autoconf macro to check for minimum libmicrohttpd version | Thien-Thi Nguyen | |
* m4/mhd.m4: New. | |||
2022-03-19 | -code cleanup | Christian Grothoff | |