-
Notifications
You must be signed in to change notification settings - Fork 302
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
auction(pcli): auction support in pcli #4249
Conversation
modifications to pcli docs will be handled separately |
flagging this workstream also has a dependency on having planner support #4241 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the work you have put in this, I added a few comments that I think will make testing the core mechanism easier for us. I think at this point we just need to get the basic interface right, so if you want to replace the command impls with todo!()
that would be ok.
LGTM, when we fill in the implementations we will want to ditch the nonce flag and use |
## 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:
Describe your changes
Auction support in pcli
Issue ticket number and link
References #4242
Checklist before requesting a review