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
Is your feature request related to a problem? Please describe.
Once #4227 is completed, we will be able to implement support for auctions in the Rust view server:
generate metadata for each auctionnft_
add a sqlite table to track auction state
use this to the AuctionsRequest rpc
We can model this implementation after the Position* actions logic in the view server, and corresponding LpNft handling.
The text was updated successfully, but these errors were encountered:
## Describe your changes
View server implementation for auction.
## Issue ticket number and link
References #4251
## 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:
---------
Co-authored-by: Erwan Or <[email protected]>
Is your feature request related to a problem? Please describe.
Once #4227 is completed, we will be able to implement support for auctions in the Rust view server:
auctionnft_
AuctionsRequest
rpcWe can model this implementation after the
Position*
actions logic in the view server, and correspondingLpNft
handling.The text was updated successfully, but these errors were encountered: