summaryrefslogtreecommitdiff
path: root/src/backend/merchant.c
AgeCommit message (Collapse)Author
2015-11-25rename fest to satisfy naming conventionsChristian Grothoff
2015-11-24rearranging code to (1) satisfy naming and coding conventions a bit more, ↵Christian Grothoff
and (2) provide a task handle for each mint, which may fix #4042
2015-10-30adding auditors indication in contract generation, and auditor entry parsing ↵Marcello Stanisci
from the config file
2015-10-28Adding main behaviour to contract mgmt, plus importing additionalMarcello Stanisci
features from the mint code base
2015-10-27Adding context event loop, plus some code cleaningMarcello Stanisci
2015-10-27Reverting to the state whithout the mint details being fetchedMarcello Stanisci
from the configuration file. I.e. the state when the mint had no physical address in its JSON
2015-10-26fixing macro notation for using arguments as string constantsMarcello Stanisci
2015-10-26Fetching mint's details (compliant to the new API) from theMarcello Stanisci
configuration file. To test.
2015-08-04adding contract generation and storing in DB + minor tree adjustmentMarcello Stanisci