aboutsummaryrefslogtreecommitdiff
path: root/src/exchange-lib
AgeCommit message (Collapse)Author
2018-12-21fix "jump to invalid address"Marcello Stanisci
2018-12-21fix auditor key serializationMarcello Stanisci
2018-12-21fix segfaultMarcello Stanisci
2018-12-21Disconnection from the exchange must be signaled.Marcello Stanisci
2018-12-21Fix JSON packagingMarcello Stanisci
2018-12-21indentMarcello Stanisci
2018-12-21typoMarcello Stanisci
2018-12-21#5136.Marcello Stanisci
Adding CMD that reconnects to a exchange, using serialized keys.
2018-12-21Provide test API for keys serialization.Marcello Stanisci
2018-12-19Remove *extra* verbosity.Marcello Stanisci
2018-12-19#5459Marcello Stanisci
2018-12-18Remove useless code block.Marcello Stanisci
2018-12-18/withdraw: #5284.Marcello Stanisci
2018-12-18/wire: #5284Marcello Stanisci
2018-12-18/track/*: #5284.Marcello Stanisci
2018-12-18/refresh/* & /reserve/status: #5284.Marcello Stanisci
2018-12-18/refresh/*: #5284.Marcello Stanisci
2018-12-18/payback: #5284.Marcello Stanisci
2018-12-18/deposit: #5284.Marcello Stanisci
2018-12-18check-keys CMD: #5284.Marcello Stanisci
2018-12-14fastoption may not be supported by all curlsChristian Grothoff
2018-12-125462: implementing the iteration.Marcello Stanisci
2018-12-12Issue #5462.Marcello Stanisci
Defining batch that makes->destroys->check a reserve. Iterating the batch N times is the next step.
2018-12-12/reserve/status CMD.Marcello Stanisci
The logic extracts the reserve pub according to the trait being a pub b64 encoding or a private key.
2018-12-12Traits.Marcello Stanisci
Do not expose reserve priv trait if the user created a reserve specifying the wire transfer subject explicitly.
2018-12-06Extend exchange-lib.Marcello Stanisci
Adding simple function that returns the exchange's base URL.
2018-11-25fix misc. memory leaksChristian Grothoff
2018-11-25getting test_auditor_api to passChristian Grothoff
2018-11-20Offer contract terms trait as a JSON object.Marcello Stanisci
2018-11-19Minor changes to make tests pass/no-skip again.Marcello Stanisci
2018-11-19expand test logic for test_auditor_api, currently crashes, hence skipping ↵Christian Grothoff
for now
2018-11-18get auditor api test to pass (minimal version)Christian Grothoff
2018-11-17complete /deposit-confirmation test commandChristian Grothoff
2018-11-17use more const in taler_testing_lib.hChristian Grothoff
2018-11-17more work towards testing deposit confirmationsChristian Grothoff
2018-11-17work towards testing auditor deposit-confirmation APIChristian Grothoff
2018-11-11extend testing logic to setup handle for the auditorChristian Grothoff
2018-11-11fix TXL_curl_easy_get signaturesChristian Grothoff
2018-11-11improve auditor support in libtalertestingChristian Grothoff
2018-11-10preparing test logic for new auditor requirements (incomplete)Christian Grothoff
2018-11-10fix potential use of uninitialized hash_contextChristian Grothoff
2018-10-27clean up struct TALER_ExchangeSigningKeyValidityPSChristian Grothoff
(long-standing fixme: should not have contained the signature itself)
2018-10-22Fix compiler warnings.Marcello Stanisci
This reverts changes made in b0d00823eb96de733510354. The warnings are fixed by changing the functions signatures, instead of casting their pointers.
2018-10-22Fix compiler warnings.Marcello Stanisci
2018-10-22Checking a closed reserve's status.Marcello Stanisci
2018-10-21auditor: fix SQL syntax and semantic errorsFlorian Dold
2018-10-18exchange-lib: disable 'Expect: 100-continue'Florian Dold
2018-10-13keep a most sigs around when serializingChristian Grothoff
2018-10-13intermediate patch towards implementing #5136Christian Grothoff
2018-10-13indentation fixChristian Grothoff