aboutsummaryrefslogtreecommitdiff
path: root/auction.go
AgeCommit message (Collapse)Author
2024-11-12refactor bit and stages: common stages type for both statgesÖzgür Kesim
2024-11-11refactoring in progressÖzgür Kesim
2024-11-11refactor struct namesÖzgür Kesim
2024-11-10refactor: slight renaming; added (empty) doc.go to nizkÖzgür Kesim
2024-11-10make message a type; add testÖzgür Kesim
2024-11-10start refactorÖzgür Kesim
2024-11-08moving declarations aroundÖzgür Kesim
2024-04-09seal: added verifier of descriptionsÖzgür Kesim
2024-04-07auction: add Auction interfaceÖzgür Kesim
2024-04-07client->bidderÖzgür Kesim
2024-04-05client: started work on API for client, wipÖzgür Kesim
- auction defines description of an auction - client creates auction object, given a description - commitment/* merged into client