Commit Graph

  • ec0131bc1d change tests to use persistent DB to vastly improve performance Christian Grothoff 2015-09-21 15:41:19 +0200
  • 55a3d7b5e4 -fix typo Christian Grothoff 2015-09-21 15:41:01 +0200
  • 0c81825296 run sh-based testcases Christian Grothoff 2015-09-21 15:40:40 +0200
  • bef69272f6 nicer logging Christian Grothoff 2015-09-21 15:40:22 +0200
  • 49739455b0 fix NPE if denomination key not found Christian Grothoff 2015-09-21 15:39:59 +0200
  • cf0249b443 fix NPE if denomination key not found Christian Grothoff 2015-09-21 15:33:27 +0200
  • c60a746a5d -bugfix Christian Grothoff 2015-09-21 14:46:25 +0200
  • 93a84d5e5a retry transactions on serialization/dead-lock failures (#3990) Christian Grothoff 2015-09-21 14:36:18 +0200
  • 70c28e53d0 indenting Christian Grothoff 2015-09-21 10:59:48 +0200
  • a9f01707ad add option -C to force closing of connections Christian Grothoff 2015-09-21 10:43:22 +0200
  • 49d8426cf4 remove strange historic test directories Christian Grothoff 2015-09-21 09:45:39 +0200
  • 16ed21afe0 expanding test to cover multi-wire format scenarios (#3972) Christian Grothoff 2015-09-20 14:02:10 +0200
  • a6f8fa98b0 implement #3972: support multiple wire formats concurrently Christian Grothoff 2015-09-20 13:48:15 +0200
  • 1eadd66ae0 renaming /withdraw to /reserve (#3968) Christian Grothoff 2015-09-19 22:08:49 +0200
  • cc47c5c701 implement #3838 (as required for wire transfers) Christian Grothoff 2015-09-19 20:28:37 +0200
  • f8a730a0ab fixing #3816: adding 'id' field to uniquely identify each deposit Christian Grothoff 2015-09-19 20:02:21 +0200
  • 37a84c5af7 finish implementing #3847 Christian Grothoff 2015-09-19 16:34:27 +0200
  • 00b697c405 Merge branch 'master' of git+ssh://git.taler.net/var/git/mint Christian Grothoff 2015-09-19 16:11:39 +0200
  • 7fbae8f69f implementing retrieval of auditor information from /keys in mint API (with updated specification) - #3847 Christian Grothoff 2015-09-19 16:11:31 +0200
  • b0c7912df7 finish implementing #3847 Christian Grothoff 2015-09-18 15:37:15 +0200
  • fb14af5ba8 towards implementing #3847 Christian Grothoff 2015-09-17 16:10:30 +0200
  • 690019c175 implement mintdb API for mint to read auditor keys from disk -- and form auditor-sign tool to write them in the right format Christian Grothoff 2015-09-17 14:13:41 +0200
  • a8755be2b7 implement auditor signing tool Christian Grothoff 2015-09-16 19:18:48 +0200
  • 2fa65141a6 adding man page for taler-auditor-sign Christian Grothoff 2015-09-16 18:48:52 +0200
  • cee6c54cdf add -o option to taler-mint-keyup Christian Grothoff 2015-09-16 18:48:05 +0200
  • fa27e3f204 ref Christian Grothoff 2015-09-16 09:37:47 +0200
  • e44f0309ee reference #3972 Christian Grothoff 2015-09-15 17:28:57 +0200
  • e68446e0a8 adding tests for /wire Christian Grothoff 2015-09-15 17:27:02 +0200
  • 1b0f860990 support for /wire testing Christian Grothoff 2015-09-15 10:00:21 +0200
  • 899f2b4070 implement /wire api (#3947) Christian Grothoff 2015-09-14 15:29:40 +0200
  • 6501118f6c remove /lock skeleton logic (#3625) Christian Grothoff 2015-09-14 11:56:37 +0200
  • b04c5c7f30 bib Christian Grothoff 2015-09-09 20:36:31 +0200
  • 497f8471ea edits Christian Grothoff 2015-09-09 20:35:27 +0200
  • 7237665713 edits Christian Grothoff 2015-09-09 20:34:07 +0200
  • 015cf82019 edits Christian Grothoff 2015-09-09 20:33:34 +0200
  • 5eb5aa820a Merge branch 'master' of git+ssh://git.taler.net/var/git/mint Christian Grothoff 2015-09-06 18:35:37 +0200
  • 92902cb958 update Fig 1, add section on error handling, expand on importance/role of linkage protocol, mention performance measurements, Acks Christian Grothoff 2015-09-06 18:35:24 +0200
  • 139d6f7ebb mintdb postgres: reorganize code in test_mintdb.c Sree Harsha Totakura 2015-08-25 11:01:15 +0200
  • a5f6cbd920 Bigger initialization for benchmarking Fournier Nicolas 2015-08-25 18:28:54 +0200
  • ae73f166e5 mintdb postgres: test get_refresh_commit_coins() Sree Harsha Totakura 2015-08-24 11:54:30 +0200
  • 0c16a9faea Double spending is detected only if it present Sree Harsha Totakura 2015-08-24 11:22:38 +0200
  • 6cef7af5c9 Merge branch 'master' of ssh://taler.net:/var/git/mint Christian Grothoff 2015-08-18 17:28:25 +0200
  • 543d28459a mintdb postgres: test insert_refresh_commit_coins() Sree Harsha Totakura 2015-08-18 14:53:13 +0200
  • a09d684cfc handle permutations of keys in reply Christian Grothoff 2015-08-18 12:24:51 +0200
  • 0767119202 mintdb postgres: test refresh_order_get() Sree Harsha Totakura 2015-08-18 11:09:07 +0200
  • 76b5feef91 mintdb postgres: test insert_refresh_order() Sree Harsha Totakura 2015-08-18 10:56:47 +0200
  • 84ba086d00 ignore Christian Grothoff 2015-08-17 23:54:30 +0200
  • 51e0612f8b some DB logic fixes, so now more of tests pass Christian Grothoff 2015-08-17 23:38:00 +0200
  • 1a0eb0307a mintdb postgres: parameterize denomination creation. Sree Harsha Totakura 2015-08-17 23:07:32 +0200
  • e0b587b494 use proper function for uint16 handling Christian Grothoff 2015-08-17 22:45:17 +0200
  • 0a1491562c preliminary work on more benchmarks Fournier Nicolas 2015-08-17 10:56:56 +0200
  • 8e6f121a68 Merge branch 'master' of git+ssh://taler.net/var/git/mint Sree Harsha Totakura 2015-08-17 10:30:45 +0200
  • 767e2f18f1 mintdb postgres: test get_refresh_mint() Sree Harsha Totakura 2015-08-17 10:19:08 +0200
  • 08c947a01f -notes on testing Christian Grothoff 2015-08-17 03:57:50 +0200
  • c4a68b896f add internal sig verification, pack hashes, fix testcase Christian Grothoff 2015-08-17 03:56:49 +0200
  • 0edac10665 use correct response code Christian Grothoff 2015-08-17 03:40:16 +0200
  • 1b5f4c8258 fix use-after-free, ignore errors in testcase that can be explained by unsupported permuatations of the results Christian Grothoff 2015-08-17 03:35:11 +0200
  • b5a58e516c fix /refresh/link response handling Christian Grothoff 2015-08-17 03:24:10 +0200
  • 81af01a209 fix DB logic: actually iterate where we need to Christian Grothoff 2015-08-17 03:07:48 +0200
  • 86665a7c9f mintdb postgres: test insert_refresh_melt(). Sree Harsha Totakura 2015-08-16 23:06:28 +0200
  • a9e1eabe46 mintdb postgres: misc fixes Sree Harsha Totakura 2015-08-13 23:16:31 +0200
  • aa79e52fde activating test /refresh/link (still fails) Christian Grothoff 2015-08-14 23:09:34 +0200
  • a8f65175f4 adapt code to match (updated) spec Christian Grothoff 2015-08-14 22:42:19 +0200
  • 3d1627daa7 helper function for debugging Christian Grothoff 2015-08-14 22:05:34 +0200
  • 8a40432488 fix offset: do not add off for the index into the keys from the client Christian Grothoff 2015-08-14 22:05:08 +0200
  • e34d340cae fix key index Christian Grothoff 2015-08-14 22:02:33 +0200
  • d7ec46f9c7 fix db insert Christian Grothoff 2015-08-14 21:06:13 +0200
  • c21da52b68 swap dimensions as per protocol spec Christian Grothoff 2015-08-14 15:19:50 +0200
  • 6173324cd9 fix typo Christian Grothoff 2015-08-14 15:06:26 +0200
  • c1df2e6283 fix melt sig alignment issue Christian Grothoff 2015-08-14 15:01:11 +0200
  • cb5f2b4fe5 -fix direction Christian Grothoff 2015-08-14 14:52:07 +0200
  • e5cf863ceb -fix typo Christian Grothoff 2015-08-14 14:51:24 +0200
  • 3a3afcb119 also build mint-lib if we only have libgnurl Christian Grothoff 2015-08-14 14:44:01 +0200
  • 911dac83cd Merge branch 'master' of ssh://taler.net:/var/git/mint Christian Grothoff 2015-08-14 01:04:02 +0200
  • feb001f478 non-free Christian Grothoff 2015-08-14 01:03:50 +0200
  • b456400ab2 fixes for melt insertion Fournier Nicolas 2015-08-13 09:22:38 +0200
  • d238b9d398 fix for get_known_coin Fournier Nicolas 2015-08-13 09:20:35 +0200
  • 891a004385 Merge branch 'master' of ssh://taler.net:/var/git/mint Christian Grothoff 2015-08-12 15:36:06 +0200
  • 938caa47eb fixed test size Fournier Nicolas 2015-08-12 10:19:24 +0200
  • 58e3f8bece fixed 0003936 Fournier Nicolas 2015-08-12 10:07:57 +0200
  • 563b30bbfb finishing taler-mint-sepa Christian Grothoff 2015-08-11 16:53:04 +0200
  • 3662be1bac -return proper response Christian Grothoff 2015-08-11 16:34:12 +0200
  • bda1025dc1 fix accidential removal Christian Grothoff 2015-08-11 16:11:22 +0200
  • 0935038087 Merge remote-tracking branch 'refs/remotes/origin/master' Fournier Nicolas 2015-08-11 16:01:28 +0200
  • 762676bd2c fix ftbfs Fournier Nicolas 2015-08-11 15:58:31 +0200
  • a6fb64ae72 fix ftbfs Fournier Nicolas 2015-08-11 15:52:40 +0200
  • 13619f425c towards implementing /wire replies Christian Grothoff 2015-08-11 14:40:09 +0200
  • 655e6f17bd Merge branch 'master' of taler.net:/var/git/mint Fournier Nicolas 2015-08-10 18:12:43 +0200
  • 8791ce6a04 added new benchmarks Fournier Nicolas 2015-08-10 18:12:27 +0200
  • d344ff5e6d Merge branch 'master' of git+ssh://taler.net/var/git/mint Christian Grothoff 2015-08-10 17:46:15 +0200
  • 27e271079b calling /wire skeletons, adding /robots.txt page Christian Grothoff 2015-08-10 17:46:09 +0200
  • 7a2ddd1ee5 skeleton for /wire requests Christian Grothoff 2015-08-10 17:45:54 +0200
  • d6c1340bcd Merge branch 'master' of taler.net:/var/git/mint Fournier Nicolas 2015-08-10 15:11:11 +0200
  • b02dc90ba0 reworked initialization Fournier Nicolas 2015-08-10 15:11:02 +0200
  • cf3345a96f initialize melt_fee in the TALER_MINT_RefreshMelt struct Christian Grothoff 2015-08-09 21:50:23 +0200
  • e08f479eb4 -fix testcase, more verbose logging of client protocol errors Christian Grothoff 2015-08-09 21:38:04 +0200
  • 6237981d96 rename struct TALER_MINTDB_RefreshCommitLinkP to struct TALER_RefreshCommitLinkP Christian Grothoff 2015-08-09 21:25:49 +0200
  • 3ead9d772a move struct TALER_MINTDB_RefreshCommitLinkP to taler_signatures.h Christian Grothoff 2015-08-09 21:25:02 +0200
  • 0140dd818b fix missing bits from session hash calculation Christian Grothoff 2015-08-09 21:24:36 +0200
  • cd4018e61a fix signature purpose used, log session hash for diagnostics Christian Grothoff 2015-08-09 19:31:59 +0200