Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-10 | Put logic to delete KYC events for merchant | Marcello Stanisci | |
2018-07-10 | note | Marcello Stanisci | |
2018-07-10 | Test last change. | Marcello Stanisci | |
2018-07-10 | Put logic to sum KYC-monitored wire transfers. | Marcello Stanisci | |
2018-07-10 | KYC DB methods: store a wire transfer. | Marcello Stanisci | |
2018-07-10 | Fix SELECT statement. | Marcello Stanisci | |
2018-07-09 | Improve KYC status callback. | Marcello Stanisci | |
More parameters for this callback. | |||
2018-07-09 | Method to mark a merchant as NOT KYC-checked. | Marcello Stanisci | |
2018-07-09 | Method to retrieve the KYC status of a merchant. | Marcello Stanisci | |
2018-07-09 | Method to mark merchant as KYC-checked. | Marcello Stanisci | |
2018-07-09 | KYC db methods. | Marcello Stanisci | |
Add method to insert a merchant into the monitored entries, and associates a "FALSE" KYC status to it. | |||
2018-07-06 | Put KYC-related low-level DB methods. | Marcello Stanisci | |
2018-07-04 | lookahead/duration options are in [exchange], not [exchange_keys], use ↵ | Christian Grothoff | |
consistently | |||
2018-07-03 | remove unnecessary block, use static where applicable | Christian Grothoff | |
2018-07-02 | Finish addressing #5332 | Marcello Stanisci | |
2018-07-02 | polish bank history CMD | Marcello Stanisci | |
2018-07-02 | polish test loop | Marcello Stanisci | |
2018-07-02 | polish test helpers | Marcello Stanisci | |
2018-07-02 | polish track CMD | Marcello Stanisci | |
2018-07-02 | polish refresh CMD | Marcello Stanisci | |
2018-07-02 | polish refresh CMD | Marcello Stanisci | |
2018-07-02 | Addressing #5332 | Marcello Stanisci | |
2018-06-29 | fix memory leak | Marcello Stanisci | |
2018-06-29 | Fix #5277. | Marcello Stanisci | |
2018-06-28 | Instruction pointer gets negative values too. | Marcello Stanisci | |
2018-06-28 | Address #5366. | Marcello Stanisci | |
Making sure that the exchange side of #5366 is well-behaved. | |||
2018-06-28 | Commenting last change. | Marcello Stanisci | |
2018-06-28 | Reproducing [1] as a test case. | Marcello Stanisci | |
[1] https://gnunet.org/bugs/view.php?id=5366#c13087 | |||
2018-06-27 | Addressing #5291. | Marcello Stanisci | |
2018-06-25 | indent | Marcello Stanisci | |
2018-06-25 | note | Marcello Stanisci | |
2018-06-25 | Splitting twisted test case into smaller CMD chunks. | Marcello Stanisci | |
2018-06-25 | Splitting "lib" test case into smaller CMDs arrays. | Marcello Stanisci | |
2018-06-20 | explicit zeroing. | Marcello Stanisci | |
2018-06-20 | Implementing #5306. | Marcello Stanisci | |
2018-06-20 | Batch CMD needs to memcpy CMDs in its internal status. | Marcello Stanisci | |
2018-06-20 | Meta-CMD-aware instruction pointer. | Marcello Stanisci | |
The main IP from the testing loop gets incremented ONLY IF the command being processed is NOT a "meta" one. Meta CMDs have their own internal IP. | |||
2018-06-20 | batch CMD skeleton + include defs. | Marcello Stanisci | |
2018-06-20 | Put lookup logic for meta-commands. | Marcello Stanisci | |
2018-06-14 | fix leaks. | Marcello Stanisci | |
2018-06-13 | Fix aggregator. | Marcello Stanisci | |
Now use the bank base *url* extracted from the payto:// extractor. | |||
2018-06-13 | Payto parsing. | Marcello Stanisci | |
Moving the extracted bank base URL into proper structure. | |||
2018-06-12 | 433 > 443 | Marcello Stanisci | |
2018-06-12 | Making https:// default. | Marcello Stanisci | |
2018-06-12 | From payto:// to base url. | Marcello Stanisci | |
The conversion prepends http// or https:// depending on the port given beside the hostname. If port is 433, then prepends https://, otherwise prepends http://. For now, the conversion was only necessary at the /history bank lib. | |||
2018-05-29 | Get rid of "@param selector". | Marcello Stanisci | |
2018-05-29 | Commenting the main "testing" header file. | Marcello Stanisci | |
2018-05-29 | Commenting the bank-lib "testing" header file. | Marcello Stanisci | |
2018-05-29 | do not use hard coded database string | Marcello Stanisci | |
2018-05-28 | fix compilation error | Marcello Stanisci | |