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: define and record events #4353

Merged
merged 4 commits into from
May 8, 2024
Merged

auction: define and record events #4353

merged 4 commits into from
May 8, 2024

Conversation

erwanor
Copy link
Member

@erwanor erwanor commented May 8, 2024

Describe your changes

This PR adds three messages to the v1alpha1 auction interface:

  • EventDutchAuctionScheduled
  • EventDutchAuctionUpdated
  • EventDutchAuctionEnded

Issue ticket number and link

Fixes #4303.

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:

    this only makes additive changes, recording events in the auction component.

@erwanor erwanor added the protobuf-changes Makes changes to the protobuf definitions. label May 8, 2024
@erwanor erwanor added this to the Sprint 6 milestone May 8, 2024
@erwanor erwanor requested review from cratelyn and TalDerei May 8, 2024 16:16
@erwanor erwanor self-assigned this May 8, 2024
@cratelyn
Copy link
Contributor

cratelyn commented May 8, 2024

i'll mark this as "ready for review" since reviews were requested. feel free to move it back to a draft if there's still work to be done here!

@cratelyn cratelyn marked this pull request as ready for review May 8, 2024 16:25
@cratelyn cratelyn added the A-auction Area: Relates to the auction component label May 8, 2024
Copy link
Contributor

@cratelyn cratelyn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks great!

@cratelyn
Copy link
Contributor

cratelyn commented May 8, 2024

@erwanor NB i edited the description to use Fixes #4303 so that this will automatically close that issue as completed. this appears to address all of the events outlined in that issue.

@erwanor erwanor merged commit 099e9ea into main May 8, 2024
13 checks passed
@erwanor erwanor deleted the erwan/auction_events branch May 8, 2024 17:37
@TalDerei
Copy link
Collaborator

TalDerei commented May 8, 2024

LGTM!

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 protobuf-changes Makes changes to the protobuf definitions.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

auction: define and emit events
4 participants