summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-06contract terminology renaming (#4877)Florian Dold
2017-02-06h_proposal_data -> hashMarcello Stanisci
2017-02-04h_contract->h_proposal_dataMarcello Stanisci
2017-02-03typoMarcello Stanisci
2017-02-03Renaming's first steps.Marcello Stanisci
2017-01-13remove redundant fields from ContractPS (#4859)Florian Dold
2017-01-13Add option to initialized db, fixes 4858Florian Dold
Additionally remove the TESTRUN option, since the name is confusing and doesn't match the original semantics (temp tables). Test cases should now invoke the exchange httpd with the "-i" option.
2017-01-12elaborate on ContractPSFlorian Dold
2017-01-12commentFlorian Dold
2017-01-03disable MHD deprecation warnings as we want to be compatible to older ↵Christian Grothoff
releases that simply have not the new symbols (fixing #4845)
2016-12-23typoMarcello Stanisci
2016-12-12Error codes for /map/outMarcello Stanisci
2016-12-09db error code for /map/inMarcello Stanisci
2016-12-09Syntax errorMarcello Stanisci
2016-12-09Error code for /map/in (imported by merchant backend)Marcello Stanisci
2016-12-04#4828Marcello Stanisci
2016-11-25refuse to start if we have no denominationsFlorian Dold
2016-11-21better logging when db connection failsFlorian Dold
2016-11-19taler-exchange-wire: infer method from JSON if possibleFlorian Dold
2016-11-18version bump and ChangeLog updatev0.2.0Christian Grothoff
2016-11-18addressing #4803: nicer error messages for invalid wire formatsChristian Grothoff
2016-11-18hack to get taler-config working againChristian Grothoff
2016-11-18fixing another test failing due to amount 1e-8 changeChristian Grothoff
2016-11-18fix testcase with new 1e-10 logicChristian Grothoff
2016-11-18change fractional base to 1e8Florian Dold
2016-11-17add idempotency checks for /refresh/reveal, fixing #4793Christian Grothoff
2016-11-17handle more nicely the case that concurrent withdraws have changed history, ↵Christian Grothoff
causing us to see a different balance just before the commit; in this case, just retry the transaction; this should fix #4794
2016-11-17if reserve history computation reveals database inconsistency, do not abort ↵Christian Grothoff
but return proper error code
2016-11-17add proper log statement on successChristian Grothoff
2016-11-17add log statement on successChristian Grothoff
2016-11-17need to initialize reserve_pub firstChristian Grothoff
2016-11-17increments of more than 1 do happenChristian Grothoff
2016-11-17cut and paste errorChristian Grothoff
2016-11-17select proper row of result set, not row 0 (in misc. database operations)Christian Grothoff
2016-11-17serial IDs start at 1, fixed in right place this timeChristian Grothoff
2016-11-17serial IDs start at 1Christian Grothoff
2016-11-17fix exchangedb auditor functions to return proper serial idsChristian Grothoff
2016-11-17handle case rowid = 0Christian Grothoff
2016-11-17change rowid type to uint64_t everywhere; start with reserve-analysis in auditorChristian Grothoff
2016-11-17actually install taler-configChristian Grothoff
2016-11-17add note on #4794Christian Grothoff
2016-11-17add note for #4792Christian Grothoff
2016-11-17update ChangeLogChristian Grothoff
2016-11-17three more missing rollbacks foundChristian Grothoff
2016-11-17Merge branch 'master' of git+ssh://taler.net/exchangeChristian Grothoff
2016-11-17fix error handling path that resulted in non-aborted transaction persisting, ↵Christian Grothoff
causing subsequent transactions to fail (#4737)
2016-11-16Merge branch 'master' of taler.net:exchangeMarcello Stanisci
2016-11-16Resuming taler-config generationMarcello Stanisci
2016-11-14remove taler-arm, since we use taler-deployment-armFlorian Dold
2016-11-12fixing typosChristian Grothoff