Skip to content

Release 1.1.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 20:15
· 267 commits to main since this release
39b0366
Bug/cleanup output data (#138)

* ✨ Implement Scheduler for multi processing

- Add scheduler singleton to handle creating pools an closing pools. 
- Remove Pool references and replace scheduler
- Update tests and benchmarks

* Modify scheduler to include only one method

add tally methods to tally in batches

* fix naming

* Adjust proof fields to reflect new output requirements

also, fix a bug where the tally did not include the decryption shares, and where a few of the CP proofs were not using the crypto_extended_base_hash in their challenge inputs

* fix unused inports

* return int

* increase the deadline on slow tests

* fix imports

* fix CI Errors

* Address PR Feedback

* fix lint error

Co-authored-by: Keith Fung <keith.fung@infernored.com>
Co-authored-by: Keith Fung <keithrfung@users.noreply.github.com>