index
:
slackcoder/taler/exchange
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
exchangedb
/
plugin_exchangedb_postgres.c
Age
Commit message (
Expand
)
Author
2019-10-29
fix compiler warnings
Christian Grothoff
2019-10-26
fix NPE
Christian Grothoff
2019-10-11
adaptions to libgnunetpq api change (#5733)
Christian Grothoff
2019-10-05
reindenting with uncrustify
Christian Grothoff
2019-09-15
fix leaks and unnecessary fetch of RSA signature on refresh/reveal
Christian Grothoff
2019-09-05
fix leak
Christian Grothoff
2019-09-03
auditor needs serial IDs in coin history
Christian Grothoff
2019-08-26
locking for known_coins
Florian Dold
2019-08-25
re-format code
Florian Dold
2019-08-23
drop dead kyc logic
Christian Grothoff
2019-08-17
remove currency field from databases
Christian Grothoff
2019-07-27
more denom sig checking in auditor
Christian Grothoff
2019-07-24
make sure reserves are not gc'ed before legal expiration
Christian Grothoff
2019-07-24
getting revocation/payback test with refreshed coins to pass
Christian Grothoff
2019-07-24
implement zombie check
Christian Grothoff
2019-07-23
need the hash of coin_ev with an index for select
Christian Grothoff
2019-07-23
implement postges_get_old_coin_by_h_blind for #5777
Christian Grothoff
2019-07-21
extending postgres plugin with functions required to store payback data on re...
Christian Grothoff
2019-06-27
first steps on #5777
Christian Grothoff
2019-06-26
export get-known-coin function from DB API
Christian Grothoff
2019-06-26
add test for json_wire.c logic
Christian Grothoff
2019-06-26
implement /link signatures
Christian Grothoff
2019-06-08
fix #5756, also change sepa->iban as per payto:// spec
Christian Grothoff
2019-06-05
add locking to avoid transaction retries
Christian Grothoff
2019-05-09
fix #5716
Christian Grothoff
2019-05-02
replace denom_pub with denom_pub_hash in exchange API to reduce bandwidth
Christian Grothoff
2019-04-18
add post HTTP request check for hanging transactions
Christian Grothoff
2019-04-08
Refactor plugin_exchangedb_postgres for GNUNET_memcmp
ng0
2019-02-16
add missing comments
Christian Grothoff
2019-02-16
implement iterate_denomination_info() call
Christian Grothoff
2019-02-14
preparations for #5536
Christian Grothoff
2018-11-04
add auditing of deposit confirmations to auditor (#5447)
Christian Grothoff
2018-10-28
add operation to count number of known coins per denomination to exchangedb
Christian Grothoff
2018-10-19
reduce redundant data fetch (#5444)
Christian Grothoff
2018-08-19
typo
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-11
make wirewatch properly handle (soft) failed transations
Christian Grothoff
2018-08-10
add more logging to more clearly see real conficts, add AUTO_EXPLAIN option t...
Christian Grothoff
2018-08-10
add a few more FOR UPDATE where appropriate
Christian Grothoff
2018-08-09
try with row locking to avoid rollbacks (in theory, to be verified)
Christian Grothoff
2018-07-18
Add "general_id" for merchants into the DB system.
Marcello Stanisci
2018-07-10
Remove convenience note.
Marcello Stanisci
2018-07-10
Test last change.
Marcello Stanisci
2018-07-10
Put logic to delete KYC events for merchant
Marcello Stanisci
2018-07-10
note
Marcello Stanisci
2018-07-10
Test last change.
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-10
Fix SELECT statement.
Marcello Stanisci
[next]