index
:
slackcoder/taler/exchange
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
exchangedb
/
perf_taler_exchangedb_interpreter.c
Age
Commit message (
Expand
)
Author
2019-09-15
remove unused, unclean perf logic (we should measure using the logic in the s...
Christian Grothoff
2019-09-15
incomplete leak fixes
Christian Grothoff
2019-08-25
re-format code
Florian Dold
2019-05-02
replace denom_pub with denom_pub_hash in exchange API to reduce bandwidth
Christian Grothoff
2018-11-19
Minor changes to make tests pass/no-skip again.
Marcello Stanisci
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-04-02
Changing configuration structure to enable multiple accounts.
Christian Grothoff
2018-03-12
fix #5281 for exchange: do preflight check that an old transaction is no long...
Christian Grothoff
2017-11-30
patch to address #5183: always round time before giving it to DB, tolerate DB...
Christian Grothoff
2017-11-29
fixing #5178
Christian Grothoff
2017-06-23
Fix #5010 for keystate
Christian Grothoff
2017-06-22
address #5010 for /refresh/melt
Christian Grothoff
2017-06-19
address #5010 for /refund
Christian Grothoff
2017-06-19
fixing #5010 for /reserve/withdraw
Christian Grothoff
2017-06-19
rework /reserve/history to address #5010
Christian Grothoff
2017-06-19
refactoring /deposit towards new transaction style (#5010)
Christian Grothoff
2017-06-19
convert another function for #5010
Christian Grothoff
2017-06-15
work on #5010
Christian Grothoff
2017-06-11
match GNUnet API rename, work on #5010
Christian Grothoff
2017-05-08
add 'get_latest_reserve_in_reference' to exchangedb API
Christian Grothoff
2017-05-08
remove dead transfer details field from reserves_in (API, exchangedb, etc.)
Christian Grothoff
2017-05-05
updating DB schema for new wire history operations and future auditor checks ...
Christian Grothoff
2017-03-18
adjust exchangedb plugin to provide wire_out tracking API
Christian Grothoff
2016-08-11
updating DB schema to profit from new KDF-based refresh variant
Christian Grothoff
2016-07-07
fixing #4594
Marcello Stanisci
2016-05-26
fix #4533 for exchange (breaks interaction with bank for /admin/add/incoming)
Christian Grothoff
2016-05-18
fix table dropping logic to ensure testcases run in fresh environment
Christian Grothoff
2016-05-16
fixing #3814 by removing ability to melt multiple oldcoins at the same time
Christian Grothoff
2016-05-02
fixing #4462: avoid temporary schemata altogether
Christian Grothoff
2016-05-02
fixing #4470
Christian Grothoff
2016-04-01
fix testcase init with new API
Christian Grothoff
2016-03-01
renaming mint->exchange
Christian Grothoff