summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-07-27Salt and sig not to be kept on tracking.Marcello Stanisci
2018-07-27Benchmark,Marcello Stanisci
extract bank url from the configuration; then make example config usable.
2018-07-27Add make target to clean blobs from the benchmark.Marcello Stanisci
2018-07-27Make benchmark config file working.Marcello Stanisci
2018-07-25Remove old note.Marcello Stanisci
2018-07-25Benchmark.Marcello Stanisci
Building the /wire response object inside the tool.
2018-07-25Undo saving auditor blob under /tmp.Marcello Stanisci
Gives permission issues.
2018-07-25Add benchmark example config file.Marcello Stanisci
2018-07-25save auditor blob under /tmpMarcello Stanisci
2018-07-25Give default loglev at benchmark.Marcello Stanisci
2018-07-25Benchmark.Marcello Stanisci
Removing "-new" part from the source file.
2018-07-25Prefer strncpy()Marcello Stanisci
2018-07-25Use proper exchange preparator (benchmark)Marcello Stanisci
2018-07-25no ApiKey for benchmarkMarcello Stanisci
2018-07-25Fix segfault.Marcello Stanisci
2018-07-25Benchmark uses fakebank now.Marcello Stanisci
2018-07-25Benchmark.Marcello Stanisci
Measuring time and print outcome.
2018-07-25Place FIXME/WARNINGMarcello Stanisci
2018-07-25Benchmark.Marcello Stanisci
Fix default runs' number and payto construction.
2018-07-25Benchmark.Marcello Stanisci
Batching all the commands together.
2018-07-25Benchmark.Marcello Stanisci
Define the "unity" benchmark: a array of CMDs containing at least a withdraw+deposit, and _possibly_ a refresh operation.
2018-07-25Benchmark.Marcello Stanisci
Calculating total amount for the (unique) reserve.
2018-07-25Remove useless commentMarcello Stanisci
2018-07-24Benchmark.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-24Benchmark.Marcello Stanisci
Making imported benchmark a stub ; and getting it to compile.
2018-07-24Fix benchmark.Marcello Stanisci
Importing the _merchant_ benchmark source file here and including it into the compilation system.
2018-07-23Change wire-plugin method signature.Marcello Stanisci
2018-07-23Add "cancel" method to the last commit.Marcello Stanisci
2018-07-23Wire-plugin interface.Marcello Stanisci
Add methods signatures to register merchants at banking institutions.
2018-07-18Add "general_id" for merchants into the DB system.Marcello Stanisci
2018-07-10Remove convenience note.Marcello Stanisci
2018-07-10Test last change.Marcello Stanisci
2018-07-10Put logic to delete KYC events for merchantMarcello Stanisci
2018-07-10noteMarcello Stanisci
2018-07-10Test last change.Marcello Stanisci
2018-07-10Put logic to sum KYC-monitored wire transfers.Marcello Stanisci
2018-07-10KYC DB methods: store a wire transfer.Marcello Stanisci
2018-07-10Fix SELECT statement.Marcello Stanisci
2018-07-09Improve KYC status callback.Marcello Stanisci
More parameters for this callback.
2018-07-09Method to mark a merchant as NOT KYC-checked.Marcello Stanisci
2018-07-09Method to retrieve the KYC status of a merchant.Marcello Stanisci
2018-07-09Method to mark merchant as KYC-checked.Marcello Stanisci
2018-07-09KYC db methods.Marcello Stanisci
Add method to insert a merchant into the monitored entries, and associates a "FALSE" KYC status to it.
2018-07-06Put KYC-related low-level DB methods.Marcello Stanisci
2018-07-04lookahead/duration options are in [exchange], not [exchange_keys], use ↵Christian Grothoff
consistently
2018-07-03remove unnecessary block, use static where applicableChristian Grothoff
2018-07-02Finish addressing #5332Marcello Stanisci
2018-07-02polish bank history CMDMarcello Stanisci
2018-07-02polish test loopMarcello Stanisci
2018-07-02polish test helpersMarcello Stanisci