Skip to content

Conversation

@AddressXception
Copy link
Contributor

Issue

Link your PR to an issue

Fixes #137

Description

Use friendly variable names for proofs. add comments to them to make it easy to find in the spec. Add the decryption shares to the tally output. Fix a bug with the CP proofs were a couple of them were not using the extended base hash code as an input to the challenge generators. Added challenge values explicitly in a few places to ease computational comparisons

depends on: #134

Testing

make coverage && make generate-sample-data

Checklist

🚨Please review the guidelines for contributing to this repository.

  • 🤔 CONSIDER adding a unit test if your PR resolves an issue.
  • DO check open PR's to avoid duplicates.
  • DO keep pull requests small so they can be easily reviewed.
  • DO build locally before pushing.
  • DO make sure tests pass.
  • DO make sure any new changes are documented.
  • DO make sure not to introduce any compiler warnings.
  • AVOID breaking the continuous integration build.
  • AVOID making significant changes to the overall architecture.

💚Thank you!

keithrfung and others added 10 commits July 28, 2020 13:36
- Add scheduler singleton to handle creating pools an closing pools. 
- Remove Pool references and replace scheduler
- Update tests and benchmarks
add tally methods to tally in batches
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
@lgtm-com
Copy link

lgtm-com bot commented Aug 4, 2020

This pull request introduces 5 alerts when merging d363a51 into 463bf0c - view on LGTM.com

new alerts:

  • 2 for Except block handles 'BaseException'
  • 2 for Unused import
  • 1 for Wrong number of arguments in a call

@lgtm-com
Copy link

lgtm-com bot commented Aug 5, 2020

This pull request introduces 5 alerts when merging 9d6f6e2 into 463bf0c - view on LGTM.com

new alerts:

  • 2 for Except block handles 'BaseException'
  • 2 for Unused import
  • 1 for Wrong number of arguments in a call

@lgtm-com
Copy link

lgtm-com bot commented Aug 5, 2020

This pull request introduces 3 alerts when merging 28df5ff into 463bf0c - view on LGTM.com

new alerts:

  • 2 for Except block handles 'BaseException'
  • 1 for Wrong number of arguments in a call

Copy link
Contributor

@keithrfung keithrfung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm.

@keithrfung keithrfung merged commit 39b0366 into main Aug 5, 2020
@keithrfung keithrfung deleted the bug/cleanup-output-data branch August 5, 2020 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clean up output data

3 participants