index
:
slackcoder/taler/exchange
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
exchangedb
/
plugin_exchangedb_common.c
Age
Commit message (
Expand
)
Author
2022-10-15
-refactor DB for reserve history/status routines
Christian Grothoff
2022-10-15
add logic to return information about purse refunds in coin histories
Christian Grothoff
2022-10-14
add reserve-open-deposit transactions to coin histories
Christian Grothoff
2022-10-13
-towards returning reserve open deposits in coin history
Christian Grothoff
2022-05-23
include purse deposits in coin history
Christian Grothoff
2022-05-23
-misc fixes to reserve history
Christian Grothoff
2022-05-22
-towards purse merge and history requests in reserve history (incomplete)
Christian Grothoff
2021-10-31
distinguish between blind and non-blind denomination signatures
Christian Grothoff
2021-10-30
fix more FTBFS issues
Christian Grothoff
2021-10-27
-resovling more FTBFS issues
Christian Grothoff
2021-01-08
change wire_reference to be uint64_t always; more work on lrbt_callbacks
Christian Grothoff
2020-07-05
GNUNET_free_non_null is gone, use GNUNET_free
Christian Grothoff
2020-03-04
more renaming
Christian Grothoff
2020-03-04
minor code clean up, renaming for consistency
Christian Grothoff
2020-01-19
fix copyright headers as per CA
Christian Grothoff
2020-01-18
payback -> recoup stranglers
Christian Grothoff
2020-01-16
kill another FIXME
Christian Grothoff
2019-10-29
fix compiler warnings
Christian Grothoff
2019-08-25
re-format code
Florian Dold
2019-07-22
include new payback-refresh possibilities in coin history generation
Christian Grothoff
2019-07-21
extending postgres plugin with functions required to store payback data on re...
Christian Grothoff
2019-05-02
replace denom_pub with denom_pub_hash in exchange API to reduce bandwidth
Christian Grothoff
2018-11-25
fix a few more leaks
Christian Grothoff
2018-04-02
Changing configuration structure to enable multiple accounts.
Christian Grothoff
2017-11-29
fixing #5178
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-04-20
finished implementing #4956 in principle, but not yet tested
Christian Grothoff
2017-04-20
expand testcase to cover new DB API
Christian Grothoff
2017-04-04
towards supporting #3887 in the auditor
Christian Grothoff
2017-04-02
implement returning /paybacks as part of reserve history (#3887)
Christian Grothoff
2017-04-01
implement DB plugin function to obtain reserve information, migrate logic to ...
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-06-11
fixing more leaks
Christian Grothoff
2016-05-26
fix #4533 for exchange (breaks interaction with bank for /admin/add/incoming)
Christian Grothoff
2016-05-24
fix #4483
Christian Grothoff
2016-05-16
fixing #3814 by removing ability to melt multiple oldcoins at the same time
Christian Grothoff
2016-05-08
reorg testcase a bit
Christian Grothoff
2016-05-08
expand testcase to cover refund API, fix minor issues
Christian Grothoff
2016-05-05
working on #3641: more on /refund implementation
Christian Grothoff
2016-03-01
renaming mint->exchange
Christian Grothoff