Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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 | |
2018-02-07 | make it compile | Florian Dold | |
2018-02-07 | wire plugin (test): gracefully handle errors | Florian Dold | |
2018-02-06 | wirewatch: fix and simplify last row tracking | Florian Dold | |
2018-02-06 | wirewatch: set last_row_off_size when we set last_row_off | Florian Dold | |
2018-02-05 | exchangedb/postgres: handle duplicate wire transfers correctly | Florian Dold | |
2018-02-05 | wirewatch: no need to do rollback on hard/soft error | Florian Dold | |
2018-02-05 | wirewatch: fix uninitialized offset variable, logging | Florian Dold | |
2018-01-31 | url joining: grow strings correctly | Florian Dold | |
2018-01-31 | oops, add missing file | Florian Dold | |
2018-01-31 | more tests, fix varargs invocation | Florian Dold | |
2018-01-31 | url construction helpers | Florian Dold | |