index
:
slackcoder/taler/exchange
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bank-lib
Age
Commit message (
Collapse
)
Author
2018-01-30
use url instead of uri consistently
Florian Dold
2018-01-16
fix fakebank memory leak
Christian Grothoff
2017-12-22
redefining/adding bank error codes
Marcello Stanisci
2017-12-14
store password in the right variable
Marcello Stanisci
2017-12-14
implement taler-bank-transfer, fixes #5195
Christian Grothoff
2017-12-14
nicer error reporting
Christian Grothoff
2017-12-13
logging the /reject requester in tests as the deposit _credit_ account
Marcello Stanisci
2017-12-13
respect /reject API: credit_account -> account_number
Marcello Stanisci
2017-12-13
re-enable bank /reject testing now that bank implements it (closes #5200)
Christian Grothoff
2017-12-12
use dual stack for fakebank
Christian Grothoff
2017-12-10
better diagnostics from fakebank
Christian Grothoff
2017-12-10
add testcase for #5077 (passes), start to reduce use of exchange's ↵
Christian Grothoff
admin/add/incoming (#5172, more to come)
2017-12-09
switch auth based on account number in test
Christian Grothoff
2017-12-09
swap account numbers so reject can work with auth
Christian Grothoff
2017-12-08
set error code correctly, removes compiler warning
Florian Dold
2017-12-08
use row_id instead of serial_id everywhere
Florian Dold
2017-12-08
bank uses row_id instead of serial_id now
Florian Dold
2017-12-08
comment out bank test cases until implemented in bank
Florian Dold
2017-12-06
largely fix #5077
Christian Grothoff
2017-10-18
missing conf from 'make dist'
Marcello Stanisci
2017-06-15
fix compiler warning due to possibly unknown switch enum values being ↵
Christian Grothoff
handled poorly
2017-06-11
automated refunds of expired reserves now work and tested, fixes #4956
Christian Grothoff
2017-06-11
tolerate empty transaction list when returning history
Christian Grothoff
2017-06-11
fix doxygen
Christian Grothoff
2017-06-11
modify fakebank API to allow arbitrary subjects, not just well-fromed WTIDs
Christian Grothoff
2017-06-06
bump versions for release
v0.3.0
Christian Grothoff
2017-06-04
fix memory leaks (#5050)
Christian Grothoff
2017-06-04
fixing misc doxygen issues
Christian Grothoff
2017-05-24
bank flush db command also needed -c option
Marcello Stanisci
2017-05-17
bank-lib testcase passes config file to the bank
Marcello Stanisci
2017-05-17
remove mention of 'talercheck'
Marcello Stanisci
2017-05-17
bank-lib looks first into env to get checkdb's name
Marcello Stanisci
2017-05-16
nicer error reporting
Christian Grothoff
2017-05-16
use and purge alternate db when testing against python bank
Marcello Stanisci
2017-05-16
start_row is actually start in the spec, fix naming
Christian Grothoff
2017-05-16
handle base32-wire transfer subject being followed by space+exchange base ↵
Christian Grothoff
url in wire plugin and fakebank
2017-05-16
fix port numbers, no longer 8081 but on 8080; and box json array /history ↵
Christian Grothoff
response in {data} as required by API
2017-05-16
take the history array from "data" field returned by the bank
Marcello Stanisci
2017-05-11
even more detailed /history error reporting
Christian Grothoff
2017-05-10
revert field name in bank-lib
Marcello Stanisci
2017-05-10
improve history error reporting by test
Christian Grothoff
2017-05-10
removing use of bank's admin interface from bank-lib testcases
Marcello Stanisci
2017-05-10
uncommenting the first failing bank-lib interpreter command
Marcello Stanisci
2017-05-10
fix field name
Marcello Stanisci
2017-05-10
uncommenting /admin/add/incoming interpreter command
Marcello Stanisci
2017-05-10
initial fixes to test exchange/bank interfacing
Marcello Stanisci
2017-05-10
revert last change
Marcello Stanisci
2017-05-10
serial_id -> row_id in returned json
Marcello Stanisci
2017-05-09
fix missing auth header for /admin/add/incoming
Christian Grothoff
2017-05-09
fix possible NULL deref, simplify logic
Christian Grothoff
[next]