index
:
slackcoder/taler/exchange
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
exchangedb
Age
Commit message (
Expand
)
Author
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
adding test for wire prepare data
Christian Grothoff
2016-05-08
expand testcase to cover refund API, fix minor issues
Christian Grothoff
2016-05-06
more work on test, noting what is left to do with bug number
Christian Grothoff
2016-05-06
more work on test, noting what is left to do
Christian Grothoff
2016-05-06
adding test for auditors API
Christian Grothoff
2016-05-06
refactoring exchangedb tests to improve coverage
Christian Grothoff
2016-05-06
refactoring exchangedb tests to improve coverage
Christian Grothoff
2016-05-06
refactor code to write signing keys in same module where we read them
Christian Grothoff
2016-05-06
drop refunds table as well
Christian Grothoff
2016-05-06
add logic to return refunds with transaction history
Christian Grothoff
2016-05-06
implement logic to store refund data into postgres database
Christian Grothoff
2016-05-05
working on #3641: more on /refund implementation
Christian Grothoff
2016-05-04
fix fmt string issues
Christian Grothoff
2016-05-03
enable multiple wire methods to be used with aggregator, add command to run a...
Christian Grothoff
2016-05-02
fixing #4462: avoid temporary schemata altogether
Christian Grothoff
2016-05-02
removing broken and redundant testcase
Christian Grothoff
2016-05-02
fix #4184
Christian Grothoff
2016-05-02
fixing #4470
Christian Grothoff
2016-04-25
fix #4438
Christian Grothoff
2016-04-20
introduce refund fee
Christian Grothoff
2016-04-10
fixing #4386: use more sane configuration and data file structure
Christian Grothoff
2016-04-10
implement selection by wire_deadline as documented
Christian Grothoff
2016-04-10
do not clear result until end of iteration over results
Christian Grothoff
2016-04-10
changing code to meet latest change in GNUNET_SCHEDULER API
Christian Grothoff
2016-04-09
fix make dist rules
Christian Grothoff
2016-04-07
for #4374
Christian Grothoff
2016-04-07
Merge branch 'master' of git+ssh://taler.net/var/git/exchange
Christian Grothoff
2016-04-07
install data and plugins in taler-exchange, not taler
Christian Grothoff
2016-04-06
fix iterate_matching_deposits(), LIMIT does not work with variables in Postgr...
Christian Grothoff
2016-04-04
-fix mem leaks
Christian Grothoff
2016-04-03
use new PQ_query_param_string function to fix 0-termination bug, also termina...
Christian Grothoff
2016-04-01
set environment variable to ensure plugins are found during tests
Christian Grothoff
2016-04-01
fix testcase init with new API
Christian Grothoff
2016-04-01
hash inputs to sign_fdh functions as required by new API
Christian Grothoff
2016-03-30
towards a testcase for aggregation logic
Christian Grothoff
2016-03-21
Merge branch 'master' of git.taler.net:/var/git/exchange
Jeff Burdges
2016-03-21
Note two errors in the tests suit
Jeff Burdges
2016-03-21
Merge branch 'master' of git+ssh://git.taler.net/var/git/exchange
Christian Grothoff
2016-03-21
rename to match GNUnet symbol change
Christian Grothoff
2016-03-21
API change in GNUnet crypto for Full Domain Hashing
Jeff Burdges
2016-03-21
implementing #3987
Christian Grothoff
2016-03-01
renaming mint->exchange
Christian Grothoff