-
Notifications
You must be signed in to change notification settings - Fork 296
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: define domain and proto types #4206
Labels
A-auction
Area: Relates to the auction component
_P-high
High priority
_P-V1
Priority: slated for V1 release
protobuf-changes
Makes changes to the protobuf definitions.
Milestone
Comments
50 tasks
github-actions
bot
added
the
needs-refinement
unclear, incomplete, or stub issue that needs work
label
Apr 15, 2024
erwanor
added
_P-V1
Priority: slated for V1 release
_P-high
High priority
protobuf-changes
Makes changes to the protobuf definitions.
A-auction
Area: Relates to the auction component
and removed
needs-refinement
unclear, incomplete, or stub issue that needs work
labels
Apr 15, 2024
Current shape of things:
|
1 task
erwanor
added a commit
that referenced
this issue
Apr 15, 2024
## Describe your changes This PR adds the main domain types and protobuf definitions for dutch auction support. ## Issue ticket number and link Part of #4206 ## 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: > Component is not hooked to the app yet and this just adds messages/types. --------- Signed-off-by: Erwan Or <[email protected]> Co-authored-by: Henry de Valence <[email protected]> Co-authored-by: katelyn martin <[email protected]>
This was referenced Apr 15, 2024
1 task
erwanor
added a commit
that referenced
this issue
Apr 15, 2024
## Describe your changes Create the action definition module and adds the `ActionDutchAuctionSchedule` domain + pb message. ## Issue ticket number and link Part of #4206. ## 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: > Internal and the auction component is not hooked to the rest of the app yet
erwanor
pushed a commit
that referenced
this issue
Apr 15, 2024
## Describe your changes Adds the skeleton for the `Withdraw`-related Dutch auction proto and domain types. ## Issue ticket number and link #4206 ## 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: > isolated to auctions component and not hooked up to the app
This is done, we're circling back to the elementary data structures:
to make way for an action handler validation + execution push. |
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
_P-high
High priority
_P-V1
Priority: slated for V1 release
protobuf-changes
Makes changes to the protobuf definitions.
Part of #4196, this ticket tracks completion of adding the following domain types and protobuf definitions to the auction component:
AuctionId
AuctionNft
DutchAuctionDescription
DutchAuctionState
DutchAuction
ActionDutchAuctionSchedule
ActionDutchAuctionEnd
ActionDutchAuctionWithdraw
ActionDutchAuctionWithdrawView
ActionDutchAuctionScheduleView
The text was updated successfully, but these errors were encountered: