8000 cmd: implement `ignite n rewards release` · Issue #2507 · ignite/cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cmd: implement ignite n rewards release #2507

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ilgooz opened this issue May 17, 2022 · 0 comments · Fixed by #2516
Closed

cmd: implement ignite n rewards release #2507

ilgooz opened this issue May 17, 2022 · 0 comments · Fixed by #2516
Assignees
Milestone

Comments

@ilgooz
Copy link
Member
ilgooz commented May 17, 2022

Deprecate the existent ignite n client create by moving its functionality do this command.

// create client, setup IBC, relay packets, no need to use a relayer.yml for this.
ignite network rewards release [launch-id] \
  --create-client-only \ 
  --from \ // this one is for signing TXs for SPN (use default account)
  --testnet-from \ //  (use default account)
  --testnet-rpc ...

  // following flags to be added later.
  // --testnet-faucet ... \
  // --wait // wait for the reward dist height and then relay packets.
  // --testnet-gas-price 
   // ... and  more

Flags to be implemented:

  • create-client-only: only create the client on SPN and exit the command
  • from: account for SPN
  • testnet-from: account for testnet
  • testnet-rpc

Behaviour

  • No need to use a relayer.yml file.
  • Do not create the client id if it's already created
  • Do not setup the relayer if the connection and everything is already established
  • We may need to update clients if they're outdated
  • Relay packets in the last step
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
0