Christian Grothoff
4bf425c902
remove currency field from databases
2019-08-17 21:35:21 +02:00
Christian Grothoff
e042792944
also check for master public key consistency in taler-exchange-keyup
2019-06-26 21:19:07 +02:00
Christian Grothoff
258263a510
fix use after free
2019-06-26 21:13:55 +02:00
Christian Grothoff
0f43ab72ae
have taler-exchange-wire check master public key matches
2019-06-26 21:06:35 +02:00
Christian Grothoff
8d26ab35e0
check return value from GNUNET_PROGRAM_run in taler-wire
2019-06-03 00:31:19 +02:00
ng0
c1d6806b57
Refactor for GNUNET_memcmp
2019-04-17 18:13:14 +00:00
Marcello Stanisci
0d3758807b
Better calculation of # DKs
2019-04-11 00:23:28 +02:00
Marcello Stanisci
f3d80b58f6
Make the API-agnostic iterator work.
...
This allows to build local histories to be matched
against the ones returned by the bank; in particular,
this version builds those stories regardless of /history
or /history-range being run.
2019-04-10 17:07:13 +02:00
ng0
7333c55c53
Fix leftover memcmp
2019-04-08 18:19:26 +00:00
ng0
d77bf8ab53
Refactor for GNUNET_memcmp and _is_zero
2019-04-08 15:45:52 +00:00
Marcello Stanisci
602093e98c
notes
2019-04-08 02:37:46 +02:00
Christian Grothoff
8b3ee47165
fix #includes
2019-04-07 00:01:16 +02:00
Marcello Stanisci
301f287b2b
Test the big lookahead_sign, plus notes.
2019-04-06 20:17:41 +02:00
Marcello Stanisci
9d37f8e026
keyup:_use_ the timestamp given by the user.
2019-04-03 13:47:00 +02:00
Marcello Stanisci
8d979a92c9
syntax
2019-04-02 16:43:49 +02:00
Marcello Stanisci
201d9e315a
Debug
2019-03-27 13:17:05 +01:00
Christian Grothoff
c3b9ebc1ef
fix format string issue in taler-wire, complete work on #5536 revocation file issue (shift location of revocation file and change content to include denom hash)
2019-03-03 00:35:21 +01:00
Christian Grothoff
4dea098f54
actually disable 100 continue
2019-03-02 19:18:12 +01:00
Marcello Stanisci
9ff3c2fce5
UX
2019-02-13 17:59:25 +01:00
Marcello Stanisci
bb44b9b475
Fix #5558 .
2019-02-13 17:53:48 +01:00
Marcello Stanisci
c93c62e8d4
Improve UX
2019-02-12 19:03:25 +01:00
Marcello Stanisci
f22ef3e40c
Fix passing of delta.
2019-02-12 18:34:44 +01:00
Marcello Stanisci
8315e15123
Fix transactions list request.
2019-02-12 17:33:52 +01:00
Marcello Stanisci
82f01f111b
Getting transaction history 60% fixed.
2019-02-12 17:13:08 +01:00
Marcello Stanisci
8aa66c6023
Properly shutdown.
2019-02-12 16:06:37 +01:00
Marcello Stanisci
1f007d83fd
4692. Fix global return code.
2019-02-11 19:55:00 +01:00
Marcello Stanisci
398be48872
4692. UX
2019-02-11 19:52:20 +01:00
Marcello Stanisci
014ae3190b
4692. Putting logic to execute wire transfers.
2019-02-11 19:45:51 +01:00
Marcello Stanisci
ed10fc4acc
fix option names
2019-02-11 18:34:58 +01:00
Marcello Stanisci
066f03f95a
4692. Logic to ask for transaction history.
2019-02-11 18:28:14 +01:00
Marcello Stanisci
cd0b9e8e0a
load wire plugin
2019-02-10 18:35:05 +01:00
Marcello Stanisci
4b4a851ab5
fix log
2019-02-10 18:02:19 +01:00
Marcello Stanisci
865bd196ff
4692. Skeleton.
2019-02-10 17:56:52 +01:00
Marcello Stanisci
7286b5f15f
Starting #4692
2019-02-10 17:30:43 +01:00
Marcello Stanisci
d0231022f2
Remove double closing of a "file stream".
2018-11-23 17:48:36 +01:00
Christian Grothoff
60fe2395fd
clean up struct TALER_ExchangeSigningKeyValidityPS
...
(long-standing fixme: should not have contained the signature itself)
2018-10-27 18:39:12 +02:00
Christian Grothoff
a56e2e34bc
fix #5434 (no more salt in exchange wire replies)
2018-10-06 15:05:06 +02:00
Christian Grothoff
528faeab81
fix #5315 , including more testing
2018-09-15 22:20:07 +02:00
Marcello Stanisci
7d2fbc4796
fix path generation.
2018-05-03 10:33:29 +02:00
Christian Grothoff
8ebb4cda07
fix NULL termination of fee list
2018-04-02 16:35:14 +02:00
Christian Grothoff
cb55c1a3af
Changing configuration structure to enable multiple accounts.
...
This change enables using multiple wire plugins at the same time.
Also, we now distinguish between the wire plugin (i.e. EBICS or
taler_bank) and the wire method (i.e. SEPA or x-taler-bank) that
the wire plugin is implementing. The "taler-bank" wire method
was renamed from "test" to "x-taler-bank".
This also changes the format of the /wire response of the exchange,
as we now need to return multiple accounts. Note that wire fees
are specified per wire method, not per wire account.
taler-exchange-keyup now automatically signs all of the /wire
responses in the location specified by the configuration.
Account identification in wire plugins was changed to use
payto://-URLs instead of method-specific JSON fields. Signing
and validation of /wire responses was moved from each wire
plugin to a generic validation method in libtalerutil (crypto)
or libtalerjson (for JSON-formatted inputs).
Convenience methods were added to generate JSON for wire accounts
(salting, signing).
Various section and option names were adjusted to streamline the
configuration and make it more consistent overall. Documentation
was updated as well.
2018-04-02 14:29:44 +02:00
Marcello Stanisci
fe6960cce8
Implement new traits-based tests.
2018-02-12 16:12:07 +01:00
Christian Grothoff
229907c6e2
implement taler-bank-transfer, fixes #5195
2017-12-14 15:33:10 +01:00
Christian Grothoff
40244c9ca8
fix reservemod issue with time rounding
2017-12-08 12:45:25 +01:00
Christian Grothoff
c92d88d944
check rval from TALER_amount_to_string
2017-10-06 22:16:28 +02:00
Christian Grothoff
d86a6615cc
really carefully check strtoll() return value before casting to uint64_t
2017-10-06 22:04:51 +02:00
Christian Grothoff
2daa38fcde
fix more leaks
2017-06-04 12:34:12 +02:00
Christian Grothoff
46c7647b27
handle error code returned by TALER_EXCHANGEDB_denomination_keys_iterate
2017-05-09 13:30:55 +02:00
Christian Grothoff
20aad54c3e
remove dead transfer details field from reserves_in (API, exchangedb, etc.)
2017-05-08 13:18:36 +02:00
Christian Grothoff
76545519c6
updating DB schema for new wire history operations and future auditor checks of wire transfers
2017-05-05 13:41:32 +02:00