AztecProtocol / aztec-packages

Apache License 2.0
173 stars 178 forks source link

Document how to identify the versions of Noir compatible with versions of Barretenberg #7511

Open Savio-Sou opened 2 months ago

Savio-Sou commented 2 months ago

Different versions of Barretenberg are compatible with different versions of Noir.

Good to document how to identify that by e.g. flipping between GitHub release tags and checking a certain test file.

Savio-Sou commented 1 month ago

Looks like Barretenberg doesn't actually pull versions of Noir and test against it? 🤔

As a workaround in the meantime, the information is somewhat available from flipping between Noir release tags and checking this file: https://github.com/noir-lang/noir/blob/master/scripts/install_bb.sh

E.g.