aboutsummaryrefslogtreecommitdiff
path: root/test_brandt.c
AgeCommit message (Collapse)Author
2024-01-14lift code to recent GNUNET version; uncrustifyÖzgür Kesim
2022-10-06add private keys (undsigned) to the transcriptÖzgür Kesim
2022-10-03sort json keys; free stringÖzgür Kesim
2022-09-28Transcript generation and replayÖzgür Kesim
test_brandt now generates transcripts of auctions in JSON form on stdout. replay is a program that reads such a transcript and replays the auction.
2016-12-02move ecdlogctx passing to _join()/_new() functionsMarkus Teich
2016-11-29use GNUNET_log in test_brandtMarkus Teich
2016-11-23remove unnecessary description handling and hashing.Markus Teich
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.
2016-11-23add doc for test-case functionMarkus Teich
2016-11-22add m+1st price auctions with public outcomeMarkus Teich
2016-11-01handle n <= m case in m+1st price auctionsMarkus Teich
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.
2016-11-01add todo entryMarkus Teich
2016-11-01test for no biddersMarkus Teich
2016-10-15fixup test_brandtMarkus Teich
2016-10-14make test_brandt ready for M+1st price auctionsMarkus Teich
2016-10-14rework test_brandtMarkus Teich
2016-10-13remove test.h dependency from test_brandt.cMarkus Teich
2016-09-23test_brandt: actually check the outcome correctnesMarkus Teich
2016-09-21minor style fixMarkus Teich
2016-09-21coding style fixesMarkus Teich
2016-09-11public firstprice auction working in test_brandtMarkus Teich
2016-09-08private firstprice auction working in test_brandtMarkus Teich
2016-09-08test_brandt nearly doneMarkus Teich
2016-08-31temporary dump for discussionMarkus Teich
2016-08-17remove unused code in testMarkus Teich
2016-08-17add start callback and further basic testsMarkus Teich
2016-08-17minimal changesMarkus Teich
2016-08-16some stuffMarkus Teich
- finish BRANDT_destroy() - fix include mess related to platform.h and brandt_config.h - add first brandt.c testcase