Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

chore!: Reorganise compiler in terms of optimisers and transformers #88

Merged
merged 2 commits into from
Feb 14, 2023

Conversation

TomAFrench
Copy link
Member

Related issue(s)

Supercedes #60

Description

Summary of changes

I've pulled #60 into a branch within this repository and fixed up any merge conflicts caused by recent changes to spelling used in ACVM.

Dependency additions / changes

N/A

Test additions / changes

N/A

Checklist

  • I have tested the changes locally.
  • I have formatted the changes with Prettier and/or cargo fmt with default settings.
  • I have linked this PR to the issue(s) that it resolves.
  • I have reviewed the changes on GitHub, line by line.
  • I have ensured all changes are covered in the description.

Additional context

(If applicable.)

joss-aztec and others added 2 commits January 20, 2023 09:44
Passes that are required for a circuit to usable, rather than just for improving performance, are now called transformers instead of optimisations.

Transforms:
fallback
r1cs
csat

Optimisations:
general
more to come

General optimising is now separated into its own pass instead of being executed by r1cs of csat. As a result the r1cs pass current has no work to perform.
* master:
  feat: Update Arkworks' dependencies on `acir_field` (#69)
  add tests for `from_hex` and `to_hex` (#85)
  improve field formatting (#84)
  chore(ci): Leverage reusable workflows (#81)
  fix clippy (#82)
  0.4.1 Release
  remove duplicated match statement for Directive::Log (#79)
  0.4.0 Release
  update changelog
  feat(acvm): Directive for sorting networks (#77)
  feat: Preprocess methods for ACVM interface  (#71)
  expose acir_field through acir (#75)
  chore(acvm): rename remaining references to gadget calls (#76)
  feat: Add Log Directive (#61)
  blackbox to black_box (#72)
  feat(ci)!: add spellchecker (#73)
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.

3 participants