summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-15update prebuiltChristian Grothoff
2020-07-15use bool instead of int for zombie_requiredChristian Grothoff
2020-07-15prepare for #6133: extend report-lib with API for signal handlingChristian Grothoff
2020-07-14improve documentation on which invariants are checked by which auditor helperChristian Grothoff
2020-07-14check invariant that refund deadline should not be after wire deadlineChristian Grothoff
2020-07-14more auditor documentationChristian Grothoff
2020-07-13Merge branch 'master' of ssh://git.taler.net/exchange into HEADJonathan Buchanan
2020-07-13test for use-after-free crash when getting keysJonathan Buchanan
2020-07-13working on auditor documentationChristian Grothoff
2020-07-13clarify recoup can only refill, not fill a fresh reserveChristian Grothoff
2020-07-13add more detail to coin state machineChristian Grothoff
2020-07-12fix refsChristian Grothoff
2020-07-12more figuresChristian Grothoff
2020-07-12add reserve state machineChristian Grothoff
2020-07-12update API endpoint documentationChristian Grothoff
2020-07-12initial import of thesis-doldChristian Grothoff
2020-07-12update responseChristian Grothoff
2020-07-11more unit crypto testsChristian Grothoff
2020-07-11synchronize with latest GANAChristian Grothoff
2020-07-10test coin-reuse with recoup as wellChristian Grothoff
2020-07-10test coin_priv re-use with deposit and refresh, update handling of the error ↵Christian Grothoff
code client-side
2020-07-10remove unused/unusable coin_sig, return correct coin_pub in recoup-reveal ↵Christian Grothoff
failure context
2020-07-10fix wrong fmt stringChristian Grothoff
2020-07-10this invariant does not actually hold, i.e. if there is a /recoup request ↵Christian Grothoff
for a coin we never saw
2020-07-09work on more testing for recoup-refreshChristian Grothoff
2020-07-09made a uuid traitJonathan Buchanan
2020-07-08implement new behavior in exchange httpd and libtalerexchange (for #6416)Christian Grothoff
2020-07-08complete server-side logic to generate response for conflicting denomination ↵Christian Grothoff
keys for the same coin
2020-07-08synchronize with latest GANAChristian Grothoff
2020-07-08merge known_coin transaction into main transaction (for #6416)Christian Grothoff
2020-07-08add h_denom to melt signatures (for #6416)Christian Grothoff
2020-07-08add h_denom_pub to deposit signaturesChristian Grothoff
2020-07-08introduce known_coin_id, alas not yet usedChristian Grothoff
2020-07-08simplify DB access: do not fetch fields we do not needChristian Grothoff
2020-07-05also offer API for receiving rounded relative time via JSONChristian Grothoff
2020-07-05fix #6408: make sure all timestamps are always rounded when they arrive over ↵Christian Grothoff
JSON, or 400 the requester; similarly don't tolerate anything else as client
2020-07-05Merge branch 'protocolv8'Christian Grothoff
2020-07-05GNUNET_free_non_null is gone, use GNUNET_freeChristian Grothoff
2020-07-05GNUNET_free_non_null is gone, use GNUNET_freeChristian Grothoff
2020-07-05mergeChristian Grothoff
2020-07-05fix error reporting/handlingChristian Grothoff
2020-07-05move rewind command to exchange, add proper support for rewinding in ↵Christian Grothoff
batches, modify API to rewind to label
2020-07-05fix typoChristian Grothoff
2020-07-05expand justifications / agree with append-only logFlorian Dold
2020-07-05minor typoFlorian Dold
2020-07-05response to CBChristian Grothoff
2020-07-05bump required versionChristian Grothoff
2020-07-05fix FIXME by exposing deposit permission signing in API instead of doing it ↵Christian Grothoff
inside of the testing logic
2020-07-05fix #6236Christian Grothoff
2020-07-05synchronize with latest GANAChristian Grothoff