Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-07 | -fixed doxygen errors | Özgür Kesim | |
2022-07-06 | -fix typos | Christian Grothoff | |
2022-07-06 | -fix typos | Christian Grothoff | |
2022-07-05 | -implemented bounded history for reserve status requests | Christian Grothoff | |
2022-07-05 | -handle withdraw CS nonce reuse more nicely | Christian Grothoff | |
2022-07-05 | -run read-only transactions in proper read-only scope (at least some of them) | Christian Grothoff | |
2022-07-05 | -remove dead argument | Christian Grothoff | |
2022-07-04 | -implement DB logic for forcing reserve close | Christian Grothoff | |
2022-07-01 | -implement batch deposit testing cmd | Christian Grothoff | |
2022-07-01 | -gana merge | Christian Grothoff | |
2022-07-01 | -exchange_api_batch_deposit.c compiles | Christian Grothoff | |
2022-06-29 | -update deposit API in preparation for batch deposits | Christian Grothoff | |
2022-06-28 | -fix issue with missing signature over denomination and age restriction hash ↵ | Christian Grothoff | |
in purse deposit | |||
2022-06-28 | -fix typo | Özgür Kesim | |
2022-06-27 | age commitment: json parser helper and support for purses added | Özgür Kesim | |
2022-06-27 | age restriction support in exchange_api_purse_create_with_deposit added | Özgür Kesim | |
2022-06-27 | added documenation to the age-restriction related structures | Özgür Kesim | |
2022-06-27 | better api for parsing a denomination group | Özgür Kesim | |
2022-06-27 | [new /keys response] added proper hash verification | Özgür Kesim | |
- Running XOR of all SHA-512 hashes of each denomination's public key is compared against the "hash" value in the JSON blob. - Fixed a bug during creation of the running XOR. | |||
2022-06-26 | -fix valgrind complaints | Özgür Kesim | |
2022-06-26 | -more doxygen | Christian Grothoff | |
2022-06-26 | -fix typos | Christian Grothoff | |
2022-06-26 | -add missing comments | Christian Grothoff | |
2022-06-26 | -fix misc doxygen warnings, code clean up | Christian Grothoff | |
2022-06-26 | [new /keys response] create and parse denomination implemented | Özgür Kesim | |
- /keys response now contains signed denomintations - hashes of denominations now XOR'ed per group into a single hash-code - final hash-code is now XOR of all group hash codes - final hash-code is signed - lib/exchange_api_handle support for new "denominations" implemented - parses array of denomation groups - creates running xor of hashes - verifies signature at the end - previous diff/merge logic for keys remains intact. | |||
2022-06-19 | -add missing checkpointing logic | Christian Grothoff | |
2022-06-18 | -more work on taler-helper-auditor-reserve p2p audits | Christian Grothoff | |
2022-06-15 | -more DB logic for taler-helper-auditor-reserves | Christian Grothoff | |
2022-06-15 | -more DB prep work towards reserve auditing with p2p payments | Christian Grothoff | |
2022-06-14 | -preparatory steps to expand auditor to know about purse and history fees | Christian Grothoff | |
2022-06-14 | -fix comments | Christian Grothoff | |
2022-06-13 | -towards coin audits with purse deposits | Christian Grothoff | |
2022-06-12 | -add dB logic for auditor iteration over purse deposits | Christian Grothoff | |
2022-06-08 | -expand auditordb to track progress for p2p payments | Christian Grothoff | |
2022-06-07 | -fix minor bugs | Christian Grothoff | |
2022-06-06 | Generate src/include/taler_signatures.h at bootstrap time | Thien-Thi Nguyen | |
* src/include/taler_signatures.h: Delete file. * contrib/gana-update.sh: Add calls to ‘domake’, ‘ensure’ for contrib/sigp. | |||
2022-06-05 | complete P2P/W2W conflict handling, deduplicate code across handlers | Christian Grothoff | |
2022-06-05 | -refactor internal API to use new EncrptedContract struct where applicable | Christian Grothoff | |
2022-06-05 | -move econtract into sub-object with its own parser | Christian Grothoff | |
2022-06-04 | -more work on p2p payments and tests thereof | Christian Grothoff | |
2022-06-04 | add KYC errors for p2p payments | Christian Grothoff | |
2022-06-04 | handle case where purse expiration refunded the coin's deposited amount | Christian Grothoff | |
2022-06-02 | -work on P2P payment details | Christian Grothoff | |
2022-06-01 | -work on SQL for P2P table replication | Christian Grothoff | |
2022-05-30 | -towards p2p auditor sync implementation: SQL still missing | Christian Grothoff | |
2022-05-30 | -fix reserve history, include in tests | Christian Grothoff | |
2022-05-30 | -generate 404 on non-existing accounts for fakebank, use payto://-URIs with ↵ | Christian Grothoff | |
receiver-name in tests | |||
2022-05-30 | -sketch API for RSA parallel signing | Christian Grothoff | |
2022-05-23 | -incomplete batch_withdraw test command | Christian Grothoff | |
2022-05-23 | -implement batch withdraw client-side logic | Christian Grothoff | |