Age | Commit message (Expand) | Author |
2023-02-14 | -fix test FTBFS | Christian Grothoff |
2023-02-05 | -fix transaction issue in exchange test | Christian Grothoff |
2023-02-05 | -fix FTBFS of exchange test | Christian Grothoff |
2022-12-28 | populate denom-coin-dep | Joseph |
2022-11-27 | -db tests pass again | Christian Grothoff |
2022-11-04 | policy extensions and age restriction refactoring | Özgür Kesim |
2022-11-01 | remove wad fee, kyc fee and kyc-timeout | Christian Grothoff |
2022-10-30 | add support for reserve open/close operations to auditor, begin to split off ... | Christian Grothoff |
2022-10-15 | -modify DB logic to return open/close requests in reserve history | Christian Grothoff |
2022-08-22 | -fix clang compiler warnings | Christian Grothoff |
2022-08-20 | -major KYC update, fixes misc. issues | Christian Grothoff |
2022-08-14 | -start with DB cleanup | Christian Grothoff |
2022-08-14 | -work on new KYC logic: tests pass again | Christian Grothoff |
2022-08-11 | major rework of the KYC logic, making it more configurable, not complete, but... | Christian Grothoff |
2022-07-06 | fix auditor refund fee calculations | Christian Grothoff |
2022-07-05 | -remove dead argument | Christian Grothoff |
2022-06-13 | -towards coin audits with purse deposits | Christian Grothoff |
2022-05-22 | -towards purse merge and history requests in reserve history (incomplete) | Christian Grothoff |
2022-03-31 | privatize more signature structs, simplify code | Christian Grothoff |
2022-03-27 | -fix leak, uninitialized ps | Christian Grothoff |
2022-03-27 | -remove tiny field, no longer needed | Christian Grothoff |
2022-03-27 | towards removing tiny bit | Christian Grothoff |
2022-03-24 | rework deposits sharding, towards making aggregator faster (not necessarily d... | Christian Grothoff |
2022-03-05 | refactor /wire to include logic to return the wad fee (for W2W payments) | Christian Grothoff |
2022-03-03 | use 32 byte hash for hpayto, use that for joins on queries to better align qu... | Christian Grothoff |
2022-03-03 | include shard when marking deposits tiny/done to make better use of partition... | Christian Grothoff |
2022-03-02 | fix num partitions | Marco Boss |
2022-03-02 | include partitioning logic in dbinit | Marco Boss |
2022-02-28 | get test-auditor and #7181 to pass | Christian Grothoff |
2022-02-21 | -big renaming of structs for consistent naming with P suffix | Christian Grothoff |
2022-02-20 | -ensure different HKDF is used in melt vs. withdraw | Christian Grothoff |
2022-02-17 | -fix CS nonce reuse check logic | Christian Grothoff |
2022-02-16 | [age restriction] progress 14/n - withdraw and deposit | Özgür Kesim |
2022-02-15 | -correctly implement CS idempotency check on withdraw | Christian Grothoff |
2022-02-12 | -address FIXMEs | Christian Grothoff |
2022-02-11 | -simplify: nonce no longer hashed | 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-07 | get DB test to build | Christian Grothoff |
2022-02-07 | -rename fest | Christian Grothoff |
2022-02-04 | uncrustify | Gian Demarmels |
2022-02-04 | exchangedb fix | Gian Demarmels |
2022-02-04 | resolves merge conflicts | Gian Demarmels |
2022-02-04 | refactor TALER_coin_ev_hash | Gian Demarmels |
2022-02-04 | include denom_pub into coin_ev_hash | Gian Demarmels |
2022-02-04 | implement feedback | Lucien Heuzeveldt |
2022-02-04 | refactoring | Gian Demarmels |
2022-02-04 | removed varargs | Gian Demarmels |
2022-02-04 | added CS data structures, implemented CS keypair | Gian Demarmels |
2022-01-21 | [age restriction] progress 12/n | Özgür Kesim |