index
:
slackcoder/taler/exchange
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
testing
/
testing_api_cmd_deposit.c
Age
Commit message (
Expand
)
Author
2023-07-10
fix memory leaks reported by valgrind
Özgür Kesim
2023-07-10
added expected HTTP-code to logger
Özgür Kesim
2023-06-25
more work on atomizing exchange API: deposit
Christian Grothoff
2023-06-07
major libtalertesting API refactoring, including no longer having taler-speci...
Christian Grothoff
2023-05-01
breaking protocol changes towards fixing #7810 (incomplete, taler-exchange-of...
Christian Grothoff
2022-11-04
policy extensions and age restriction refactoring
Özgür Kesim
2022-10-22
-add missing asserts, fix logic issue
Christian Grothoff
2022-07-05
-annotate bugs
Christian Grothoff
2022-07-01
-implement batch deposit testing cmd
Christian Grothoff
2022-06-29
-update deposit API in preparation for batch deposits
Christian Grothoff
2022-06-05
complete P2P/W2W conflict handling, deduplicate code across handlers
Christian Grothoff
2022-03-19
-minor code cleanup
Christian Grothoff
2022-03-01
Refactoring TALER_AgeCommitment
Özgür Kesim
2022-02-23
-make age commiment structs const in traits
Özgür Kesim
2022-02-22
[age restriction] progress 16/n - refresh/reveal/link tests
Özgür Kesim
2022-02-21
-big renaming of structs for consistent naming with P suffix
Christian Grothoff
2022-02-17
-fix CS nonce reuse check logic
Christian Grothoff
2022-02-16
[age restriction] progress 14/n - withdraw and deposit
Özgür Kesim
2022-02-07
-rename fest
Christian Grothoff
2021-12-14
introducing GNUNET_TIME_Timestamp, recoup now with amounts
Christian Grothoff
2021-11-19
-misc bugfixes
Christian Grothoff
2021-11-06
include h_extensions in deposit confirmation
Christian Grothoff
2021-11-06
introduce TALER_wallet_deposit_verify
Christian Grothoff
2021-11-01
fix bug
Christian Grothoff
2021-10-30
fix more FTBFS issues
Christian Grothoff
2021-10-27
work on testing ftbfs
Christian Grothoff
2021-10-13
-modify C API to future-proof it for returning more details as required for K...
Christian Grothoff
2021-04-24
return more precise error codes from TALER_EXCHANGE_deposit() if failures are...
Christian Grothoff
2020-11-07
adjust ECs
Christian Grothoff
2020-07-16
rename TALER_JSON_hash to TALER_JSON_contract_hash
Christian Grothoff
2020-07-08
add h_denom_pub to deposit signatures
Christian Grothoff
2020-07-05
fix FIXME by exposing deposit permission signing in API instead of doing it i...
Christian Grothoff
2020-07-05
fix #6236
Christian Grothoff
2020-07-05
towards changing timestamp in deposit confirmation (tests failing)
Christian Grothoff
2020-04-11
adapations to GNUnet API change
Christian Grothoff
2020-04-08
adapt to new GNUnet sign API (#6164)
Christian Grothoff
2020-04-05
make exchange API more uniform in how information is returned
Christian Grothoff
2020-03-28
fix leaks and bad RC logic wrt json reference copying
Christian Grothoff
2020-03-28
doxygen fix
Christian Grothoff
2020-03-27
comment style fix
Christian Grothoff
2020-03-27
cover actual aggregation in exchange test
Florian Dold
2020-03-27
deposit command: create merchant key in a more appropriate place
Florian Dold
2020-03-27
fix deposit idempotency test case
Florian Dold
2020-03-27
add test case (currently fails) for deposit idempotency
Florian Dold
2020-03-27
removing warnings
Christian Grothoff
2020-03-20
more statistics, make explicit table lock optional, can hurt performance badly
Christian Grothoff
2020-03-20
improving benchmarking logic, including more timings
Christian Grothoff
2020-03-19
make do_retry not retry forever in tests/benchmark
Christian Grothoff
2020-01-19
move testing logic and integration tests into separate directory
Florian Dold