Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-02 | Changing 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-02 | modify wire plugin load logic to use reference counting | Christian Grothoff | |
2018-03-26 | still on gentle twister termination. | Marcello Stanisci | |
2018-03-22 | gently terminating the twister. | Marcello Stanisci | |
2018-03-21 | addressing leaks. | Marcello Stanisci | |
2018-03-21 | build exchange url at (withdraw) command creation. | Marcello Stanisci | |
2018-03-21 | address leaks. | Marcello Stanisci | |
2018-03-21 | address leaks. | Marcello Stanisci | |
2018-03-19 | fix segfault. | Marcello Stanisci | |
2018-03-19 | set default HAVE_TWISTER. | Marcello Stanisci | |
2018-03-19 | fix parenthesis. | Marcello Stanisci | |
2018-03-17 | format output | Marcello Stanisci | |
2018-03-17 | fix makefile conditional. | Marcello Stanisci | |
2018-03-17 | adding "with_fakebank_twisted" tests. | Marcello Stanisci | |
2018-03-17 | add fakebank-version of twisted tests. | Marcello Stanisci | |
2018-03-17 | mini testing of twister. | Marcello Stanisci | |
Make one bank-lib test command pass through the twister. | |||
2018-03-17 | fix return code. | Marcello Stanisci | |
2018-03-17 | gitignore | Marcello Stanisci | |
2018-03-17 | bank-lib twisted tests scaffold done. | Marcello Stanisci | |
2018-03-17 | bank-lib's twisted tests scaffold | Marcello Stanisci | |
2018-03-17 | gitignore | Marcello Stanisci | |
2018-03-17 | Twisted tests scaffold. | Marcello Stanisci | |
2018-03-12 | zero 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-12 | ensure transaction_name is also set for deferred_wire_out transaction, ↵ | Christian Grothoff | |
re-use postgres_start logic | |||
2018-03-12 | fix #5281 for exchange: do preflight check that an old transaction is no ↵ | Christian Grothoff | |
longer running by accident | |||
2018-03-12 | fix compiler warnings related to use of %llu on uint64_t | Christian Grothoff | |
2018-03-04 | fix #5293 | Christian Grothoff | |
2018-02-28 | Test cases connect to the exchange via the base URL | Marcello 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-28 | static | Marcello Stanisci | |
2018-02-28 | helpers return exchange base url from config. | Marcello Stanisci | |
2018-02-28 | indent | Marcello Stanisci | |
2018-02-27 | fix reject test command. | Marcello Stanisci | |
2018-02-27 | use more 'static' where applicable, use GNUNET_log instead of fprintf | Christian Grothoff | |
2018-02-27 | fix log component name | Marcello Stanisci | |
2018-02-27 | fix use of extern keyword. | Marcello Stanisci | |
2018-02-27 | setting label for reject testing command. | Marcello Stanisci | |
2018-02-26 | Bank-lib tests, using the new (libraries-based) style. | Marcello Stanisci | |
2018-02-21 | denom pub trait made 'const' | Marcello Stanisci | |
2018-02-21 | no need for a "hash trait" here. Removing code. | Marcello Stanisci | |
2018-02-21 | actually loading config | Marcello Stanisci | |
2018-02-21 | adding command to wire transfer to exchange by | Marcello Stanisci | |
reading a merchant instance's (reserve tip) private key in order to construct the subject. | |||
2018-02-21 | test command "fakebank transfer" | Marcello Stanisci | |
takes exchange url in arguments | |||
2018-02-19 | bank-check test cmd offers exchange url as trait. | Marcello Stanisci | |
2018-02-17 | fix reserve creation with reference | Marcello Stanisci | |
2018-02-17 | hash and public key traits. | Marcello Stanisci | |
2018-02-16 | indent | Marcello Stanisci | |
2018-02-16 | hash code trait | Marcello Stanisci | |
2018-02-16 | offering amount _objects_ as traits (a string version of | Marcello Stanisci | |
it was already implemented). "Withdraw" command uses it. | |||
2018-02-15 | paste leftover | Marcello Stanisci | |
2018-02-15 | fix paste leftover | Marcello Stanisci | |