Changesets: exchange
master b58d4193 2018-02-27 20:12 Details Diff |
setting label for reject testing command. | ||
mod - src/bank-lib/testing_api_cmd_reject.c | Diff File | ||
master b593d416 2018-02-22 15:51 Details Diff |
Bank-lib tests, using the new (libraries-based) style. | ||
mod - .gitignore | Diff File | ||
mod - src/bank-lib/Makefile.am | Diff File | ||
mod - src/bank-lib/bank.conf | Diff File | ||
add - src/bank-lib/test_bank_api_new.c | Diff File | ||
add - src/bank-lib/test_bank_api_with_fakebank_new.c | Diff File | ||
add - src/bank-lib/testing_api_cmd_history.c | Diff File | ||
add - src/bank-lib/testing_api_cmd_reject.c | Diff File | ||
add - src/bank-lib/testing_api_helpers.c | Diff File | ||
mod - src/exchange-lib/testing_api_cmd_bank_check.c | Diff File | ||
mod - src/exchange-lib/testing_api_cmd_fakebank_transfer.c | Diff File | ||
mod - src/exchange-lib/testing_api_cmd_track.c | Diff File | ||
mod - src/exchange-lib/testing_api_helpers.c | Diff File | ||
mod - src/exchange-lib/testing_api_loop.c | Diff File | ||
mod - src/exchange-lib/testing_api_trait_amount.c | Diff File | ||
mod - src/exchange-lib/testing_api_trait_number.c | Diff File | ||
mod - src/exchange-lib/testing_api_trait_string.c | Diff File | ||
mod - src/include/Makefile.am | Diff File | ||
add - src/include/taler_testing_bank_lib.h | Diff File | ||
mod - src/include/taler_testing_lib.h | Diff File | ||
master 8d5cc9f5 2018-02-21 17:58 Details Diff |
denom pub trait made 'const' | ||
mod - src/exchange-lib/testing_api_cmd_deposit.c | Diff File | ||
mod - src/exchange-lib/testing_api_cmd_payback.c | Diff File | ||
mod - src/exchange-lib/testing_api_cmd_refresh.c | Diff File | ||
mod - src/exchange-lib/testing_api_trait_denom_pub.c | Diff File | ||
mod - src/include/taler_testing_lib.h | Diff File | ||
master 1e6efdc5 2018-02-21 16:13 Details Diff |
no need for a "hash trait" here. Removing code. | ||
mod - src/exchange-lib/Makefile.am | Diff File | ||
rm - src/exchange-lib/testing_api_trait_hash.c | Diff File | ||
mod - src/include/taler_testing_lib.h | Diff File | ||
master 3c9757a1 2018-02-21 13:41 Details Diff |
actually loading config | ||
mod - src/exchange-lib/testing_api_cmd_fakebank_transfer.c | Diff File | ||
mod - src/exchange-lib/testing_api_helpers.c | Diff File | ||
master 377f35fd 2018-02-21 13:23 Details Diff |
adding command to wire transfer to exchange by | ||
mod - src/exchange-lib/testing_api_cmd_fakebank_transfer.c | Diff File | ||
mod - src/include/taler_testing_lib.h | Diff File | ||
master b09bd97c 2018-02-21 10:56 Details Diff |
test command "fakebank transfer" | ||
mod - src/exchange-lib/test_exchange_api_new.c | Diff File | ||
mod - src/exchange-lib/testing_api_cmd_fakebank_transfer.c | Diff File | ||
mod - src/include/taler_testing_lib.h | Diff File | ||
master 6ac3c6cd 2018-02-19 16:38 Details Diff |
bank-check test cmd offers exchange url as trait. | ||
mod - src/exchange-lib/testing_api_cmd_bank_check.c | Diff File | ||
mod - src/include/taler_testing_lib.h | Diff File | ||
mod - src/include/taler_util.h | Diff File | ||
master 76ba8f12 2018-02-18 00:41 Details Diff |
fix reserve creation with reference | ||
mod - src/exchange-lib/testing_api_cmd_fakebank_transfer.c | Diff File | ||
master 844f39c8 2018-02-17 16:39 Details Diff |
hash and public key traits. | ||
mod - src/exchange-lib/testing_api_trait_hash.c | Diff File | ||
mod - src/exchange-lib/testing_api_trait_key_peer.c | Diff File | ||
mod - src/include/taler_testing_lib.h | Diff File | ||
master d20c94d8 2018-02-16 13:05 Details Diff |
indent | ||
mod - src/exchange-lib/testing_api_trait_reserve_priv.c | Diff File | ||
master 7ffc6d0f 2018-02-16 12:59 Details Diff |
hash code trait | ||
mod - src/exchange-lib/Makefile.am | Diff File | ||
add - src/exchange-lib/testing_api_trait_amount.c | Diff File | ||
add - src/exchange-lib/testing_api_trait_hash.c | Diff File | ||
mod - src/include/taler_testing_lib.h | Diff File | ||
master 513a22c3 2018-02-16 11:57 Details Diff |
offering amount _objects_ as traits (a string version of | ||
mod - src/exchange-lib/Makefile.am | Diff File | ||
mod - src/exchange-lib/testing_api_cmd_withdraw.c | Diff File | ||
mod - src/exchange-lib/testing_api_trait_blinding_key.c | Diff File | ||
mod - src/exchange-lib/testing_api_trait_denom_sig.c | Diff File | ||
mod - src/include/taler_testing_lib.h | Diff File | ||
master 63109b69 2018-02-15 18:23 Details Diff |
paste leftover | ||
mod - src/exchange-lib/testing_api_trait_string.c | Diff File | ||
master 912fd77a 2018-02-15 17:39 Details Diff |
fix paste leftover | ||
mod - src/include/taler_testing_lib.h | Diff File | ||
master d78f66d5 2018-02-15 17:36 Details Diff |
adding "order id" trait | ||
mod - src/exchange-lib/testing_api_loop.c | Diff File | ||
mod - src/exchange-lib/testing_api_trait_string.c | Diff File | ||
mod - src/include/taler_testing_lib.h | Diff File | ||
master 5b1e1761 2018-02-14 13:46 Details Diff |
offer url trait | ||
mod - src/exchange-lib/testing_api_cmd_exec_wirewatch.c | Diff File | ||
mod - src/exchange-lib/testing_api_loop.c | Diff File | ||
mod - src/exchange-lib/testing_api_trait_string.c | Diff File | ||
mod - src/include/taler_testing_lib.h | Diff File | ||
master b198bb38 2018-02-07 03:46 Details Diff |
make it compile | ||
mod - src/wire/plugin_wire_test.c | Diff File | ||
master a9310ad6 2018-02-07 03:43 Details Diff |
wire plugin (test): gracefully handle errors | ||
mod - src/wire/plugin_wire_test.c | Diff File | ||
master a543614f 2018-02-06 04:22 Details Diff |
wirewatch: fix and simplify last row tracking | ||
mod - src/exchange/taler-exchange-wirewatch.c | Diff File | ||
master 24c18fad 2018-02-06 04:02 Details Diff |
wirewatch: set last_row_off_size when we set last_row_off | ||
mod - src/exchange/taler-exchange-wirewatch.c | Diff File | ||
master 48fd50f9 2018-02-05 22:49 Details Diff |
exchangedb/postgres: handle duplicate wire transfers correctly | ||
mod - src/exchangedb/plugin_exchangedb_postgres.c | Diff File | ||
master f8d7c1ef 2018-02-05 18:22 Details Diff |
wirewatch: no need to do rollback on hard/soft error | ||
mod - src/exchange/taler-exchange-wirewatch.c | Diff File | ||
master b6b7a367 2018-02-05 18:19 Details Diff |
wirewatch: fix uninitialized offset variable, logging | ||
mod - src/exchange/taler-exchange-wirewatch.c | Diff File | ||
master 111f8f23 2018-01-31 19:37 Details Diff |
url joining: grow strings correctly | ||
mod - src/util/util.c | Diff File |