You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 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
- [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:
> this only makes additive changes, recording events in the auction
component.
We want to define three types of events
EventDutchAuctionScheduled
EventDutchAuctionUpdated
EventDutchAuctionEnded
Each tracking sufficient data so that an explorer can cross-ref auction activity with position management happening on the dex.
The text was updated successfully, but these errors were encountered: