| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-26 | change sharding strategy for refund table | 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-23 | more skeleton logic for P2P operations on DB | Christian Grothoff | |
| 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-22 | add one more p2p signature | Christian Grothoff | |
| 2022-03-22 | implement helper functions for p2p signatures, clean up existing signature logic | 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 | 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 | 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-18 | add deposits_by_coin table to speed-up certain queries (in theory) | Christian Grothoff | |
| 2022-03-18 | change table structures again to shard better by coin_pub and not use ↵ | Christian Grothoff | |
| known_coin_id so much | |||
| 2022-03-17 | -remove dead field, return h_commitment_age to auditor | Christian Grothoff | |
| 2022-03-17 | -misc fixes | Christian Grothoff | |
| 2022-03-10 | -also work with h_payto trait | Christian Grothoff | |
| 2022-03-05 | add client API for setting global fees | Christian Grothoff | |
| 2022-03-05 | add more logic for new global fees | Christian Grothoff | |
| 2022-03-05 | -more work on global_fees | Christian Grothoff | |
| 2022-03-05 | work on global fee structure | Christian Grothoff | |
| 2022-03-05 | refactor /wire to include logic to return the wad fee (for W2W payments) | Christian Grothoff | |
| 2022-03-05 | sync tables "extensions" and "extension_details" with auditor | Özgür Kesim | |
| 2022-03-05 | add signing/verifying functions for global fees | Christian Grothoff | |
| 2022-03-05 | introduce sets for wire fees and global fees | Christian Grothoff | |
| 2022-03-03 | use 32 byte hash for hpayto, use that for joins on queries to better align ↵ | Christian Grothoff | |
| queries with partitions | |||
| 2022-03-03 | include shard when marking deposits tiny/done to make better use of ↵ | Christian Grothoff | |
| partitions/shards | |||
| 2022-03-03 | [age restriction] progress 18/n - attestation tested | Özgür Kesim | |
| - Unit-tests for commit, derive, attest and verify added, with multiple combinations of minimum age and commited age. - Fixed crypto implementation (eddsa -> ecdsa) - Using now standard functionality from GNUNET: GNUNET_CRYPTO_ecdsa_{private,public}_key_derive All tests pass (unit tests in util/ and 'make check' in testing). | |||
| 2022-03-02 | Include partitioning in dbinit | Marco Boss | |
| 2022-03-02 | use plain uint32_t | Marco Boss | |
| 2022-03-02 | clearer doc | Marco 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-02 | include partitioning logic in dbinit | Marco Boss | |
| 2022-03-02 | -amend missing parts to commit b20ddf0c8 | Özgür Kesim | |
| - functions TALER_age_commitment_attest and TALER_age_commitment_verify implemented. - age restriction implementation moved into util/age_restriction.c | |||
| 2022-03-01 | Refactoring TALER_AgeCommitment | Özgür Kesim | |
| Instead of a single struct TALER_AgeCommitment, we now use 1. TALER_AgeCommitment for the age mask and list public keys for age restriciton. 2. TALER_AgeProof for list of private keys for age restriction 3. TALER_AgeCommitmentProof for the aggregation of the former two. Also, we introduce TALER_AgeAttestation as the EDDSA signature to attest a particular age group, along with the function prototypes TALER_age_commitment_attest and TALER_age_commitment_verify. | |||
| 2022-02-28 | work on auditor-sync update to latest DB | Christian Grothoff | |
| 2022-02-28 | -work on test_sync.sh, incomplete | Christian Grothoff | |
| 2022-02-28 | get test-auditor and #7181 to pass | Christian Grothoff | |
| 2022-02-24 | -add parens | Christian Grothoff | |
| 2022-02-23 | -make age commiment structs const in traits | Özgür Kesim | |
| 2022-02-22 | double melt test no works with age restriction | Özgür Kesim | |
| - added missing field h_age_commitment in exchange's error response - slight refactoring | |||
| 2022-02-22 | [age restriction] progress 16/n - refresh/reveal/link tests | Özgür Kesim | |
| Age restriction works now with withdraw, melt/refresh/reveal and link, including tests. However, there is still a problem with the tests: The melting operation "refresh-melt-failing-age" that should fail (because of conflict), but currently fails for other reasons. I decided to disable that particular test (and the next) and submit the patch I have so far. | |||
| 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-18 | -reducing FIXMEs re: age restriction | Özgür Kesim | |
| - deposit info now carries h_age_commitment - benchmark does age commitment, too | |||
| 2022-02-18 | -minor merge conflict resolves | Özgür Kesim | |
