exchange/src/extensions
Özgür Kesim 12736abcf7
WiP: parsing and replay of auction transcripts
POST handler of auction_brandt extension now parses JSON transcript and
passes JSON via stdin to external program.  Reads result via stdout.

TODOs:
- check signatures in transcript
- parse JSON output of replay progam
- add configuration to to auction_brandt:
	- types of auctions
	- max. concurrent users
	- max. number of prices
	- maximum price
	- fees
- add timeout handler for replay program execution
- (maybe) sign output of exchange by master-key
- (maybe) add GET handler with information re: auction_brandt?
2022-10-03 08:15:07 +02:00
..
age_restriction WiP: added auction_brandt as extension 2022-10-02 22:51:54 +02:00
auction_brandt WiP: parsing and replay of auction transcripts 2022-10-03 08:15:07 +02:00
age_restriction_helper.c Refactor extensions 2022-10-02 18:05:58 +02:00
extensions.c Refactor extensions 2022-10-02 18:05:58 +02:00
Makefile.am Refactor extensions 2022-10-02 18:05:58 +02:00