Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-04 | expand logging of wirewatch shutdown | Christian Grothoff | |
2018-04-04 | expand logging of HARD errors in DB reserve inserts | Christian Grothoff | |
2018-04-04 | fix compiler warnings | Florian Dold | |
2018-04-04 | fix compiler warning | Florian Dold | |
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-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 | bank-lib twisted tests scaffold done. | Marcello Stanisci | |
2018-03-17 | bank-lib's twisted tests scaffold | 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-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 | |
2018-02-15 | adding "order id" trait | Marcello Stanisci | |
2018-02-14 | offer url trait | Marcello Stanisci | |
2018-02-12 | Implement new traits-based tests. | Marcello Stanisci | |