summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-27a first step towards normalizing the DB a bit and not storing data redundantlyChristian Grothoff
2016-05-27rename to avoid ambiguityChristian Grothoff
2016-05-27add ON DELETE CASCADE refs where applicableChristian Grothoff
2016-05-26fix #4533 for exchange (breaks interaction with bank for /admin/add/incoming)Christian Grothoff
2016-05-26change edate to wire_transfer_deadline/delay (#4521)Christian Grothoff
2016-05-25fix #4537Christian Grothoff
2016-05-25Merge branch 'master' of git.taler.net:/var/git/exchangeJeff Burdges
2016-05-25Add my mail about the PRNG attack on blindingJeff Burdges
I imagine this will develop further shortly
2016-05-24fixing #4520: be more aggressive at asserting when API is violatedChristian Grothoff
2016-05-24add a few more DB constraintsChristian Grothoff
2016-05-24fix #4483Christian Grothoff
2016-05-24allow access to raw /keys responseFlorian Dold
2016-05-22Just an iJeff Burdges
2016-05-22Add some FIXMEs to section 4 on naming and describing protocolsJeff Burdges
2016-05-22We cannot say "exchanged" everywhere we previously said "minted"Jeff Burdges
Imho we should resurect minted for this scenario, but that's complex.
2016-05-22Replace coin singing key with denomination keyJeff Burdges
2016-05-22Section 3 cahngesJeff Burdges
2016-05-21Mention HINDEJeff Burdges
2016-05-21Oops, I hadn't quite finished some edits thereJeff Burdges
2016-05-21testing refund, fixing bugs, refund test passesChristian Grothoff
2016-05-21make use of GNUNET_JSON_from_data_auto where possibleChristian Grothoff
2016-05-21Changes to first two sections based on referee reportsJeff Burdges
2016-05-20extending interpreter to cover refund (but not used yet)Christian Grothoff
2016-05-20fix init before use in new refund logicChristian Grothoff
2016-05-20enforce wire deadline >= refund_deadline in exchangeChristian Grothoff
2016-05-20Merge branch 'master' of git+ssh://git.taler.net/var/git/exchangeChristian Grothoff
2016-05-20enforce wire deadline >= refund_deadline in APIChristian Grothoff
2016-05-20Just a few rewardings based on refere commentsJeff Burdges
2016-05-20Add postquantum.bbl and .blg files to .gitignoreJeff Burdges
I dislike adding the .bbl files to .gitignore, but we're doing taler that way now.
2016-05-20Add FC 2016 reviewJeff Burdges
2016-05-20log cause for /admin/add/incoming failuresChristian Grothoff
2016-05-19export function to free commit coin dataChristian Grothoff
2016-05-19allow env overrideChristian Grothoff
2016-05-19finished implementing #4401Christian Grothoff
2016-05-19more work on #4401, almost doneChristian Grothoff
2016-05-19more work on #4401Christian Grothoff
2016-05-19more work towards fixing #4401Christian Grothoff
2016-05-19rename GNUNET_CRYPTO_rsa_BlindingKey to GNUNET_CRYPTO_RsaBlindingKey ↵Christian Grothoff
following GNUnet API change
2016-05-19working on DB test, unfinishedChristian Grothoff
2016-05-18fix #4506: check that master key matches our master key when loading signing ↵Christian Grothoff
and denomination keys; also do not send master_pub with each signing key, that is not in the spec
2016-05-18warn properly if we failed to run taler-exchange-aggregatorChristian Grothoff
2016-05-18fix table dropping logic to ensure testcases run in fresh environmentChristian Grothoff
2016-05-16use GNUNET_new_array()Christian Grothoff
2016-05-16not all are 2dChristian Grothoff
2016-05-16Merge branch 'master' of git+ssh://taler.net/var/git/exchangeChristian Grothoff
2016-05-16fixing #3814 by removing ability to melt multiple oldcoins at the same timeChristian Grothoff
2016-05-11MASTER_KEY in section merchant-exchange-test used to point exchange's ↵Marcello Stanisci
private key. Fixed
2016-05-11uncommenting PORT in configMarcello Stanisci
2016-05-10merchant private key in config generatorMarcello Stanisci
2016-05-10adding EDATE in merchant config generatorMarcello Stanisci