-
-
Notifications
You must be signed in to change notification settings - Fork 366
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
Remove action buttons on expired offer #5378
Comments
ASSIGNED - @prachi00 🔒 LOCKED -> Monday, March 27th 2023, 09:56:06 UTC -> 36 hours |
I think it's balance is locked there, but from bid author and can be withdraw anytime iirc. What "CANCEL" would trigger on-chain for funds which are not owned by user? Maybe @vikiival can bring some light, because I think only action you can do is to accept bid, you can't do anything else with incoming bid. CANCEL issues some sort of on-chain message to bidder or how will see it? Other hand I would be surprised if Basilisk has this? |
As @roiLeo pointed out correctly offer can be canceled by offer maker or current NFT owner What is happening on on-chain side is calling Pallet then checks if creator of tx is one of them https://github.com/galacticcouncil/Basilisk-node/blob/master/pallets/marketplace/src/lib.rs L236 If owner cancels a bid, there is currently no notification for the user, but can be implemented via subsquid |
yes! I forgot to add it - is it possible to make like counter for the offer instead of cancel? That would be maybe more useful than canceling it |
The text was updated successfully, but these errors were encountered: