You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if we could use the CLI to install these binaries, and dispense with the bulk of those bash scripts.
I tried to change the teleporter development environment to cut out these bash scripts and use what gets installed by the CLI, in this PR.
However, the best way I could find to do it was to start a network with a specific avalanchego-version, and then refer to the binary in ~/.avalanche-cli/bin/avalanchego/..., and start a subnet with a specific subnetevm version, and again refer to ~/.avalanche-cli/bin, in bin/subnet-evm.
However, that approach has the down side of deleting/overwriting any configuration that was already set up.
It would be nice if the CLI could be invoked to do the installation it's already doing, just without starting up networks using those installed binaries.
Please consider adding commands like avalanche install avalanchego --version v9.8.7 and avalanche install subnet-evm --version v9.8.7.
The text was updated successfully, but these errors were encountered:
We maintain bash scripts to install avalanchego and subnet-evm in our dev environments:
It would be nice if we could use the CLI to install these binaries, and dispense with the bulk of those bash scripts.
I tried to change the teleporter development environment to cut out these bash scripts and use what gets installed by the CLI, in this PR.
However, the best way I could find to do it was to start a network with a specific
avalanchego-version
, and then refer to the binary in~/.avalanche-cli/bin/avalanchego/...
, and start a subnet with a specific subnetevm version, and again refer to~/.avalanche-cli/bin
, inbin/subnet-evm
.However, that approach has the down side of deleting/overwriting any configuration that was already set up.
It would be nice if the CLI could be invoked to do the installation it's already doing, just without starting up networks using those installed binaries.
Please consider adding commands like
avalanche install avalanchego --version v9.8.7
andavalanche install subnet-evm --version v9.8.7
.The text was updated successfully, but these errors were encountered: