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

auction(pcli): auction support in pcli #4249

Merged
merged 6 commits into from
Apr 22, 2024
Merged

auction(pcli): auction support in pcli #4249

merged 6 commits into from
Apr 22, 2024

Conversation

TalDerei
Copy link
Collaborator

Describe your changes

Auction support in pcli

Issue ticket number and link

References #4242

Checklist before requesting a review

  • 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:

@TalDerei TalDerei self-assigned this Apr 19, 2024
@TalDerei
Copy link
Collaborator Author

TalDerei commented Apr 20, 2024

modifications to pcli docs will be handled separately

@TalDerei
Copy link
Collaborator Author

flagging this workstream also has a dependency on having planner support #4241

Copy link
Member

@erwanor erwanor left a 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.

crates/bin/pcli/src/command/tx.rs Outdated Show resolved Hide resolved
crates/bin/pcli/src/command/tx.rs Outdated Show resolved Hide resolved
crates/bin/pcli/src/command/tx.rs Outdated Show resolved Hide resolved
crates/bin/pcli/src/command/tx.rs Outdated Show resolved Hide resolved
crates/bin/pcli/src/command/tx.rs Outdated Show resolved Hide resolved
crates/bin/pcli/src/command/tx.rs Outdated Show resolved Hide resolved
@TalDerei TalDerei marked this pull request as ready for review April 21, 2024 17:21
@cratelyn cratelyn added the A-auction Area: Relates to the auction component label Apr 22, 2024
@erwanor
Copy link
Member

erwanor commented Apr 22, 2024

LGTM, when we fill in the implementations we will want to ditch the nonce flag and use OsRng + getrandom to create and fill the buffer on behalf of the user. Let's do this when we get to it though!

@erwanor erwanor merged commit 64e0d7d into main Apr 22, 2024
8 checks passed
@erwanor erwanor deleted the auction-pcli-support branch April 22, 2024 17:44
erwanor pushed a commit that referenced this pull request 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:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-auction Area: Relates to the auction component
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants