summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2018-10-22Fix compiler warnings.Marcello Stanisci
2018-10-21first skeleton of /deposit-confirmation API implementation; not yet complete,...Christian Grothoff
2018-10-20extend auditordb API with function to store deposit confirmationsChristian Grothoff
2018-10-19reduce redundant data fetch (#5444)Christian Grothoff
2018-10-13keep a most sigs around when serializingChristian Grothoff
2018-10-13intermediate patch towards implementing #5136Christian Grothoff
2018-10-13fix issue with 'meta' not being initialized - by getting rid of itChristian Grothoff
2018-10-13implement deserialization logic for #5136Christian Grothoff
2018-10-06fix #5434 (no more salt in exchange wire replies)Christian Grothoff
2018-09-15fix #5315, including more testingChristian Grothoff
2018-09-15add sleep commandChristian Grothoff
2018-08-19re-init logging so we can tell by PID who it isChristian Grothoff
2018-08-19make transactions smaller to try to reduce rollbacksChristian Grothoff
2018-08-19add logic to allow fakebank transfers to be retriedChristian Grothoff
2018-08-19add remote benchmarkingFlorian Dold
2018-08-11implement retries for a few more commandsChristian Grothoff
2018-08-10add variant that allows us to control the timeoutChristian Grothoff
2018-08-10add retry support to withdraw test logicChristian Grothoff
2018-08-09in parallel tests, only launch one exchange -- still broken: code attempts to...Christian Grothoff
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
2018-07-18Add "general_id" for merchants into the DB system.Marcello Stanisci
2018-07-10Put logic to delete KYC events for merchantMarcello 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-09Improve KYC status callback.Marcello Stanisci
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
2018-07-06Put KYC-related low-level DB methods.Marcello Stanisci
2018-06-28Instruction pointer gets negative values too.Marcello Stanisci
2018-06-20Implementing #5306.Marcello Stanisci
2018-06-20batch CMD skeleton + include defs.Marcello Stanisci
2018-06-20Put lookup logic for meta-commands.Marcello Stanisci
2018-05-29Get rid of "@param selector".Marcello Stanisci
2018-05-29Commenting the main "testing" header file.Marcello Stanisci
2018-05-29Commenting the bank-lib "testing" header file.Marcello Stanisci
2018-05-22New error code for a unknown reserve public key.Marcello Stanisci
2018-05-18Ask to withdraw on a expired reserve.Marcello Stanisci
2018-05-17Trigger conflicting refundsMarcello Stanisci
2018-05-16Triggering 409 Conflict for /refresh/revealMarcello Stanisci
2018-05-14Triggering doubled /refresh/melt, plus prepare ground for twisting the /refre...Marcello Stanisci
2018-05-04Tests flexibility.Marcello Stanisci
2018-04-15merging Florian's changes with my wire changesChristian Grothoff
2018-04-06disable /keys cherrypicking until #5315 is addressedv0.5.0Florian Dold
2018-04-02allow auditor to operate per-accountChristian Grothoff
2018-04-02Changing configuration structure to enable multiple accounts.Christian Grothoff
2018-03-12fix #5281 for exchange: do preflight check that an old transaction is no long...Christian Grothoff