Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-25 | Benchmark manpage. | Marcello Stanisci | |
2018-07-25 | Prefer strncpy() | Marcello Stanisci | |
2018-07-25 | Use proper exchange preparator (benchmark) | Marcello Stanisci | |
2018-07-25 | no ApiKey for benchmark | Marcello Stanisci | |
2018-07-25 | Fix segfault. | Marcello Stanisci | |
2018-07-25 | Benchmark uses fakebank now. | Marcello Stanisci | |
2018-07-25 | Benchmark. | Marcello Stanisci | |
Measuring time and print outcome. | |||
2018-07-25 | Place FIXME/WARNING | Marcello Stanisci | |
2018-07-25 | Benchmark. | Marcello Stanisci | |
Fix default runs' number and payto construction. | |||
2018-07-25 | Benchmark. | Marcello Stanisci | |
Batching all the commands together. | |||
2018-07-25 | Benchmark. | Marcello Stanisci | |
Define the "unity" benchmark: a array of CMDs containing at least a withdraw+deposit, and _possibly_ a refresh operation. | |||
2018-07-25 | Benchmark. | Marcello Stanisci | |
Calculating total amount for the (unique) reserve. | |||
2018-07-25 | Remove useless comment | Marcello Stanisci | |
2018-07-24 | Benchmark. | Marcello Stanisci | |
Iterations are counted "per coin". Basically, the user expresses how many coins they want to instantiate for a single invocation of the command. | |||
2018-07-24 | Benchmark. | Marcello Stanisci | |
Making imported benchmark a stub ; and getting it to compile. | |||
2018-07-24 | Fix benchmark. | Marcello Stanisci | |
Importing the _merchant_ benchmark source file here and including it into the compilation system. | |||
2018-07-23 | Change wire-plugin method signature. | Marcello Stanisci | |
2018-07-23 | Add "cancel" method to the last commit. | Marcello Stanisci | |
2018-07-23 | Wire-plugin interface. | Marcello Stanisci | |
Add methods signatures to register merchants at banking institutions. | |||
2018-07-18 | Add "general_id" for merchants into the DB system. | Marcello Stanisci | |
2018-07-11 | more precise version check | Christian Grothoff | |
2018-07-10 | Remove convenience note. | Marcello Stanisci | |
2018-07-10 | Test last change. | Marcello Stanisci | |
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-04 | fix pg version check on Debian | Christian Grothoff | |
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. |