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

Remove eq #1114

Merged
merged 3 commits into from
Mar 11, 2021
Merged

Remove eq #1114

merged 3 commits into from
Mar 11, 2021

Conversation

robdockins
Copy link
Contributor

Remove the dodgy eq saw-core primitive. This causes some minor breakages in proofs that we'll need to fix up.

@robdockins robdockins requested a review from brianhuffman March 8, 2021 19:55
@brianhuffman
Copy link
Contributor

I believe the merge conflicts should be resolved by simply rebasing this branch.

@robdockins
Copy link
Contributor Author

Yeah, I think you're right. I'm not quite ready to merge this yet, I'm still trying to fix up the proof breakages caused by this, and it's slow going.

Copy link
Contributor

@brianhuffman brianhuffman left a comment

Choose a reason for hiding this comment

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

Looks good. It's nice to finally get rid of this eq operator.

@brianhuffman
Copy link
Contributor

Make sure you're working with the latest version of the blst proofs, and with the latest z3 (4.8.10): #1115 updated the git commit hash for blst, and also the z3 version used in CI.

@robdockins robdockins force-pushed the remove-eq branch 2 times, most recently from 046bd5e to e2a5eb9 Compare March 10, 2021 19:55
The tuple _value_ constructor was being used instead of the
tuple _type_ constructor, which was causing an ill-typed
term to be emitted.

Fixes #1119
operation.  This requires some minor fixups to the ECDSA proof.
@robdockins robdockins added the PR: ready to merge Magic flag for pull requests to ask Mergify to merge given an approval and a successful CI run label Mar 11, 2021
@mergify mergify bot merged commit 0297c1f into master Mar 11, 2021
@mergify mergify bot deleted the remove-eq branch March 11, 2021 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: ready to merge Magic flag for pull requests to ask Mergify to merge given an approval and a successful CI run
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants