Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop using prop_filter_map to produce valid sapling shielded data #2579

Merged
merged 2 commits into from
Aug 6, 2021

Commits on Aug 6, 2021

  1. Stop using prop_filter_map to produce valid sapling shielded data

    This improves proptest results in CI and locally.
    
    Proptests should be faster, because they are not discarding 1/16 results.
    
    Failures should be minimised more often, improving failure logs,
    and generating proptest seeds locally and in CI.
    teor2345 committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    96e9b98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07ebd67 View commit details
    Browse the repository at this point in the history