Open Savio-Sou opened 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.
bb --version
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.
bbup
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.