summaryrefslogtreecommitdiff
path: root/src/exchange-tools
AgeCommit message (Collapse)Author
2022-03-05-add global-fee subcommand to taler-exchange-offlineChristian Grothoff
2022-03-05refactor /wire to include logic to return the wad fee (for W2W payments)Christian Grothoff
2022-03-02Include partitioning in dbinitMarco Boss
2022-03-02use plain uint32_tMarco Boss
2022-03-02fixMarco Boss
2022-03-02fixMarco Boss
2022-03-02-refactor TALER_AgeMask.mask -> TALER_AgeMask.bitsÖzgür Kesim
also: fix off-by-one in TALER_age_restriction_commit
2022-03-02include partitioning logic in dbinitMarco Boss
2022-02-21-big renaming of structs for consistent naming with P suffixChristian Grothoff
2022-02-19add libtalerextensions.la to _LDADD (two instances)Thien-Thi Nguyen
* src/benchmark/Makefile.am (taler_bank_benchmark_LDADD): ...here. * src/exchange-tools/Makefile.am (taler_auditor_offline_LDADD): Likewise.
2022-02-17-fix CS nonce reuse check logicChristian Grothoff
2022-02-16[age restriction] progress 14/n - withdraw and depositÖzgür Kesim
Age restriction support for - withdraw is done and tested - deposit is done and tested TODOs: - melt/refresh/reveal - link ------ Added functions - TALER_age_restriction_commit - TALER_age_commitment_derive - TALER_age_commitment_hash - TALER_age_restriction_commitment_free_inside - Hash of age commitment passed around API boundaries Exchangedb adjustments for denominations - all prepared statements re: denominations now handle age_mask - signature parameters adjusted Hash and signature verification of /keys adjusted - Hashes of (normal) denominations and age-restricted denominations are calculated seperately - The hash of the age-restricted ones will then be added to the other hash - The total hash is signed/verified Tests for withdraw with age restriction added - TALER_EXCHANGE_DenomPublickey now carries age_mask - TALER_TESTING_cmd_withdraw_amount* takes age parameter - TALER_TESTING_find_pk takes boolean age_restricted - WithdrawState carries age_commitment and its hash - withdraw_run derives new age commitment, if applicable - Added age parameter to testing (13 as example) Various Fixes and changes - Fixes of post handler for /management/extensions - Fixes for offline tool extensions signing - Slight refactoring of extensions - Age restriction extension simplified - config is now global to extension - added global TEH_age_restriction_enabled and TEH_age_mask in taler-exchange-httpd - helper functions and macros introduced
2022-02-12-doxygen fixesChristian Grothoff
2022-02-09-fix leakChristian Grothoff
2022-02-07-rename festChristian Grothoff
2022-02-06-fix recoup testing cmdsChristian Grothoff
2022-02-04introduce new type for security module pubkeysGian Demarmels
2022-02-04implement CS key handling and csr endpointLucien Heuzeveldt
2022-01-23[age_restriction] progress 13/nÖzgür Kesim
- major refactoring of extensions - extensions live now in a separate library, libtalerextensions - refactored all components using age_restriction accordingly - plumbing for plugin support for extensions roughly layed down
2022-01-21[age restriction] progress 12/nÖzgür Kesim
- taler-offline-tool now handles extensions - command "extensions" added with subcommands "show" and "sign" - parses extensions from taler config - shows and signs of extensions and their configurations - creates signed set of configurations for upload - added test for retrieval of extension config - simplified signature verification for extensions - remove per-extension signatures, also from DB schema - adjust prepared statements accordingly - adjust DB event handler for extensions - allow NULL for config for extension in DB schema - handler for /management/extensions adjusted to new datastructures - changed test for TALER_denom_blind/TALER_denom_sign_blinded with and without TALER_AgeHash - minor updates and various fixes
2021-12-26resolve #7124: ensure -s also deletes work_shardsChristian Grothoff
2021-12-14introducing GNUNET_TIME_Timestamp, recoup now with amountsChristian Grothoff
2021-12-09crypto worker: eddsa signingFlorian Dold
2021-12-08crypto worker: remove unused argsFlorian Dold
2021-12-08crypto worker: fix refresh planchet setupFlorian Dold
2021-12-08put crypto worker in exchange-tools, re-enable buildFlorian Dold
2021-11-24fix #7107Christian Grothoff
2021-11-19-fix misc. compiler warningsChristian Grothoff
2021-11-17-use different hash for RSA vs. Denomination hashingChristian Grothoff
2021-11-16-fix rvalChristian Grothoff
2021-10-27-fix warningChristian Grothoff
2021-10-27fix lib/ FTBFSChristian Grothoff
2021-10-27-fix more FTBFS issuesChristian Grothoff
2021-10-27-fix more FTBFS issuesChristian Grothoff
2021-09-17-DCE, nicer return valuesChristian Grothoff
2021-09-03first draft for an aggregator benchmark, plus fixing inclusive/exclusive ↵Christian Grothoff
sharding range issues
2021-09-03preliminary work on supporting sharding/parallel aggregation (undertested, ↵Christian Grothoff
but tests pass again)
2021-08-18-swap WARNING/ERROR to fix #6991Christian Grothoff
2021-08-08introduce TALER_OS_init() to safely handle static linkageChristian Grothoff
2021-07-31-remove more json_pack callsChristian Grothoff
2021-07-31-eliminate more format-string packsChristian Grothoff
2021-07-30fix #6967Christian Grothoff
2021-07-29fix #6960Christian Grothoff
2021-07-29configFlorian Dold
2021-07-24fix #6939 in exchangeChristian Grothoff
2021-06-24improve loggingChristian Grothoff
2021-06-22fix auditor-offline issueChristian Grothoff
2021-04-23fix more typosChristian Grothoff
2021-04-12do not hang in taler-auditor-offline if sign output is emptyChristian Grothoff
2021-02-24use PUBLIC_KEY from configuration in upload stepChristian Grothoff