index
:
slackcoder/taler/exchange
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
exchangedb
/
exchange-0002.sql
Age
Commit message (
Collapse
)
Author
2021-01-15
remove master_pub from DB
Christian Grothoff
2021-01-10
fix major bug with SQL statement missing ORDER BY freshcoin_index resulting ↵
Christian Grothoff
in possible link failures (but usually lucky with old DB schema)
2021-01-09
more optimizations of tables with foreign keys
Christian Grothoff
2021-01-08
use known_coin_id instead of coin_pub, use reserve_out_serial_id/rrc_serial ↵
Christian Grothoff
instead of h_blind_ev/h_coin_ev
2021-01-08
use auditor_uuid instead of auditor_pub as foreign key
Christian Grothoff
2021-01-08
change exchange database to use denominations_serial instead of ↵
Christian Grothoff
denom_pub_hash as foreign key
2021-01-06
add -i option to taler-auditor
Christian Grothoff
2021-01-05
schema update in preparation of exchange-auditor database replication logic
Christian Grothoff
2020-12-10
implement POST /managment/keys
Christian Grothoff
2020-12-06
expand exchangedb plugin for new /keys logic
Christian Grothoff
2020-12-06
incomplete work on forthcoming /keys implementation
Christian Grothoff
2020-12-02
fix SQL error
Christian Grothoff
2020-11-29
more work on DB plugin for managemetn API
Christian Grothoff
2020-11-29
work on DB logic, add auditor_name to /management/auditors API
Christian Grothoff
2020-11-29
get code for most new endpoints to build (but DB not done)
Christian Grothoff
2020-11-27
add tables for signing key revocation and for wire accounts
Christian Grothoff
2020-11-24
database schema change for #6175
Christian Grothoff
2020-11-14
more work on crypto RSA helper
Christian Grothoff