zkapp-cli icon indicating copy to clipboard operation
zkapp-cli copied to clipboard

Implement a way to configure the network type using zkApp-CLI

Open shimkiv opened this issue 3 years ago • 1 comments

We need a way (zk config step, perhaps) to configure the network type which will be used by CLI in order to interact with the SCs. The issue right now is that it is impossible to deploy SC using latest zkApp-CLI against the network, binaries of which were built using mainnet DUNE profile.

shimkiv avatar May 25 '22 18:05 shimkiv

note: this needs two things:

  • a new config option in zkapp-CLI
  • the network type exposed as an option for transaction signatures in snarkyjs

mitschabaude avatar Jun 27 '22 15:06 mitschabaude

I.e.

  • [ ] Implement a way to specify if network is mainnet when using zk config
  • [ ] Add mainnet signing for deployment, which involves what Gregor mentioned about updating SnarkyJS transaction signatures.

Note: we wouldn't want to merge this until useful on mainnet

jasongitmail avatar Jan 05 '23 19:01 jasongitmail

(side note: it might be useful to have the "mainnet" option before actual mainnet, to enable e2e tests like the ones by @shimkiv)

mitschabaude avatar Jan 06 '23 09:01 mitschabaude

https://github.com/o1-labs/o1js/pull/1387

shimkiv avatar Jan 27 '24 13:01 shimkiv