Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-20 | extend auditordb API with function to store deposit confirmations | Christian Grothoff | |
2018-10-19 | reduce redundant data fetch (#5444) | Christian Grothoff | |
2018-10-13 | keep a most sigs around when serializing | Christian Grothoff | |
2018-10-13 | intermediate patch towards implementing #5136 | Christian Grothoff | |
2018-10-13 | fix issue with 'meta' not being initialized - by getting rid of it | Christian Grothoff | |
2018-10-13 | implement deserialization logic for #5136 | Christian Grothoff | |
2018-10-06 | fix #5434 (no more salt in exchange wire replies) | Christian Grothoff | |
2018-09-15 | fix #5315, including more testing | Christian Grothoff | |
2018-09-15 | add sleep command | Christian Grothoff | |
2018-08-19 | re-init logging so we can tell by PID who it is | Christian Grothoff | |
2018-08-19 | make transactions smaller to try to reduce rollbacks | Christian Grothoff | |
2018-08-19 | add logic to allow fakebank transfers to be retried | Christian Grothoff | |
2018-08-19 | add remote benchmarking | Florian Dold | |
2018-08-11 | implement retries for a few more commands | Christian Grothoff | |
2018-08-10 | add variant that allows us to control the timeout | Christian Grothoff | |
2018-08-10 | add retry support to withdraw test logic | Christian Grothoff | |
2018-08-09 | in parallel tests, only launch one exchange -- still broken: code attempts ↵ | Christian Grothoff | |
to launch multiple fakebanks | |||
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-10 | Put logic to delete KYC events for merchant | 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-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-06-28 | Instruction pointer gets negative values too. | Marcello Stanisci | |
2018-06-20 | Implementing #5306. | Marcello Stanisci | |
2018-06-20 | batch CMD skeleton + include defs. | Marcello Stanisci | |
2018-06-20 | Put lookup logic for meta-commands. | Marcello Stanisci | |
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-22 | New error code for a unknown reserve public key. | Marcello Stanisci | |
Specific to the /reserve/status API. | |||
2018-05-18 | Ask to withdraw on a expired reserve. | Marcello Stanisci | |
2018-05-17 | Trigger conflicting refunds | Marcello Stanisci | |
2018-05-16 | Triggering 409 Conflict for /refresh/reveal | Marcello Stanisci | |
2018-05-14 | Triggering doubled /refresh/melt, plus prepare ground for twisting the ↵ | Marcello Stanisci | |
/refresh/reveal | |||
2018-05-04 | Tests flexibility. | Marcello Stanisci | |
It is now possible to launch the bank from the testing-lib regardless of it being served via HTTP or UWSGI. | |||
2018-04-15 | merging Florian's changes with my wire changes | Christian Grothoff | |
2018-04-06 | disable /keys cherrypicking until #5315 is addressedv0.5.0 | Florian Dold | |
2018-04-02 | allow auditor to operate per-account | Christian Grothoff | |
2018-04-02 | Changing configuration structure to enable multiple accounts. | Christian Grothoff | |
This change enables using multiple wire plugins at the same time. Also, we now distinguish between the wire plugin (i.e. EBICS or taler_bank) and the wire method (i.e. SEPA or x-taler-bank) that the wire plugin is implementing. The "taler-bank" wire method was renamed from "test" to "x-taler-bank". This also changes the format of the /wire response of the exchange, as we now need to return multiple accounts. Note that wire fees are specified per wire method, not per wire account. taler-exchange-keyup now automatically signs all of the /wire responses in the location specified by the configuration. Account identification in wire plugins was changed to use payto://-URLs instead of method-specific JSON fields. Signing and validation of /wire responses was moved from each wire plugin to a generic validation method in libtalerutil (crypto) or libtalerjson (for JSON-formatted inputs). Convenience methods were added to generate JSON for wire accounts (salting, signing). Various section and option names were adjusted to streamline the configuration and make it more consistent overall. Documentation was updated as well. | |||
2018-03-12 | fix #5281 for exchange: do preflight check that an old transaction is no ↵ | Christian Grothoff | |
longer running by accident | |||
2018-02-28 | helpers return exchange base url from config. | Marcello Stanisci | |
2018-02-26 | Bank-lib tests, using the new (libraries-based) style. | Marcello Stanisci | |