Skip to content
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

CLI: Bounty management commands #3056

Open
Tracked by #3102
zeeshanakram3 opened this issue Jan 19, 2022 · 0 comments
Open
Tracked by #3102

CLI: Bounty management commands #3056

zeeshanakram3 opened this issue Jan 19, 2022 · 0 comments
Assignees
Labels
bounty-pallet CLI Command Line Interface Tool

Comments

@zeeshanakram3
Copy link
Contributor

zeeshanakram3 commented Jan 19, 2022

The CLI currently does not have commands to interact with the Bounty subsystem. This issue outlines that set of commands (based on Bounty module extrinsic):

  • Getting information of a bounty
  • List of existing bounties (bounties)
  • Creating a bounty (create_bounty)
  • Canceling a bounty (cancel_bounty)
  • Vetoing a bounty (veto_bounty)
  • Funding a bounty (fund_bounty)
  • Withdrawing funds from the bounty (withdraw_funding)
  • Announcing the work entry for a successful bounty (announce_work_entry)
  • Withdraw work entry from a bounty (withdraw_work_entry)
  • List of work entries (entries)
  • Submitting work for a given bounty (submit_work)
  • Submitting oracle judgment (submit_oracle_judgment)
  • Withdraw work entrant funds (withdraw_work_entrant_funds)

Furthermore, my initial idea for command structure, based on the existing implementation of CLI for different modules, is as follows:

  • joystream-cli bounty:bounty
  • joystream-cli bounty:bounties
  • joystream-cli bounty:createBounty
  • ...

This issue is further broken into smaller issues categorizing each into a subset of similar commands.
#3058
#3059
#3060

┆Issue is synchronized with this Asana task by Unito

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bounty-pallet CLI Command Line Interface Tool
Projects
No open projects
CLI Bounty Module support
Review in progress
Development

No branches or pull requests

2 participants