summaryrefslogtreecommitdiff
path: root/src/tests
AgeCommit message (Collapse)Author
2015-11-25rename fest to satisfy naming conventionsChristian Grothoff
2015-11-03Adding:Marcello Stanisci
- new JNC for fetching strings within JSONs (tested, and presumably to be included into the mint codebase). - error handling if the the wallet gives (inside a deposit permission) a wrong denomination key for a right mint Fixing minor issues.
2015-10-30Adding further test instructions, fixing minor bugsMarcello Stanisci
2015-10-30Adding new test samples. Fixing minor problems in the frontendMarcello Stanisci
"/pay" handler.
2015-10-29adding deposit sample data for testingMarcello Stanisci
2015-10-29Adding /pay skeletonMarcello Stanisci
2015-10-29completing /contract REST callMarcello Stanisci
2015-10-27Adding context event loop, plus some code cleaningMarcello Stanisci
2015-10-23Restructuring merchant:Marcello Stanisci
- Calling URLs handlers as the mint does - Moving URLs handlers into dedicated functions (moved inside dedicated source files) - Some file renaming - Fixing some warnings about 'const' variables used in test_contract
2015-10-14minor fixMarcello Stanisci
2015-09-30adding error code for primary key violationMarcello Stanisci
2015-09-24adapting the "abs to json" to the latest mint codeMarcello Stanisci
(for example, it is mandatory to round the time before) (converting it to a JSON string).
2015-09-24adding "refund_deadline" mgmt (DB,testcase,httpd,library)Marcello Stanisci
2015-09-24DB query to retrieve the nounce,edate pair based on theMarcello Stanisci
contract hash: tested
2015-09-23adding further columns to the "contracts" table: e.g. "edate",Marcello Stanisci
"nounce", "timestamp". Plus, adding a function for querying the DB in order to get the contract (nonce,edate) by looking for its hashed stringification. Plus adjusting accordingly the testcase.
2015-09-23adding column hash(a) in contracts table, plusMarcello Stanisci
a few cleanings on the JSON manipulations.
2015-09-17now signing only the contract JSON's hash; no other information.Marcello Stanisci
2015-09-17adding JSON fields 'max fee' and 'mints' (to indicate the accepted mints)Marcello Stanisci
to the library and the httpd dedicated routines
2015-09-16adding which mints & maximum fee are accepted, in the contract.Marcello Stanisci
To be tested.
2015-09-16fixing 3966 and refactoring the wayMarcello Stanisci
the HTTP server handles malformed queries.
2015-09-16testsuite able to generate the new contract format,Marcello Stanisci
and library accordingly modified. To be documented on the APIs
2015-09-15adding merchant library +Marcello Stanisci
testcases for contract mgmt + minor tree adjustments