namada icon indicating copy to clipboard operation
namada copied to clipboard

Let `namadac utils join-network` use a local release archive

Open james-chf opened this issue 2 years ago • 0 comments

Closes https://github.com/anoma/namada/issues/710

This PR would make it so that a local .tar.gz can be used for joining a network, rather than having to download it from a remote server at the same time that you run namadac utils join-network. e.g.

namadac utils join-network --release-archive ~/Downloads/local.8d5fac7ce84a1a7a8b8c48e2.tar.gz

TODO

  • [ ] test with a real release downloaded from https://github.com/heliaxdev/anoma-network-config
  • [ ] prereview

james-chf avatar Nov 16 '22 18:11 james-chf