aboutsummaryrefslogtreecommitdiff
path: root/test_brandt.c
Commit message (Collapse)AuthorAge
* use GNUNET_log in test_brandtMarkus Teich2016-11-29
|
* remove unnecessary description handling and hashing.Markus Teich2016-11-23
| | | | | | | The hash is not needed since the sellers application is required to sign the description and the bidders application is required to check the signature. Since the arbitrary description used by the application was only used inside this hash, it can be removed as well.
* add doc for test-case functionMarkus Teich2016-11-23
|
* add m+1st price auctions with public outcomeMarkus Teich2016-11-22
|
* handle n <= m case in m+1st price auctionsMarkus Teich2016-11-01
| | | | | | The lowest possible price from the price map will be the price each bidder has to pay. Since the seller can define the price map, he can set the lowest price to the lowest he is willing to sell one item at.
* add todo entryMarkus Teich2016-11-01
|
* test for no biddersMarkus Teich2016-11-01
|
* fixup test_brandtMarkus Teich2016-10-15
|
* make test_brandt ready for M+1st price auctionsMarkus Teich2016-10-14
|
* rework test_brandtMarkus Teich2016-10-14
|
* remove test.h dependency from test_brandt.cMarkus Teich2016-10-13
|
* test_brandt: actually check the outcome correctnesMarkus Teich2016-09-23
|
* minor style fixMarkus Teich2016-09-21
|
* coding style fixesMarkus Teich2016-09-21
|
* public firstprice auction working in test_brandtMarkus Teich2016-09-11
|
* private firstprice auction working in test_brandtMarkus Teich2016-09-08
|
* test_brandt nearly doneMarkus Teich2016-09-08
|
* temporary dump for discussionMarkus Teich2016-08-31
|
* remove unused code in testMarkus Teich2016-08-17
|
* add start callback and further basic testsMarkus Teich2016-08-17
|
* minimal changesMarkus Teich2016-08-17
|
* some stuffMarkus Teich2016-08-16
- finish BRANDT_destroy() - fix include mess related to platform.h and brandt_config.h - add first brandt.c testcase