summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-05-11fix if-else logical error.Marcello Stanisci
2018-05-11adding missing informationMarcello Stanisci
2018-05-11Fix offsetting.Marcello Stanisci
2018-05-07make test config files more autocomplete.Marcello Stanisci
2018-05-04Tests flexibility.Marcello Stanisci
It is now possible to launch the bank from the testing-lib regardless of it being served via HTTP or UWSGI.
2018-05-04fix segfaultMarcello Stanisci
2018-05-04Test cases.Marcello Stanisci
Only check if PORT is available if exchange serves via http. Also get the base URL from the config -- fixes those situations where it is not possible to construct it as localhost:<port>.
2018-05-03fix path generation.Marcello Stanisci
2018-04-26remove dead codeMarcello Stanisci
2018-04-23reset auditor tables upon running tests, + upgrade "twisted" config file.Marcello Stanisci
2018-04-23auditor tool to reset db tables.Marcello Stanisci
2018-04-23address double-slash situation.Marcello Stanisci
2018-04-15merging Florian's changes with my wire changesChristian Grothoff
2018-04-06disable /keys cherrypicking until #5315 is addressedv0.5.0Florian Dold
2018-04-06avoid dangling pointerFlorian Dold
2018-04-06fix commentFlorian Dold
2018-04-04expand logging of wirewatch shutdownChristian Grothoff
2018-04-04expand logging of HARD errors in DB reserve insertsChristian Grothoff
2018-04-04fix compiler warningsFlorian Dold
2018-04-04fix compiler warningFlorian Dold
2018-04-02allow auditor to operate per-accountChristian Grothoff
2018-04-02report which command failedChristian Grothoff
2018-04-02get filename instead of get_string, nicify some stringsChristian Grothoff
2018-04-02fix NULL termination of fee listChristian Grothoff
2018-04-02fix post-merge FTBFSChristian Grothoff
2018-04-02Changing configuration structure to enable multiple accounts.Christian Grothoff
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-02modify wire plugin load logic to use reference countingChristian Grothoff
2018-03-26still on gentle twister termination.Marcello Stanisci
2018-03-22gently terminating the twister.Marcello Stanisci
2018-03-21addressing leaks.Marcello Stanisci
2018-03-21build exchange url at (withdraw) command creation.Marcello Stanisci
2018-03-21address leaks.Marcello Stanisci
2018-03-21address leaks.Marcello Stanisci
2018-03-19fix segfault.Marcello Stanisci
2018-03-17format outputMarcello Stanisci
2018-03-17fix makefile conditional.Marcello Stanisci
2018-03-17adding "with_fakebank_twisted" tests.Marcello Stanisci
2018-03-17add fakebank-version of twisted tests.Marcello Stanisci
2018-03-17mini testing of twister.Marcello Stanisci
Make one bank-lib test command pass through the twister.
2018-03-17fix return code.Marcello Stanisci
2018-03-17bank-lib twisted tests scaffold done.Marcello Stanisci
2018-03-17bank-lib's twisted tests scaffoldMarcello Stanisci
2018-03-17Twisted tests scaffold.Marcello Stanisci
2018-03-12zero out last_row_off_size when we NULL last_row_off, cosmetics; remove ↵Christian Grothoff
bogus GNUNET_break: last_row_off size is allowed to be 0 here
2018-03-12ensure transaction_name is also set for deferred_wire_out transaction, ↵Christian Grothoff
re-use postgres_start logic
2018-03-12fix #5281 for exchange: do preflight check that an old transaction is no ↵Christian Grothoff
longer running by accident
2018-03-12fix compiler warnings related to use of %llu on uint64_tChristian Grothoff
2018-02-28Test cases connect to the exchange via the base URLMarcello Stanisci
they get from exchange/BASE_URL config value. This way, the twister can be easily put in the middle by making it listen on the same port specified after the : of the exchange/BASE_URL.
2018-02-28staticMarcello Stanisci
2018-02-28helpers return exchange base url from config.Marcello Stanisci