AztecProtocol / aztec-packages

Apache License 2.0
202 stars 232 forks source link

Print compatible Nargo version(s) when calling `--version` with bb/bb.js CLIs #7525

Open Savio-Sou opened 3 months ago

Savio-Sou commented 3 months ago
### Prerequisites
- [ ] https://github.com/AztecProtocol/aztec-packages/issues/1728
- [ ] https://github.com/AztecProtocol/aztec-packages/issues/7526

Category: nice-to-have

With https://github.com/AztecProtocol/aztec-packages/issues/7511, devs could learn which version of Noir Nargo is compatible with his/her version of Barretenberg installed.

To further improve DevEx, devs should be able to fetch that information by calling bb --version instead of needing to dig through docs.

TomAFrench commented 3 months ago

This should not be added to bbup as this tool will no longer exist once bb.js acts as the CLI for speaking to the native bb binary.