exchange/src/exchange-lib
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
..
baseline rename proposal_data to contract_terms (see #4879) 2017-05-29 01:15:41 +02:00
test_exchange_api_home Changing configuration structure to enable multiple accounts. 2018-04-02 14:29:44 +02:00
afl-generate.sh Add option to initialized db, fixes 4858 2017-01-13 14:44:51 +01:00
exchange_api_common.c fixing #5178 2017-11-29 20:23:08 +01:00
exchange_api_deposit.c Changing configuration structure to enable multiple accounts. 2018-04-02 14:29:44 +02:00
exchange_api_handle.c use url instead of uri consistently 2018-01-30 01:38:04 +01:00
exchange_api_handle.h use url instead of uri consistently 2018-01-30 01:38:04 +01:00
exchange_api_payback.c major API refactoring, adding planchet generation and coin extraction APIs to the Taler crypto library, thereby simplifying code in withdraw, refresh, tipping, payback and testcases; slight API incompatibilities to previous versions are introduced 2017-10-31 14:02:54 +01:00
exchange_api_refresh_link.c rename: TALER_setup_planchet -> TALER_planchet_setup_refresh 2017-10-31 12:44:17 +01:00
exchange_api_refresh.c fixing #5178 2017-11-29 20:23:08 +01:00
exchange_api_refund.c add TALER_EXCHANGE_refund2, make sure fee test initializes all amounts; update ChangeLog 2018-01-01 23:28:19 +01:00
exchange_api_reserve.c Changing configuration structure to enable multiple accounts. 2018-04-02 14:29:44 +02:00
exchange_api_track_transaction.c rename proposal_data to contract_terms (see #4879) 2017-05-29 01:15:41 +02:00
exchange_api_track_transfer.c rename proposal_data to contract_terms (see #4879) 2017-05-29 01:15:41 +02:00
exchange_api_wire.c Changing configuration structure to enable multiple accounts. 2018-04-02 14:29:44 +02:00
Makefile.am Changing configuration structure to enable multiple accounts. 2018-04-02 14:29:44 +02:00
test_exchange_api_keys_cherry_picking_extended.conf Changing configuration structure to enable multiple accounts. 2018-04-02 14:29:44 +02:00
test_exchange_api_keys_cherry_picking_new.c static 2018-02-28 16:25:00 +01:00
test_exchange_api_keys_cherry_picking.c (imperfect) test for #4840 2017-09-14 20:52:39 +02:00
test_exchange_api_keys_cherry_picking.conf Changing configuration structure to enable multiple accounts. 2018-04-02 14:29:44 +02:00
test_exchange_api_new.c Changing configuration structure to enable multiple accounts. 2018-04-02 14:29:44 +02:00
test_exchange_api_twisted.c still on gentle twister termination. 2018-03-26 21:43:25 +02:00
test_exchange_api_twisted.conf Twisted tests scaffold. 2018-03-17 02:05:45 +01:00
test_exchange_api.c Changing configuration structure to enable multiple accounts. 2018-04-02 14:29:44 +02:00
test_exchange_api.conf Changing configuration structure to enable multiple accounts. 2018-04-02 14:29:44 +02:00
testing_api_cmd_bank_check.c fix reject test command. 2018-02-27 22:55:18 +01:00
testing_api_cmd_check_keys.c use more 'static' where applicable, use GNUNET_log instead of fprintf 2018-02-27 22:22:18 +01:00
testing_api_cmd_deposit.c Changing configuration structure to enable multiple accounts. 2018-04-02 14:29:44 +02:00
testing_api_cmd_exec_aggregator.c Implement new traits-based tests. 2018-02-12 16:12:07 +01:00
testing_api_cmd_exec_auditor-sign.c Implement new traits-based tests. 2018-02-12 16:12:07 +01:00
testing_api_cmd_exec_keyup.c Implement new traits-based tests. 2018-02-12 16:12:07 +01:00
testing_api_cmd_exec_wirewatch.c Changing configuration structure to enable multiple accounts. 2018-04-02 14:29:44 +02:00
testing_api_cmd_fakebank_transfer.c Bank-lib tests, using the new (libraries-based) style. 2018-02-26 14:12:46 +01:00
testing_api_cmd_payback.c Changing configuration structure to enable multiple accounts. 2018-04-02 14:29:44 +02:00
testing_api_cmd_refresh.c denom pub trait made 'const' 2018-02-21 16:58:18 +01:00
testing_api_cmd_refund.c Changing configuration structure to enable multiple accounts. 2018-04-02 14:29:44 +02:00
testing_api_cmd_signal.c use more 'static' where applicable, use GNUNET_log instead of fprintf 2018-02-27 22:22:18 +01:00
testing_api_cmd_status.c use more 'static' where applicable, use GNUNET_log instead of fprintf 2018-02-27 22:22:18 +01:00
testing_api_cmd_track.c Changing configuration structure to enable multiple accounts. 2018-04-02 14:29:44 +02:00
testing_api_cmd_wire.c Changing configuration structure to enable multiple accounts. 2018-04-02 14:29:44 +02:00
testing_api_cmd_withdraw.c build exchange url at (withdraw) command creation. 2018-03-21 17:13:27 +01:00
testing_api_helpers.c Changing configuration structure to enable multiple accounts. 2018-04-02 14:29:44 +02:00
testing_api_loop.c fix segfault. 2018-03-19 18:47:52 +01:00
testing_api_trait_amount.c Bank-lib tests, using the new (libraries-based) style. 2018-02-26 14:12:46 +01:00
testing_api_trait_blinding_key.c offering amount _objects_ as traits (a string version of 2018-02-16 10:57:23 +01:00
testing_api_trait_coin_priv.c Implement new traits-based tests. 2018-02-12 16:12:07 +01:00
testing_api_trait_denom_pub.c denom pub trait made 'const' 2018-02-21 16:58:18 +01:00
testing_api_trait_denom_sig.c offering amount _objects_ as traits (a string version of 2018-02-16 10:57:23 +01:00
testing_api_trait_fresh_coin.c Implement new traits-based tests. 2018-02-12 16:12:07 +01:00
testing_api_trait_json.c Changing configuration structure to enable multiple accounts. 2018-04-02 14:29:44 +02:00
testing_api_trait_key_peer.c hash and public key traits. 2018-02-17 15:39:44 +01:00
testing_api_trait_number.c Bank-lib tests, using the new (libraries-based) style. 2018-02-26 14:12:46 +01:00
testing_api_trait_process.c Implement new traits-based tests. 2018-02-12 16:12:07 +01:00
testing_api_trait_reserve_priv.c indent 2018-02-16 12:05:42 +01:00
testing_api_trait_string.c Changing configuration structure to enable multiple accounts. 2018-04-02 14:29:44 +02:00
testing_api_trait_wtid.c Implement new traits-based tests. 2018-02-12 16:12:07 +01:00
testing_api_traits.c Implement new traits-based tests. 2018-02-12 16:12:07 +01:00