bbup
to query nargo --version
and lookup a compatible version of bb
to install if no version is provided.
#8530
Labels
A-installation
Area: issues relating to installing / building something.
A-ux/devex
Area: relates to external ux / devex. (Users typically are devs) (See also A-internal-devex)
C-bb-bin
Component: Barretenberg executable binary
Currently the only tracking of the compatibility between nargo and bb versions is done in the docs readme and users are expected to copy this across into the CLI.
An alternative solution is that we put this into a json file or similar (or even just leave it as a plain text file), and if no version is specified by the user we have
bbup
querynargo --version
, extract the version number and then perform a lookup against this mapping file on github.bbup
can then go download a compatible version ofbb
for the version ofnargo
the user has installed.The text was updated successfully, but these errors were encountered: