Commit Graph

294 Commits

Author SHA1 Message Date
Christian Grothoff
2310a3f474 fixing -h and -v command line tool options 2015-04-13 13:49:42 +02:00
Christian Grothoff
9e9bad8dad distinguish active/old denomination keys (#3634) 2015-04-13 13:11:54 +02:00
Christian Grothoff
15bec8f464 make wireformat configurable (#3624) 2015-04-12 22:52:54 +02:00
Christian Grothoff
6b64ad261e implement #3739 (properly) 2015-04-12 22:18:09 +02:00
Christian Grothoff
06afc160f5 finished with #3712: documentation update 2015-04-12 15:35:59 +02:00
Christian Grothoff
f6e14d3e93 implementing JSON logic to generate full error on /refresh/reveal (#3712) 2015-04-11 22:17:13 +02:00
Christian Grothoff
4f078c7666 scaffolding work towards #3712 2015-04-11 21:29:15 +02:00
Christian Grothoff
8b32125223 -bump copyright years 2015-04-11 16:41:05 +02:00
Christian Grothoff
bd2372f20e implementing #3740 2015-04-11 16:38:09 +02:00
Christian Grothoff
929a99cdbb more complete documentation 2015-04-11 16:32:05 +02:00
Christian Grothoff
45a0c89316 implement #3471 2015-04-11 16:29:11 +02:00
Christian Grothoff
5f879c0b4b fix type of transfer keys 2015-04-10 22:19:25 +02:00
Christian Grothoff
dd63d2f846 fix type of transfer keys 2015-04-10 22:18:50 +02:00
Sree Harsha Totakura
05f0aca976 httpd db: insert new session into the DB before it is referenced 2015-04-09 21:57:43 +02:00
Sree Harsha Totakura
0619d6d345 -fix indentation 2015-04-09 21:54:41 +02:00
Christian Grothoff
8ecb693990 indenting and minor improvements to refresh operations to make them match API spec 2015-04-09 20:37:21 +02:00
Christian Grothoff
d04360879e Merge branch 'master' of git+ssh://git.taler.net/var/git/mint 2015-04-08 22:29:39 +02:00
Christian Grothoff
76e6201e71 -typo 2015-04-08 22:29:21 +02:00
Christian Grothoff
80b29ed2ae indentation and minor updates to reflect latest API docs 2015-04-08 22:28:52 +02:00
Sree Harsha Totakura
5a0d63072f httpd refresh: remove unused melt_sig_json' and commit_sig_json' fields
The new protocol has coin signatures in the melt_coins JSON structure.  It also
does not have a session public key, so the commit_sig is unnecessary.
2015-04-08 21:30:45 +02:00
Christian Grothoff
42147c2501 switching /withdraw/sign from GET to POST 2015-03-29 14:17:52 +02:00
Christian Grothoff
3991cd1763 fix #3726 2015-03-29 13:48:15 +02:00
Christian Grothoff
98cbd77432 fix use of struct TALER_DenominationKeyValidityPS 2015-03-28 18:23:45 +01:00
Christian Grothoff
576545daeb fix use of struct TALER_MintSigningKeyValidityPS 2015-03-28 18:18:38 +01:00
Christian Grothoff
bb15fdd215 fix use of struct TALER_RefreshMeltCoinAffirmationPS 2015-03-28 17:27:08 +01:00
Christian Grothoff
cf13997ffc fix use of struct TALER_DepositConfirmationPS 2015-03-28 17:21:51 +01:00
Christian Grothoff
3c87b1a0b3 fix use of struct TALER_DepositRequestPS (rest) 2015-03-28 17:18:07 +01:00
Christian Grothoff
15b362373f fix use of struct TALER_DepositRequestPS (unfinished) 2015-03-28 17:10:39 +01:00
Christian Grothoff
d61dbb3109 fix use of struct TALER_WithdrawRequestPS 2015-03-28 16:51:54 +01:00
Christian Grothoff
15196c9bd4 move FIXME 2015-03-28 16:38:32 +01:00
Christian Grothoff
1e3f7586ec reference #3740 2015-03-28 16:37:09 +01:00
Christian Grothoff
7bdf3ba46a more doxygen fixes 2015-03-28 16:32:36 +01:00
Christian Grothoff
e4cbe66780 -doxygen fixes 2015-03-28 15:43:06 +01:00
Christian Grothoff
eca4f1a8fe -doxygen fixes 2015-03-28 15:42:07 +01:00
Christian Grothoff
c2fd4896a6 fixing a few missing renames for structs 2015-03-28 14:39:31 +01:00
Christian Grothoff
891018f69f minor renaming of signature values and improved documentation of signatures, also adding a few missing fields to signatures to address #3631 2015-03-28 14:22:21 +01:00
Christian Grothoff
9303881d22 fix extra-disting 2015-03-28 12:32:24 +01:00
Christian Grothoff
44b894ebe1 more rename-fest work 2015-03-28 12:29:35 +01:00
Christian Grothoff
c626ccac51 second round of renamefest 2015-03-28 11:06:00 +01:00
Christian Grothoff
eae1896a4b major rename-fest for more constent symbol names 2015-03-27 19:58:40 +01:00
Sree Harsha Totakura
ffe1ec4cb9 db: fix leftovers from #3716 2015-03-26 19:29:58 +01:00
Sree Harsha Totakura
10b693ace4 db: fix SIGSEGV in testcase 2015-03-26 19:29:03 +01:00
Sree Harsha Totakura
2a5691d8f8 db: testcase depends on the postgres plugin 2015-03-26 19:27:53 +01:00
Sree Harsha Totakura
0ab29c68c8 db: use correct testname 2015-03-26 18:36:52 +01:00
Sree Harsha Totakura
7e37ee5afe db: Free the connection_cfg_str created during postgres plugin load 2015-03-26 18:32:08 +01:00
Sree Harsha Totakura
c53a4d5b82 db: pick the right plugin in the DB testcase 2015-03-26 18:31:59 +01:00
Sree Harsha Totakura
f94bb0a3a0 db: Implement plugin loading and unloading 2015-03-26 18:06:37 +01:00
Christian Grothoff
a3ac2587cf Merge branch 'master' of git.taler.net:/var/git/mint 2015-03-24 18:27:24 +01:00
Christian Grothoff
ec05a64e3e space 2015-03-24 18:27:19 +01:00
Christian Grothoff
324bf3f980 fix #3484: sign over full key set as well 2015-03-24 17:53:13 +01:00
Christian Grothoff
d5acf53732 make kappa global fixed constant, not something to be negotiated, KISS 2015-03-24 17:25:00 +01:00
Christian Grothoff
f052af1e6b address #3731: no need for session public key or signature 2015-03-24 17:13:17 +01:00
Christian Grothoff
55959bd01d address #3708: melt_hash => session_hash, use session_hash for DB access, not session_pub 2015-03-24 16:56:06 +01:00
Christian Grothoff
7f79310aa1 fix #3728 2015-03-24 12:00:40 +01:00
Christian Grothoff
373fe1c138 avoid cast 2015-03-24 00:03:03 +01:00
Christian Grothoff
abc63eda98 avoid cast 2015-03-24 00:01:33 +01:00
Christian Grothoff
38fae8edf2 -resolving fixmes or annotating to bug tracker notes 2015-03-24 00:00:16 +01:00
Christian Grothoff
f73071bc62 fix #3638 2015-03-22 22:14:30 +01:00
Christian Grothoff
6c1081f1b5 fix #3642 2015-03-22 17:14:47 +01:00
Christian Grothoff
1d7bb2d091 fix #3636, and add amount parsing functionality to spec-parser 2015-03-22 17:10:45 +01:00
Christian Grothoff
884fff1297 fix #3637 2015-03-22 16:58:15 +01:00
Christian Grothoff
41478aea76 move deposit fee check to earlier 2015-03-22 16:20:03 +01:00
Christian Grothoff
3fe9a76098 move refresh fee check to earlier 2015-03-22 16:17:22 +01:00
Christian Grothoff
4ec78fba4e this was finished 2015-03-22 16:10:16 +01:00
Christian Grothoff
1277f8445d include fees in amounts being signed, check available balance on refresh 2015-03-22 16:09:01 +01:00
Christian Grothoff
c2a42d5475 this is actually OK 2015-03-22 14:58:40 +01:00
Christian Grothoff
b1133719bb forgot to add file earlier 2015-03-22 14:24:52 +01:00
Christian Grothoff
81e234e723 store and retrieve arrays from database where arrays are the unit of transaction, to reduce number of DB interactions 2015-03-22 14:21:16 +01:00
Christian Grothoff
3a94a76aac move free functions into plugin 2015-03-22 13:02:49 +01:00
Christian Grothoff
0d3ec509d7 move free functions into plugin 2015-03-22 13:02:11 +01:00
Christian Grothoff
53876904c5 fill in plugin vtable 2015-03-22 12:49:48 +01:00
Christian Grothoff
f7025fd630 fix testcase FTBFS 2015-03-21 14:21:00 +01:00
Christian Grothoff
067d489141 -fix FTBFS 2015-03-21 14:04:13 +01:00
Christian Grothoff
7d9a403275 first stab at establishing proper plugin API, main HTTP code compiles, other binaries FTBFS right now 2015-03-20 23:51:28 +01:00
Christian Grothoff
0414fb51a9 -link against libjansson 2015-03-19 21:52:11 +01:00
Christian Grothoff
fe0a75eaa0 use new GNUnet APIs to convert ECDSA to ECDHE keys 2015-03-19 14:23:43 +01:00
Christian Grothoff
10f75510c0 fix #3716: make sure amount-API offers proper checks against overflow and other issues 2015-03-18 18:57:36 +01:00
Christian Grothoff
6ba63aab84 fix #3716: make sure amount-API offers proper checks against overflow and other issues 2015-03-18 18:56:48 +01:00
Christian Grothoff
1f3f4ed8dd Merge branch 'master' of git+ssh://taler.net/var/git/mint 2015-03-18 18:55:46 +01:00
Christian Grothoff
23bf1eee74 fix #3716: make sure amount-API offers proper checks against overflow and other issues 2015-03-18 18:55:41 +01:00
Sree Harsha Totakura
e6b13123d7 update reserve summary when withdraws are made through insert_collectible_blindcoin 2015-03-18 13:50:03 +01:00
Christian Grothoff
08958c73e8 add refs to bugtracker 2015-03-17 14:54:04 +01:00
Christian Grothoff
e0ae4e1290 conclude taler-mint-keyup initial review 2015-03-17 14:45:31 +01:00
Christian Grothoff
b314f07431 make keyup configuration structure more logical 2015-03-17 14:34:55 +01:00
Christian Grothoff
93d1fe6e68 simplify 2015-03-17 12:27:26 +01:00
Christian Grothoff
2018a6b713 use existing log functions more 2015-03-17 12:17:42 +01:00
Christian Grothoff
4eeaff1355 documentation, comments 2015-03-17 11:37:21 +01:00
Christian Grothoff
0119f629b3 move TALER_CONFIG_get_denom into util lib 2015-03-17 10:48:12 +01:00
Christian Grothoff
293b4018d1 fix documentation and minor issues in DB tools 2015-03-16 18:19:05 +01:00
Sree Harsha Totakura
b3e076b10a db: testcases for insert_deposit and have_deposit 2015-03-16 11:08:52 +01:00
Sree Harsha Totakura
d794a6d53a db: implement have_deposit() 2015-03-16 11:08:52 +01:00
Sree Harsha Totakura
99af8083f5 db: implement insert_deposit() 2015-03-16 11:08:52 +01:00
Sree Harsha Totakura
b7c6edb0e5 httpd: Use the right fee for deposit transaction 2015-03-16 11:08:52 +01:00
Sree Harsha Totakura
7a417e1de0 db: update deposits table to support var length RSA denom keys 2015-03-16 11:08:52 +01:00
Christian Grothoff
8e7f9c2939 misc minor indentation, logging, comment fixes 2015-03-15 22:33:28 +01:00
Christian Grothoff
a6a68a6a98 review and minor fixes for taler-mint-keycheck.c 2015-03-15 21:10:05 +01:00
Christian Grothoff
dc0146ea68 note todo 2015-03-15 18:40:32 +01:00
Christian Grothoff
464077c547 properly handle variable-size RSA keys in key_io.c 2015-03-15 18:37:08 +01:00
Christian Grothoff
4d98a1200a refactor denomination key structs to allow proper signing / serialization with new variable-size RSA keys 2015-03-15 18:27:32 +01:00
Christian Grothoff
126cd5b3ff identifying where key_io still needs to be adapted 2015-03-15 18:08:04 +01:00