Christian Grothoff
9fbd7967b1
handle 200 OK response from /withdraw/sign
2015-06-22 20:38:35 +02:00
Christian Grothoff
57f4c31514
finished implementing request construction for /withdraw/sign
2015-06-22 20:18:45 +02:00
Christian Grothoff
7a319f605a
get skeleton withdraw code to compile
2015-06-22 18:36:52 +02:00
Christian Grothoff
463fd2d557
starting with withdraw impl
2015-06-22 18:35:13 +02:00
Christian Grothoff
d98d085ff5
Merge branch 'master' of git+ssh://git.taler.net/var/git/mint
2015-06-22 18:11:34 +02:00
Christian Grothoff
b381a3093d
fixing #3857
2015-06-22 18:11:25 +02:00
Christian Grothoff
214bcf54c7
Merge branch 'master' of git+ssh://taler.net/var/git/mint
2015-06-22 15:23:23 +02:00
Christian Grothoff
e51b6f753a
drafting API for /withdraw/status and /withdraw/sign
2015-06-22 15:23:18 +02:00
Fournier Nicolas
a4773ac390
Added suport for testing more database operations
2015-06-22 14:46:19 +02:00
Christian Grothoff
3954fbe8c0
finishing implementation of #3516
2015-06-22 14:36:01 +02:00
Christian Grothoff
f0c8858825
-check consistency of amount with purpose's amount
2015-06-22 14:23:09 +02:00
Christian Grothoff
6d323a50d2
marking remaining FIXMEs for #3516
2015-06-21 21:49:05 +02:00
Christian Grothoff
a334005e3d
implemented signature verification for /deposit 200 OK response
2015-06-21 21:17:33 +02:00
Christian Grothoff
8f6e911308
-implement signature checking on /deposit
2015-06-21 20:43:54 +02:00
Christian Grothoff
5caa52aa4c
implementing /deposit JSON generation
2015-06-21 19:18:31 +02:00
Christian Grothoff
bba46ca85a
compile mint_api_deposit.c
2015-06-21 18:47:42 +02:00
Christian Grothoff
ed888ca1d8
starting with skeleton for /deposit implementation
2015-06-21 00:00:33 +02:00
Christian Grothoff
6e070416c3
generate /keys signature as binary-only
2015-06-20 23:19:21 +02:00
Christian Grothoff
3bb26bcf47
deduplicate code with util/json.c, do use consistently /time/ encoding
2015-06-20 22:53:01 +02:00
Christian Grothoff
61752e0334
simplify /keys parser by using json parser interpreter
2015-06-20 22:40:06 +02:00
Christian Grothoff
e2d453f1d2
also check timestamps are round
2015-06-20 22:22:59 +02:00
Christian Grothoff
605058f774
add generic json parser interpreter to simplify parsing logic (next)
2015-06-20 17:40:28 +02:00
Christian Grothoff
5c780a7a97
must also decode 'expire_legal'
2015-06-19 22:32:58 +02:00
Christian Grothoff
2c1db3ea04
fix struct used in size calc for key signing
2015-06-19 22:24:02 +02:00
Christian Grothoff
113dee90a9
miscounted s:o entries by one
2015-06-19 22:19:31 +02:00
Christian Grothoff
5c2c2dd787
remove primary key constraint to address #3769
2015-06-19 11:28:03 +02:00
Christian Grothoff
d39e4a11cb
-more logging
2015-06-19 11:24:34 +02:00
Christian Grothoff
6d222b2d6c
fix size calculation in keycheck tool
2015-06-19 11:16:55 +02:00
Fournier Nicolas
d9dbc44389
functional interpreter
2015-06-19 10:55:13 +02:00
Christian Grothoff
aa33f8cae5
-log
2015-06-18 16:46:06 +02:00
Christian Grothoff
044403701d
fix range check, fix NULL check, fix plugin linkage
2015-06-18 16:41:36 +02:00
Christian Grothoff
37bf816873
wq
...
Merge branch 'master' of git+ssh://taler.net/var/git/mint
2015-06-18 16:38:47 +02:00
Christian Grothoff
45ec06a0e8
fix config to use test mode
2015-06-18 16:38:43 +02:00
Christian Grothoff
3df2a873b5
fix generation of signing keys by keyup tool
2015-06-18 16:24:01 +02:00
Christian Grothoff
8f656ba0fc
add config files
2015-06-18 16:23:01 +02:00
Christian Grothoff
5e87b47c48
add test mode option to mint
2015-06-18 14:25:09 +02:00
Christian Grothoff
3a4429aa00
do not apply 'now' restriction on anchor finding
2015-06-18 14:14:14 +02:00
Christian Grothoff
b696e1db1d
fix range check, make messages clearer
2015-06-18 14:04:42 +02:00
Christian Grothoff
d589293557
need to link benchmark against libjansson
2015-06-18 13:49:23 +02:00
Christian Grothoff
8cd29d1670
adding configuration for testing mint httpd
2015-06-18 13:47:35 +02:00
Christian Grothoff
cbcd82e1fc
-use static for internal API
2015-06-18 13:45:15 +02:00
Christian Grothoff
d15c654749
fix locking issue, as the mutex we are using is not recursive we need to be a bit more careful
2015-06-18 13:44:58 +02:00
Christian Grothoff
740d6cba04
finish first draft of testcase, fix first small bug found with it
2015-06-18 11:39:53 +02:00
Christian Grothoff
a32e2b869f
fix testcase FTBFS
2015-06-18 01:17:01 +02:00
Christian Grothoff
5740506b24
refactoring mint API, mostly done (compiles again, /keys might even work)
2015-06-17 18:50:09 +02:00
Fournier Nicolas
6f02d4e355
fixed memory leak
2015-06-17 17:24:08 +02:00
Fournier Nicolas
6ffe1d5dba
adding functionality to perf_interpreter
2015-06-17 15:15:10 +02:00
Fournier Nicolas
f19b4d722d
added requiered lib dependances
2015-06-17 15:13:29 +02:00
Fournier Nicolas
e99b6b931c
reworked deposit initialisation
2015-06-17 15:08:40 +02:00
Christian Grothoff
36e189ceef
#3818 : get_refresh_out is truly dead
2015-06-15 14:19:35 +02:00
Christian Grothoff
2ca543cd07
fix #3818 and handle coins being melted into multiple sessions
2015-06-15 14:18:37 +02:00
Christian Grothoff
699f283ca7
Merge branch 'master' of git+ssh://git.taler.net/var/git/mint
2015-06-12 21:29:21 +02:00
Christian Grothoff
5c01da52b1
introduce pq functions form abs time in NBO
2015-06-12 21:29:17 +02:00
Fournier Nicolas
6c440e0cec
moving things around and fixing memory issues
2015-06-12 15:28:49 +02:00
Fournier Nicolas
b1e0dd8b7e
Merge branch 'master' of taler.net:/var/git/mint
2015-06-12 12:12:44 +02:00
Fournier Nicolas
b1210fa824
added prefixes to functions in init
2015-06-12 12:09:14 +02:00
Christian Grothoff
cf8d6711e8
implementing #3819
2015-06-12 11:57:10 +02:00
Christian Grothoff
c80435c815
Merge branch 'master' of git+ssh://taler.net/var/git/mint
2015-06-12 11:47:06 +02:00
Christian Grothoff
9891cafe12
implementing #3819 : check for inconsistent deposit request
2015-06-12 11:47:01 +02:00
Fournier Nicolas
ec56e47809
Fix includes and more indentation
2015-06-12 11:14:32 +02:00
Christian Grothoff
006c55b3de
doxygen fixes
2015-06-12 11:00:04 +02:00
Christian Grothoff
3cdee2eb6a
fix #3811
2015-06-12 10:55:03 +02:00
Christian Grothoff
5fe7fd24c1
fix test with API rename
2015-06-12 10:49:14 +02:00
Christian Grothoff
a7a882fc7b
fix test with API rename
2015-06-12 10:48:50 +02:00
Christian Grothoff
fe6d7a5ae1
ensure DKI information is in database before we start to use it ( #3808 )
2015-06-12 10:46:42 +02:00
Christian Grothoff
3724e3d166
implement postgres_get_denomination_info ( #3808 )
2015-06-12 10:28:17 +02:00
Christian Grothoff
548e19e9fd
-problem solving: endianess conversion (and coding style)
2015-06-12 09:09:42 +02:00
Christian Grothoff
48c8aaf0d7
notes on #3818
2015-06-11 16:25:32 +02:00
Christian Grothoff
9f1a208745
implementing #3813 and 3834
2015-06-11 16:21:40 +02:00
Christian Grothoff
e789fc36b4
-remove fixme, as this was fixed
2015-06-11 16:12:46 +02:00
Christian Grothoff
fdcac7d6af
fix #3835
2015-06-11 16:11:07 +02:00
Christian Grothoff
a560e79a50
addig gauger.h to build to avoid FTBFS
2015-06-11 16:04:51 +02:00
Christian Grothoff
239aaf53d4
Merge branch 'master' of git+ssh://git.taler.net/var/git/mint
2015-06-11 16:03:11 +02:00
Christian Grothoff
dd2ab3aae3
implementing #3732
2015-06-11 16:03:07 +02:00
Fournier Nicolas
655073f6d5
Commenting and fixing syntax
2015-06-11 15:55:46 +02:00
Christian Grothoff
40ab9e60ad
adding last missing 'REFERENCES' statement to fix #3770
2015-06-11 15:06:49 +02:00
Christian Grothoff
a2c77cd36a
fixing #3823
2015-06-11 14:58:23 +02:00
Christian Grothoff
eedfc04850
implement #3830
2015-06-11 14:46:03 +02:00
Christian Grothoff
65c19ccbdb
implement #3831
2015-06-11 14:40:07 +02:00
Christian Grothoff
9ff580fe7b
fixing #3820/#3826
2015-06-11 14:25:42 +02:00
Christian Grothoff
998a2f3aa6
fixing #3812/#3828
2015-06-11 13:52:45 +02:00
Christian Grothoff
357235618f
fixing #3821
2015-06-11 13:46:27 +02:00
Christian Grothoff
dc23f290ee
fixing #3817
2015-06-11 13:38:47 +02:00
Christian Grothoff
edc6d38082
use execution time for transactions, but expiration time for reserve summary ( fixes #3809 )
2015-06-11 13:14:59 +02:00
Christian Grothoff
babeff1968
fix #3825
2015-06-11 13:02:57 +02:00
Christian Grothoff
95f4cdc6df
-testcases are good thing...
2015-06-11 12:32:40 +02:00
Christian Grothoff
8bd6465325
fixing #3810
2015-06-11 12:30:14 +02:00
Christian Grothoff
ed2b1c1b6f
fixing #3833
2015-06-11 12:10:54 +02:00
Christian Grothoff
c502b82da4
fixing #3827
2015-06-11 12:08:15 +02:00
Christian Grothoff
9a3dd7cb25
new test for uint and json APIs
2015-06-10 17:39:34 +02:00
Christian Grothoff
aef3b7c350
implementing pq APIs for #3827 , not yet tested or used through
2015-06-10 16:31:29 +02:00
Christian Grothoff
d45534c574
adding refs to bugs
2015-06-10 15:49:54 +02:00
Christian Grothoff
0de322fda8
implementing a few FIXMEs, adding refs to bugs for others
2015-06-10 15:48:03 +02:00
Christian Grothoff
7df32f41a8
cosmetics, removing FIXME that was already done
2015-06-10 15:31:38 +02:00
Christian Grothoff
d1f67503f3
Merge branch 'master' of git+ssh://taler.net/var/git/mint
2015-06-10 15:21:02 +02:00
Christian Grothoff
6801a3fd88
use util api as indicated by fixme
2015-06-10 15:20:57 +02:00
Fournier Nicolas
ccc57fed01
Merge branch 'master' of taler.net:/var/git/mint
2015-06-10 14:59:21 +02:00
Fournier Nicolas
7e990741df
Commenting, cleaning and checking for return values
2015-06-10 14:59:14 +02:00
Christian Grothoff
29a8047d6f
use better names than i/j
2015-06-10 11:34:21 +02:00
Christian Grothoff
84c21460b6
links to bug reports, use TALER_refresh_link_encrypted_encode where appropriate when generating data to insert
2015-06-10 11:14:05 +02:00
Christian Grothoff
b6c0f0a29f
typo
2015-06-10 10:59:04 +02:00
Fournier Nicolas
e40cbd96dd
Added headers to files and commented
2015-06-09 17:35:33 +02:00
Fournier Nicolas
3390717e33
moved mintdb perf filed to mintdb directory
2015-06-09 17:34:41 +02:00
Christian Grothoff
4544a21cfb
-commenting on code
2015-06-09 13:55:05 +02:00
Fournier Nicolas
d5f6b064f5
Initial commit for mintdb performance analysis
2015-06-09 13:03:37 +02:00
Christian Grothoff
55568e682b
notes about 3828/3812
2015-06-05 15:48:00 +02:00
Christian Grothoff
56ca616eb3
more docu, bugfixes and bugnotes
2015-06-05 15:41:03 +02:00
Christian Grothoff
776482ef85
more docu and bug notes
2015-06-05 15:26:41 +02:00
Christian Grothoff
dcbb8d1cb6
clean up postgres_get_reserve_history logic and improve docu
2015-06-05 15:05:28 +02:00
Christian Grothoff
7c04d12ea2
clean up postgres_get_reserve_history logic and improve docu
2015-06-05 15:04:47 +02:00
Christian Grothoff
49fdd32337
clean up postgres_get_reserve_history logic and improve docu
2015-06-05 15:04:21 +02:00
Christian Grothoff
c4f3c9be6c
clean up postgres_reserves_in_insert logic and improve docu
2015-06-05 13:48:57 +02:00
Christian Grothoff
b978cba29c
-style fixes
2015-06-04 10:43:44 +02:00
Christian Grothoff
8a93e84d71
use const, annotate in/out argument, avoid postgres_-prefix for non-exported functions
2015-06-04 10:35:37 +02:00
Christian Grothoff
1de6f78a1d
notes on issue #3823
2015-06-04 10:28:21 +02:00
Christian Grothoff
8c4747a5a0
notes on issue #3823
2015-06-04 10:26:08 +02:00
Christian Grothoff
860a09926b
comments...
2015-06-03 16:53:20 +02:00
Christian Grothoff
d251d0bafb
notes on issue #3820
2015-06-03 16:47:17 +02:00
Christian Grothoff
89793f8180
ensure consistent order between CREATE, INSERT and SELECT statements
2015-06-03 16:29:30 +02:00
Christian Grothoff
f0e097c9a8
make use of network byte order obvious
2015-06-03 15:59:25 +02:00
Christian Grothoff
c3ab96b242
more documenting, checking for consistency between prepared statements and functional logic
2015-06-03 15:41:09 +02:00
Christian Grothoff
d4f5af2151
bad missig space in SQL
2015-06-03 14:40:59 +02:00
Christian Grothoff
321208972d
remarks on #3816
2015-06-03 14:39:45 +02:00
Christian Grothoff
1f8291a024
remarks on #3814/3815
2015-06-03 14:32:22 +02:00
Christian Grothoff
ca8eb3ec5c
remarks on #3813
2015-06-03 14:12:26 +02:00
Christian Grothoff
7ef583bfcb
remarks on #3812
2015-06-03 13:53:45 +02:00
Christian Grothoff
9e981afa3f
remarks on #3812
2015-06-03 13:53:38 +02:00
Christian Grothoff
da27bee6e4
reveal_ok is dead
2015-06-03 13:50:10 +02:00
Christian Grothoff
f8558c418e
remarks on #3811
2015-06-03 12:35:30 +02:00
Christian Grothoff
510c45efd6
remarks on #3811
2015-06-03 12:29:09 +02:00
Christian Grothoff
50afaadf16
remarks on #3810
2015-06-03 12:23:31 +02:00
Christian Grothoff
3d0f422734
remarks on #3809
2015-06-03 12:21:50 +02:00
Christian Grothoff
600dbaf594
remarks on #3808
2015-06-03 11:43:57 +02:00
Christian Grothoff
da44aa5679
document macros, avoid passing useless 'result' argument
2015-06-03 11:31:51 +02:00
Christian Grothoff
401745fc30
-include wallet headers if compiling wallet library
2015-06-02 12:52:05 +02:00
Christian Grothoff
68a8c36f06
forgot to add include earlier
2015-05-28 15:10:57 +02:00
Christian Grothoff
5081c7df1e
Merge branch 'master' of git+ssh://taler.net/var/git/mint
2015-05-28 11:34:09 +02:00
Christian Grothoff
de953fa7bc
add --enable-wallet-only flag to build libtalerutil_wallet which ONLY contains the wallet-specific API subset
2015-05-28 11:34:06 +02:00
Sree Harsha Totakura
6cc0b4bad8
mintdb postgres: Implement get_refresh_melt().
2015-05-27 14:22:25 +02:00
Sree Harsha Totakura
1d551bf36b
mintdb get_known_coin(): Do not allocate memory for return paramter.
...
Instead populate the fields of the placeholder return variable.
2015-05-27 14:20:07 +02:00
Sree Harsha Totakura
02c237d269
mintdb postgres: sanitize test case
2015-05-26 10:06:41 +02:00
Sree Harsha Totakura
6ad16aee31
mintdb postgres: implement insert_refresh_melt()
2015-05-25 22:50:57 +02:00
Sree Harsha Totakura
126a747f82
mintdb postgres: add deposit fee to the denominations
2015-05-25 22:47:00 +02:00
Sree Harsha Totakura
d49a0d6567
mintdb postgres: add get_known_coin() and insert_known_coin()
2015-05-25 17:40:27 +02:00
Sree Harsha Totakura
b00bea0b44
copy currency into fee_withdrawl
2015-05-25 17:30:46 +02:00
Christian Grothoff
c742db86c4
check return values
2015-05-18 20:18:37 +02:00
Christian Grothoff
7b4623706c
Merge branch 'master' of git+ssh://taler.net/var/git/mint
2015-05-18 18:53:12 +02:00
Christian Grothoff
cb68cc7e5b
fix reporting in constructor
2015-05-18 18:52:52 +02:00
Christian Grothoff
cdc0f43f35
slightly expand wireformat test to cover error cases
2015-05-17 17:57:31 +02:00
Christian Grothoff
9896e8e96a
test for rsa-json conversion API
2015-05-17 17:35:24 +02:00
Christian Grothoff
3b0dadc28b
add functions for conversion from json to rsa public key/signature for symmetry, testing, etc.
2015-05-17 17:28:18 +02:00
Christian Grothoff
2f67dbebc5
test json-raw conversion, fix assertion
2015-05-17 17:10:38 +02:00
Christian Grothoff
b1401f93da
test json-time conversion, add support for forever/never time
2015-05-17 17:01:25 +02:00
Christian Grothoff
3817f83dd5
adding testcase for json-amount conversions, fixing typos and missing currency initialization
2015-05-17 16:53:00 +02:00
Christian Grothoff
25e530f37a
add test for varsize pq operation
2015-05-17 16:46:16 +02:00
Christian Grothoff
aa89db4d0a
organize #include, remove redundant includes
2015-05-16 20:33:01 +02:00
Christian Grothoff
21da34a501
-fix doxygen errors
2015-05-16 18:26:34 +02:00
Christian Grothoff
456434ec41
eliminating ECDSA support from json API (dead)
2015-05-16 14:16:38 +02:00
Christian Grothoff
f4a59d1ccc
eliminating ECDSA, replacing with EdDSA-ECDHE-combo in transfer protocol
2015-05-16 14:15:34 +02:00
Christian Grothoff
d080e59e27
resolve #3717
2015-05-15 17:24:27 +02:00
Christian Grothoff
33f5242ac4
transaction logic is inside of DB function
2015-05-15 17:08:56 +02:00
Christian Grothoff
80bc5d86e9
adapt to API change
2015-05-15 14:47:21 +02:00
Christian Grothoff
85f198ef32
getting test to pass
2015-05-15 14:46:03 +02:00
Christian Grothoff
955054bf25
misc bugfixes
2015-05-15 14:36:08 +02:00
Christian Grothoff
6c774a1f03
completing test-case implementation:
2015-05-15 14:16:10 +02:00
Christian Grothoff
6b9ccc4ca0
fixing misc. minor bugs, towards getting testcases to work
2015-05-15 09:53:31 +02:00
Christian Grothoff
3ac86568b0
use talercheck DB
2015-05-15 09:33:15 +02:00
Christian Grothoff
701a10cbe7
avoid PG 9.5 dependency
2015-05-14 14:37:12 +02:00
Christian Grothoff
d19b1277d1
fixing misc sql syntax errors
2015-05-14 14:28:29 +02:00
Christian Grothoff
dcd0e00a48
fix ftbfs of test
2015-05-14 14:14:18 +02:00
Christian Grothoff
22c825f0fe
fix ftbfs of test
2015-05-14 14:12:17 +02:00
Christian Grothoff
057ef6da30
fix ftbfs
2015-05-13 20:25:02 +02:00
Christian Grothoff
cd4a6bab83
Merge branch 'master' of git.taler.net:/var/git/mint
2015-05-13 20:16:43 +02:00
Christian Grothoff
62e7d30750
sync
2015-05-13 20:16:36 +02:00
Christian Grothoff
d5960b50af
towards fixing #3717 and #3633
2015-05-13 15:57:35 +02:00
Christian Grothoff
dc4847220a
do equivalent update for results that was done to type queries in pq library
2015-05-10 22:38:34 +02:00
Christian Grothoff
5004fce6ca
replace macros with functions for better type-checking
2015-05-09 17:04:56 +02:00
Christian Grothoff
f7780b52f1
pq test skeleton, not finished
2015-05-07 14:36:49 +02:00
Christian Grothoff
292b6cf265
note (theoretical) problem with 64 vs 63 bit integers
2015-05-07 14:01:26 +02:00
Christian Grothoff
17055134a3
extend PQ library to support Absolute time values
2015-05-07 13:59:56 +02:00
Christian Grothoff
e2fb24f0a9
removing extra spaces, correcting argument counts
2015-05-07 13:33:19 +02:00
Christian Grothoff
1fe362112a
add a few more LENGTH checks
2015-05-07 13:29:11 +02:00
Christian Grothoff
237cab27a9
capitalize SQL keywords
2015-05-07 12:38:17 +02:00
Christian Grothoff
bfa62094d9
-mini fix
2015-05-06 17:45:07 +02:00
Christian Grothoff
fc407bcb29
clean up of result processing in postgres logic by expanding pq API to cover RSA keys and signatures for results
2015-05-06 17:43:36 +02:00
Christian Grothoff
da9ab66d2e
simplify PG logic by having libtalerpq handle RSA signature/key encoding
2015-05-06 17:05:24 +02:00
Christian Grothoff
74a21a5259
fixing #3768 , using new pq API more
2015-05-06 11:47:12 +02:00
Christian Grothoff
f8723b9b5d
expanding PQ APIs with cleanup function
2015-05-06 11:25:13 +02:00
Christian Grothoff
85e59ceb1a
expanding PQ APIs to be able to handle Amounts nicely (and be extensible for additional data types in the future)
2015-05-06 11:13:09 +02:00
Christian Grothoff
4af6cbb375
-working a bit on DB, starting to adjust libtalerpq API, not done yet
2015-05-04 14:47:36 +02:00
Christian Grothoff
ad237521e9
check return values
2015-05-01 10:06:46 +02:00
Christian Grothoff
66355c18c8
-initialize 'now'
2015-05-01 10:02:09 +02:00
Christian Grothoff
95f99d32dd
minor bugfixes
2015-05-01 09:59:18 +02:00
Christian Grothoff
e591651937
-fix use of uninit memory
2015-04-30 11:01:06 +02:00
Sree Harsha Totakura
5a8eccb4c4
pq: do not modify the ptr passed in ResultSpec
2015-04-29 13:04:10 +02:00
Sree Harsha Totakura
6a584e6c8a
-style fixes
2015-04-29 12:45:44 +02:00
Sree Harsha Totakura
3f3d8dfbfb
mintdb postgres: enforce foreign key on denominations
2015-04-29 12:40:59 +02:00
Sree Harsha Totakura
211cd3cdb7
libpq: do not loose the ptr where new memory should be allocated.
2015-04-29 11:37:01 +02:00
Sree Harsha Totakura
7a12aea7af
mintdb: add postgres plugin testcase to regression tests
2015-04-29 10:40:02 +02:00
Sree Harsha Totakura
01554ef865
mintdb postgres; implement get_coin_transactions (deposit)
2015-04-29 10:40:02 +02:00
Christian Grothoff
4ece9c192c
fix NPE
2015-04-19 23:31:24 +02:00
Christian Grothoff
81e8a9b99c
minor updates to /test api
2015-04-19 15:10:48 +02:00
Christian Grothoff
abe779ab7f
implementing /test/transfer
2015-04-19 00:14:20 +02:00
Christian Grothoff
e226e5c350
implementing TALER_refresh_link_encrypted_encode, and adding test
2015-04-18 13:08:19 +02:00
Christian Grothoff
e61b83495e
implementing /test/encrypt
2015-04-18 00:51:43 +02:00
Christian Grothoff
c5b0d8c76e
implementing /test/hkdf
2015-04-18 00:30:21 +02:00
Christian Grothoff
c334d5ea05
implementing /test/ecdhe
2015-04-18 00:24:04 +02:00
Christian Grothoff
9637844a8f
implementing /test/rsa
2015-04-18 00:09:08 +02:00
Christian Grothoff
cc46904976
adding list of missing /test requests
2015-04-17 19:47:55 +02:00
Christian Grothoff
759837da70
adding /test/ecdsa and /test/eddsa to test client signing and verification over Curve25519
2015-04-17 19:45:30 +02:00
Christian Grothoff
c90e479ea5
implementing /test/base32
2015-04-17 18:28:17 +02:00
Christian Grothoff
6cb072ec5f
preparing to have /test handlers in build system
2015-04-15 22:49:29 +02:00
Christian Grothoff
0baad4430c
preparing to have /test handlers in build system
2015-04-15 22:33:25 +02:00
Christian Grothoff
790b331a8d
fix #3729 (documentation, code hygene for pq library)
2015-04-15 22:02:59 +02:00
Christian Grothoff
0a0feeea86
finish #3777 including testing
2015-04-15 18:34:14 +02:00
Christian Grothoff
97e403bb66
moving core refresh crypto logic to util -- towards fixing #3777
2015-04-15 18:12:21 +02:00
Christian Grothoff
515d1cf890
fix typo / #3776
2015-04-15 15:51:13 +02:00
Christian Grothoff
1fcd1873f0
basic tests for crypto functions
2015-04-13 18:57:37 +02:00
Christian Grothoff
2f6a4bb11c
rename TALER_RefreshLinkDecryptedP to TALER_RefreshLinkDecrypted as it contains a pointer and is thus not (P)acked
2015-04-13 18:42:39 +02:00
Christian Grothoff
5827630699
starting with tests for libtalerutil
2015-04-13 17:20:46 +02:00
Christian Grothoff
93bc450db3
enable code coverage configure option
2015-04-13 13:57:38 +02:00
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
b69e3bf14b
make build succeed even without libgnurl or libpq
2015-04-13 12:57:05 +02:00
Christian Grothoff
15bec8f464
make wireformat configurable ( #3624 )
2015-04-12 22:52:54 +02:00
Christian Grothoff
68774b20da
fix for #3626 : make it easier to add additional validators
2015-04-12 22:49:06 +02:00
Christian Grothoff
5e8f95c65e
separate out wireformats logic
2015-04-12 22:34:56 +02:00
Christian Grothoff
5f2d3295dc
Merge branch 'master' of git+ssh://git.taler.net/var/git/mint
2015-04-12 22:18:26 +02:00
Christian Grothoff
6b64ad261e
implement #3739 (properly)
2015-04-12 22:18:09 +02:00
Sree Harsha Totakura
33d0182a1e
-fix misc.
2015-04-12 17:18:30 +02:00
Sree Harsha Totakura
7e6a673668
mintdb: add testcase for insert_denomination
2015-04-12 17:18:30 +02:00
Sree Harsha Totakura
bd32fb23d8
mintdb postgres: implement insert_denomination
2015-04-12 17:18:30 +02:00
Sree Harsha Totakura
4f18e6d585
mintdb plugin: introduce insert_denomination
2015-04-12 17:18:30 +02:00
Christian Grothoff
32f9c81ec9
Merge branch 'master' of git+ssh://git.taler.net/var/git/mint
2015-04-12 15:36:03 +02:00
Christian Grothoff
06afc160f5
finished with #3712 : documentation update
2015-04-12 15:35:59 +02:00
Sree Harsha Totakura
fcca311542
mintdb: add fixme #3769 : Should coins be made spendable at multiple merchants?
2015-04-12 11:09:11 +02:00
Sree Harsha Totakura
0e52c47de7
mintdb postgres: fix session hash length
2015-04-12 10:08:21 +02:00
Sree Harsha Totakura
23445db811
mintdb postgres: hardlimit storing of currency code to 3 characters - #3768
2015-04-12 10:07:45 +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
d20d3b2562
mintdb: test (create/get)_refresh_session
2015-04-10 14:04:01 +02:00
Sree Harsha Totakura
65953dfbc3
mintdb postgres: implement create_refresh_session
2015-04-10 10:40:54 +02:00
Sree Harsha Totakura
764bd4dc10
mintdb postgres: implement get_refresh_session
2015-04-10 10:29:15 +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
Sree Harsha Totakura
931a49e930
-add self as an author
2015-03-30 11:30:12 +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
2d55a7bb61
#3727 is no problem, code was fine
2015-03-29 13:26:28 +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
20d1ec85fa
more doxygen fixes
2015-03-28 16:31:27 +01:00
Christian Grothoff
b7a2852a1b
more doxygen fixes
2015-03-28 16:30:02 +01:00
Christian Grothoff
708b463580
more doxygen fixes
2015-03-28 15:53:53 +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
3b9b7fa099
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:25:56 +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
28b6b26567
-fix name
2015-03-28 13:31:09 +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
7730a08349
util: avoid memcpy over overlapping memory
...
memcpy used to copy the currency string in TALER_amount_get_zero can copy from
overlapping memory regions. This happens when the diff parameter to
TALER_amount_substract is same as a1 parameter.
2015-03-26 19:39:16 +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
6e28917a45
-fix comments
2015-03-24 00:08:33 +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
f8a77d3ca9
util: Use TALER_CURRENCY_LEN instead of sizeof()
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
b5e69f22e9
-fix recently introduced ftbfs
2015-03-15 18:49:26 +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
7673ca0137
document structs better
2015-03-15 18:18:14 +01:00
Christian Grothoff
126cd5b3ff
identifying where key_io still needs to be adapted
2015-03-15 18:08:04 +01:00
Christian Grothoff
af79e61f4d
fixing minor memory leak, improving documentation
2015-03-15 18:03:57 +01:00
Christian Grothoff
ca8612b6db
documenting
2015-03-15 17:39:44 +01:00
Christian Grothoff
ee2180b144
fixing minor memory leak
2015-03-15 17:21:38 +01:00
Christian Grothoff
64d2ca9e5c
fixing minor memory leak
2015-03-15 17:21:18 +01:00
Christian Grothoff
7e6b7e6b53
remove dead #includes
2015-03-15 17:17:29 +01:00
Christian Grothoff
1479d2ce06
minor beautifications
2015-03-15 17:14:11 +01:00
Christian Grothoff
39f5ff83c6
minor beautifications
2015-03-15 17:13:19 +01:00
Christian Grothoff
c7d4216274
use GNUNET_CRYPTO_rsa_public_key_hash instead of re-implementing it
2015-03-15 17:10:15 +01:00
Christian Grothoff
a16c7ae39f
cleaner /keys set filtering logic
2015-03-15 17:08:12 +01:00
Christian Grothoff
51b9d209f5
warn if no signing key was found, fix next_reload calculation
2015-03-15 16:58:21 +01:00
Christian Grothoff
92afa4e1db
adding filename argument to signkey iterator for better diagnostic messages
2015-03-15 16:52:19 +01:00
Christian Grothoff
37a194c0ba
simplify json construction code
2015-03-15 16:44:53 +01:00
Christian Grothoff
53b189868e
moving low-level JSON encoding logic to json.c
2015-03-15 16:39:06 +01:00
Christian Grothoff
76dda24c11
fixing another minor leak, improving comments
2015-03-15 16:12:43 +01:00
Christian Grothoff
8077e0f21c
fix memory leaks on keystate reloading, simplify keystate reloading logic
2015-03-15 16:05:48 +01:00
Christian Grothoff
d0f2d8b426
simplify code structure, reduce exposure of keystate struct
2015-03-15 15:40:07 +01:00
Christian Grothoff
6404213457
use wire validation routine
2015-03-13 10:01:57 +01:00
Christian Grothoff
968e4aa68f
slightly better error generation on /refresh/reveal errors
2015-03-13 09:49:47 +01:00
Christian Grothoff
2f70806cfa
fix #3635
2015-03-10 17:05:48 +01:00
Christian Grothoff
7e26ae3858
clean up refresh logic and use of signatures
2015-03-10 17:00:12 +01:00
Christian Grothoff
e3b8f5117e
remove redundant arg 'num_oldcoins/num_newcoins'
2015-03-10 16:25:23 +01:00
Christian Grothoff
daa5fbe3b7
remove redundant arg 'commit_client_sig'
2015-03-10 16:21:20 +01:00
Christian Grothoff
c2c8646a83
combining /mint/melt and /mint/commit
2015-03-10 16:15:14 +01:00
Sree Harsha Totakura
07f18f1660
db: Implement get_reserve_history()
2015-03-09 19:54:44 +01:00
Sree Harsha Totakura
3d4c72e207
db: add currency column to reserves_in table
2015-03-09 19:52:54 +01:00
Sree Harsha Totakura
1841c0e703
db: Cache denom key signatures to DB.
2015-03-09 19:50:58 +01:00
Christian Grothoff
8eaeda9958
fix use of signature for noreveal index, needs to be tied to session hash
2015-03-09 13:21:55 +01:00
Christian Grothoff
ce8272446e
actually include purpose payload in sig
2015-03-09 13:07:27 +01:00
Christian Grothoff
e4e8fe6c7c
add withdraw proof to reserve history json
2015-03-09 13:04:51 +01:00
Christian Grothoff
f2700dc6ee
Merge branch 'master' of git+ssh://taler.net/var/git/mint
2015-03-09 12:29:46 +01:00
Christian Grothoff
579f465c9b
implementing #3632 : generate proof of insufficient funds by converting transaction history to JSON
2015-03-09 12:29:41 +01:00
Sree Harsha Totakura
5fb7b6356f
Merge branch 'master' of taler.net:mint
2015-03-09 11:32:30 +01:00
Sree Harsha Totakura
0b92ae7f6c
db: fix test-mint-db FTBFS
2015-03-09 11:32:00 +01:00
Christian Grothoff
7b0ae9c1d0
fix ftbfs vs. latest GNUnet APIs
2015-03-09 11:24:35 +01:00
Sree Harsha Totakura
6714e6a9cc
db: Implement get_collectable_blindcoin
2015-03-07 15:25:16 +01:00
Sree Harsha Totakura
19f05fd20b
db: Fix uninitialized result cleanup
2015-03-07 14:09:08 +01:00
Sree Harsha Totakura
f1d86b7ec2
db: Implement insert_collectable_blindcoin
2015-03-07 14:09:08 +01:00
Sree Harsha Totakura
21eae0ff7e
db: remove reserves_out table
2015-03-06 21:35:38 +01:00
Sree Harsha Totakura
9879b8e8d3
util: reduce taler currency length to 4
2015-03-06 17:58:02 +01:00
Sree Harsha Totakura
19911c825b
db: Do not store blind signature as we generate them on the fly
2015-03-06 17:56:23 +01:00
Sree Harsha Totakura
8c16c7372a
db: Add `reserves_out' table.
2015-03-06 17:52:24 +01:00
Sree Harsha Totakura
a458eab0cc
db: Extend testcase
2015-03-06 16:08:39 +01:00
Sree Harsha Totakura
0220c51bc9
db: Added testcase for reserves_in_insert()
2015-03-06 10:32:58 +01:00
Sree Harsha Totakura
0c4579085a
db: Implement reserves_in_insert()
2015-03-06 10:32:53 +01:00
Sree Harsha Totakura
7aab16da34
db: Add QUERY_ERR macro to log failed queries
2015-03-06 10:32:53 +01:00
Sree Harsha Totakura
234cdb4a62
db: fix compile warning in taler-mint-dbinit.c
2015-03-06 10:32:52 +01:00
Sree Harsha Totakura
d5a593dd03
db: rename break_db_err' to
BREAK_DB_ERR'
2015-03-06 10:32:02 +01:00
Sree Harsha Totakura
72c298b52e
util: use const whenever applicable
2015-03-06 10:32:02 +01:00
Sree Harsha Totakura
51929fe759
db: Use macro while creating prepared statements
2015-03-06 10:32:02 +01:00
Sree Harsha Totakura
3f7a1a5c8a
db: No special handling for failed INDEX creation
2015-03-06 10:32:02 +01:00
Sree Harsha Totakura
39c538311d
db: Use a reserve structure
2015-03-06 10:31:57 +01:00
Sree Harsha Totakura
363773698a
db: Add DB_reserve_get() to get a summary of the reserve
2015-03-06 10:31:50 +01:00
Sree Harsha Totakura
b6484371fb
db: Fix some prepared statements
2015-03-06 10:31:44 +01:00
Sree Harsha Totakura
39e8dd862b
db: Add temporary flag to DB_get_connection()
2015-03-06 10:31:22 +01:00
Sree Harsha Totakura
c9d48a4a6c
Fix ResultSpec processing
2015-03-06 10:31:22 +01:00
Sree Harsha Totakura
0acd5714e0
Move table creation logic to DB layer. Also support temporary schema creation for the sake of testing
2015-03-06 10:31:22 +01:00
Sree Harsha Totakura
b82a593dbb
db: Add testcase for DB layer
2015-03-06 10:31:04 +01:00
Sree Harsha Totakura
bea425de6c
Fix #3624 : Check JSON format for wire deposits (SEPA specification)
2015-02-17 17:29:43 +01:00
Christian Grothoff
3cd1bef1ff
bringing copyright tags up to FSF standard
2015-02-08 00:17:40 +01:00
Christian Grothoff
477e68c506
bringing copyright tags up to FSF standard
2015-02-08 00:16:22 +01:00
Christian Grothoff
d86ae26ef5
mark unchecked functions
2015-01-31 20:54:38 +01:00
Christian Grothoff
20c05dd5e3
cleaning up /refresh/link logic, in particular separting out response generation logic
2015-01-31 20:53:19 +01:00
Christian Grothoff
2bb962c9be
finished first pass over /refresh/reveal logic, simplifying mint_db API by keeping sigs around immediately
2015-01-31 20:08:21 +01:00
Christian Grothoff
6d8ccc9fe7
starting to clean up /refresh/reveal DB logic
2015-01-31 15:42:00 +01:00
Christian Grothoff
1102b7dace
working on /refresh/melt operation
2015-01-30 15:34:01 +01:00
Christian Grothoff
fae4fb8687
fixing ftbfs of testcase
2015-01-30 14:17:42 +01:00
Christian Grothoff
c750f53d5a
TALER_MINT_keys_sign returns void, thus no need to check rvalue
2015-01-30 14:08:43 +01:00
Christian Grothoff
abe597c074
fix missing test, wrong type
2015-01-30 14:07:27 +01:00
Christian Grothoff
494d904238
install db_pq header
2015-01-30 10:56:29 +01:00
Christian Grothoff
7e46289428
-removing legacy TALER_TALER API, replacing with modern TALER_DB calls
2015-01-29 20:45:45 +01:00
Christian Grothoff
d751c9c6de
eliminating obsolete KnownCoin APIs
2015-01-29 20:41:11 +01:00
Christian Grothoff
f35d358552
remove dead mint.h includes
2015-01-29 20:28:21 +01:00
Christian Grothoff
a0a405939f
remove dead mint.h includes
2015-01-29 20:27:57 +01:00
Christian Grothoff
fa7f190745
logic of execute_refresh_commit is now clean
2015-01-29 20:18:04 +01:00
Christian Grothoff
090ddf170b
working on cleaning up /refresh/melt logic
2015-01-29 20:00:21 +01:00
Christian Grothoff
8ca555500f
more notes about issues in bug tracker
2015-01-29 19:01:29 +01:00
Christian Grothoff
2b663f33c0
more comments
2015-01-29 18:46:34 +01:00
Christian Grothoff
681702aff9
finish simplify cleanup of json roots: as early as possible
2015-01-29 18:03:44 +01:00
Christian Grothoff
27303e320a
finish cleanup of /refresh/link parsing, trivial this time
2015-01-29 18:00:30 +01:00
Christian Grothoff
9ee6c66d86
finish cleanup of /refresh/reveal parsing
2015-01-29 17:53:12 +01:00
Christian Grothoff
41e1dd9738
finish cleanup of /refresh/commit parsing
2015-01-29 17:34:37 +01:00
Christian Grothoff
1e3e6fa599
finish cleanup of /refresh/melt parsing
2015-01-29 16:26:58 +01:00
Christian Grothoff
4a27969e5e
make TALER_MINT_parse_json_data more expressive, add RSA types as well
2015-01-29 15:45:05 +01:00
Christian Grothoff
a284561298
make TALER_MINT_parse_json_data more expressive
2015-01-29 15:06:55 +01:00
Christian Grothoff
ab67dec1be
annotate with bug report number
2015-01-29 00:59:01 +01:00
Christian Grothoff
a627c3e9b1
annotate with bug report number
2015-01-29 00:53:05 +01:00
Christian Grothoff
1d99ff43dc
update comments
2015-01-29 00:46:08 +01:00
Christian Grothoff
758ce80519
clean up /withdraw/sign logic
2015-01-29 00:45:07 +01:00
Christian Grothoff
8adde040ab
towards proper implementation of /withdraw/status
2015-01-29 00:09:48 +01:00
Christian Grothoff
b162d2e458
rollback should just return void
2015-01-28 22:47:03 +01:00
Christian Grothoff
fb12484160
update docu
2015-01-28 22:35:57 +01:00
Christian Grothoff
1466048e4d
cleaning up mint_db API
2015-01-28 22:18:53 +01:00
Christian Grothoff
fd1bcfecfa
cleaning up
2015-01-28 21:08:19 +01:00
Christian Grothoff
5fcca8707f
simplify logic, remove dead call
2015-01-28 20:59:39 +01:00
Christian Grothoff
8c558ddf89
generally just include taler_util.h
2015-01-28 20:55:15 +01:00
Christian Grothoff
9c3c6295a8
even cleaner separation of PostGres-specific logic, and nicer libtalerutil headers
2015-01-28 20:53:21 +01:00
Christian Grothoff
c4b63c1302
move PostGres-specific logic out of libtalerutil
2015-01-28 20:37:51 +01:00
Christian Grothoff
bc8f6e81a4
move data_to_string_alloc to GNUnet
2015-01-28 20:31:28 +01:00
Christian Grothoff
62d3d35250
move coin validity test to libtalerutil
2015-01-28 20:23:19 +01:00
Christian Grothoff
2debf6c3f0
cleaning up includes
2015-01-28 20:12:15 +01:00
Christian Grothoff
172505bd0f
splitting up /keys and keystate handling
2015-01-28 20:10:59 +01:00
Christian Grothoff
554ee3d4da
cleaning up some memory management issues in response generation
2015-01-28 19:58:20 +01:00
Christian Grothoff
2e0e30291c
sign /deposit reply so that merchant has proof that mint accepted it
2015-01-28 19:48:41 +01:00
Christian Grothoff
e19f1906a3
avoid using struct Deposit in response
2015-01-28 15:35:41 +01:00
Christian Grothoff
7f171e69b2
more cleanup of mint.h
2015-01-28 15:19:06 +01:00
Christian Grothoff
c119d914b3
more restructuring
2015-01-28 15:06:09 +01:00
Christian Grothoff
9cbc31afc4
move key IO routines into aptly named files
2015-01-28 15:03:47 +01:00
Christian Grothoff
b6154af448
move DB functions to mint_db.c
2015-01-28 14:57:55 +01:00
Christian Grothoff
49d4f24f8d
misc cleanup, moving TALER_MINT_config_load to libtalerutil
2015-01-28 14:55:25 +01:00
Christian Grothoff
ea3fac6063
starting to clean up /deposit logic
2015-01-27 23:06:23 +01:00
Christian Grothoff
5647ed2be5
document /withdraw/* operations
2015-01-27 22:20:57 +01:00
Christian Grothoff
8fd46396d7
polishing taler-mint-http_withdraw.c logic
2015-01-27 22:17:08 +01:00
Christian Grothoff
162af316d3
cleaning up types used some more: also use a new struct for the transfer key secret
2015-01-27 22:05:31 +01:00
Christian Grothoff
27a72fdafe
cleaning up types used
2015-01-27 22:01:08 +01:00
Christian Grothoff
426f05adbd
fix typos, make tests build
2015-01-27 21:48:50 +01:00
Christian Grothoff
bd42711209
fix warning and type confusion
2015-01-27 21:46:54 +01:00
Christian Grothoff
c7b7da5a19
code now fully compiles again
2015-01-27 18:57:29 +01:00
Christian Grothoff
b05a5acc3c
mint-httpd_withdraw compiles again
2015-01-27 18:52:56 +01:00
Christian Grothoff
019af0919e
mint-httpd_db.c now compiles again
2015-01-27 18:49:02 +01:00
Christian Grothoff
c3731d0df7
implementing varsize link data
2015-01-27 18:35:17 +01:00
Christian Grothoff
16817ef0d1
implementing new link crypto API
2015-01-27 16:31:18 +01:00
Christian Grothoff
2cda5ea7ee
rework taler lib, moving some code to GNUnet, cleaner refresh encrypt/decypt API
2015-01-27 16:18:33 +01:00
Christian Grothoff
610b7b62c0
towards making code compile again
2015-01-27 15:22:34 +01:00
Christian Grothoff
bda9e3ad94
towards making code compile again
2015-01-27 14:55:05 +01:00
Christian Grothoff
986a89ea4f
finish porting lib
2015-01-26 12:29:58 +01:00
Christian Grothoff
e1a0d89847
also fix type here
2015-01-26 12:25:35 +01:00
Christian Grothoff
60fdc863ee
test is dead, too
2015-01-26 12:24:36 +01:00
Christian Grothoff
52591a77f0
intermediary commit, breaking the build by starting to move towards variable-size GNUnet signatures instead of fixed-size signatures; much broken now
2015-01-26 12:22:56 +01:00
Christian Grothoff
ae917eeee0
intermediary commit, breaking the build by starting to move towards variable-size GNUnet signatures instead of fixed-size signatures; much broken now
2015-01-26 12:22:26 +01:00
Christian Grothoff
d4506f8a04
support variable-size results
2015-01-26 11:04:46 +01:00
Sree Harsha Totakura
734fd0aa2e
-remove unused and misleading hash operation
2015-01-22 16:26:53 +01:00
Sree Harsha Totakura
acee974c06
Add checks to verify incorrect signatures.
2015-01-22 16:23:25 +01:00
Sree Harsha Totakura
b119131873
Remove TALER_RSA_hash_sign() and TALER_RSA_hash_verify().
2015-01-22 16:22:32 +01:00
Sree Harsha Totakura
ce9da7f183
Remove unnecessary dependency on libpq
2015-01-22 11:36:08 +01:00
Christian Grothoff
c2b32e75dc
avoid querying DB for refresh session twice
2015-01-21 14:52:41 +01:00
Christian Grothoff
9c56c91c1f
separate DB logic for /refresh/reveal from parsing logic
2015-01-21 14:46:33 +01:00
Christian Grothoff
c9a819a5ef
handle DB connect errors
2015-01-21 14:21:58 +01:00
Christian Grothoff
2ef511eece
document TODOs
2015-01-21 14:01:46 +01:00
Christian Grothoff
031935996d
document TODOs
2015-01-21 13:47:34 +01:00
Christian Grothoff
92cc995743
separate argument parsing from DB operations for /refresh/link
2015-01-21 13:46:05 +01:00
Christian Grothoff
53a7140a0b
move /refresh/reveal response generation to taler-mint-httpd_responses.c
2015-01-21 13:38:57 +01:00
Christian Grothoff
4d8f4903db
properly separate DB logic from parsing logic for /refresh/commit
2015-01-21 13:31:05 +01:00
Christian Grothoff
82217f67db
properly separate DB logic from parsing logic for /refresh/melt
2015-01-21 12:46:14 +01:00
Christian Grothoff
737301c8d0
towards separating out DB operations during refresh
2015-01-20 17:50:32 +01:00
Christian Grothoff
f70814fbb5
more work on splitting refresh logic
2015-01-20 17:12:51 +01:00
Christian Grothoff
93a98f8091
starting to refactor refresh code, moving response generation logic to response generation file
2015-01-20 15:17:41 +01:00
Christian Grothoff
ed51946442
more code refactoring to separate parsing, db and response generation nicely
2015-01-19 21:53:23 +01:00
Christian Grothoff
f9347d2395
document TODOs
2015-01-19 21:09:47 +01:00
Christian Grothoff
a1f20a92a0
restructuring more of deposit logic towards desired flow structure
2015-01-19 21:04:58 +01:00
Christian Grothoff
3553e60733
remarks on deposit issues
2015-01-16 15:14:18 +01:00
Christian Grothoff
17865db5fc
fixing JSON syntax, adding missing commas, adding spaces for consistency
2015-01-16 15:07:53 +01:00
Christian Grothoff
7fe250407c
clean up (and rename) request_json_require_nav to properly report parsing errors
2015-01-16 15:04:47 +01:00
Christian Grothoff
4bd515191b
nicer TALER_MINT_parse_post_json return value handling, fixing return values where GNUNET_SYSERR is used instead of MHD_NO, marking cases where we should return a proper error message
2015-01-16 14:27:42 +01:00
Christian Grothoff
f398b34414
adding logic to free buffers allocated for POST processing when connection dies without completion
2015-01-16 14:04:02 +01:00
Christian Grothoff
f58fb4fc21
starting to separate out response generation API and parsing APIs
2015-01-16 13:50:07 +01:00
Christian Grothoff
0430d6fb03
moving structs relevant for signatures into taler_signatures.h, splitting of private keys that are not in messages; moving test_hash_context to GNUnet
2015-01-09 18:18:59 +01:00
Christian Grothoff
f5e49d926a
moving TALER_hash_context API to GNUnet, using slightly cleaner API as well
2015-01-09 17:26:02 +01:00
Christian Grothoff
09ecea9ea3
removing dead TALER_genkey() API call
2015-01-09 17:12:13 +01:00
Christian Grothoff
0b40e78027
stop exporting microhttpd_lib API
2015-01-09 17:10:38 +01:00
Christian Grothoff
ba38579c08
install taler headers
2015-01-08 19:32:53 +01:00
Christian Grothoff
57d1f08dbc
-initial import for mint
2015-01-08 18:37:20 +01:00