-
Notifications
You must be signed in to change notification settings - Fork 305
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
pcli: support for auction interactions #4242
Labels
Milestone
Comments
50 tasks
github-actions
bot
added
the
needs-refinement
unclear, incomplete, or stub issue that needs work
label
Apr 19, 2024
erwanor
added
_P-V1
Priority: slated for V1 release
_P-high
High priority
A-auction
Area: Relates to the auction component
and removed
needs-refinement
unclear, incomplete, or stub issue that needs work
labels
Apr 19, 2024
1 task
pcli implementations are currently only stubbed with planner-related boilerplate. |
phase 1 is tracked by #4249. phase 2 will be completed in a separate PR. |
erwanor
pushed a commit
that referenced
this issue
Apr 22, 2024
## Describe your changes Auction support in pcli ## Issue ticket number and link References #4242 ## Checklist before requesting a review - [x] If this code contains consensus-breaking changes, I have added the "consensus-breaking" label. Otherwise, I declare my belief that there are not consensus-breaking changes, for the following reason:
erwanor
pushed a commit
that referenced
this issue
Apr 24, 2024
## Describe your changes Auction support in pcli ## Issue ticket number and link References #4242 ## Checklist before requesting a review - [x] If this code contains consensus-breaking changes, I have added the "consensus-breaking" label. Otherwise, I declare my belief that there are not consensus-breaking changes, for the following reason:
erwanor
added a commit
that referenced
this issue
May 1, 2024
## Describe your changes This improve rendering of query/view subcommands for DAs. Helpful for testing and integration work. Closes #4242, #4243, #4244 ## Checklist before requesting a review - [x] If this code contains consensus-breaking changes, I have added the "consensus-breaking" label. Otherwise, I declare my belief that there are not consensus-breaking changes, for the following reason: > Client changes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should add support for, the work can be divided in two phases:
Phase 1: add CLI scaffolding for:
pcli tx auction dutch schedule
pcli tx auction dutch end
pcli tx auction dutch withdraw
Phase 2: fill in the specific implementations:
pcli tx auction dutch schedule
pcli tx auction dutch end
pcli tx auction dutch withdraw
The item to prioritize is
tx auction dutch schedule
, so that we can work towards viewing capabilities.The text was updated successfully, but these errors were encountered: