Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

fix!: replace serialize_circuit function with from<&Circuit> #118

Merged
merged 1 commit into from
Apr 17, 2023

Conversation

phated
Copy link
Contributor

@phated phated commented Apr 17, 2023

This replaces the serialize_circuit function with a from<&Circuit> implementation. This is the first step in hiding the ConstraintSystem from the public API. The next step will be to remove pub from the fields on the struct and introduce a builder pattern for constructing ConstraintSystem in tests.

@phated phated requested a review from TomAFrench April 17, 2023 22:07
@TomAFrench TomAFrench changed the title fix: Replace serialize_circuit function with from<&Circuit> fix: Replace serialize_circuit function with from<&Circuit> Apr 17, 2023
@TomAFrench TomAFrench changed the title fix: Replace serialize_circuit function with from<&Circuit> fix: replace serialize_circuit function with from<&Circuit> Apr 17, 2023
@phated phated enabled auto-merge April 17, 2023 22:39
@phated phated added this pull request to the merge queue Apr 17, 2023
@phated phated changed the title fix: replace serialize_circuit function with from<&Circuit> fix!: replace serialize_circuit function with from<&Circuit> Apr 17, 2023
Merged via the queue into master with commit 94f83a7 Apr 17, 2023
@phated phated deleted the phated/from-circuit branch April 17, 2023 23:39
TomAFrench added a commit that referenced this pull request Apr 17, 2023
* master:
  fix: replace `serialize_circuit` function with `from<&Circuit>` (#118)
@github-actions github-actions bot mentioned this pull request May 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants