add gitt issues bounty-queue command #772
dataCenter430
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
The smart contract exposes
get_bounty_queue() -> Vec<u64>which returns the ordered list of issue IDs currently in the payout queue. This is not surfaced anywhere in the CLI, so validators and admins have no way to inspect the queue from the terminal.Proposed Solution
Add a new
gitt issues bounty-queuecommand:Expected output: a table (or JSON array) of issue IDs that are queued for payout, in order.
Beta Was this translation helpful? Give feedback.
All reactions