ArkProjectNFTs / ark-project

ArkProject is a liquidity layer for digital assets, uniting markets, empowering creators, and bridging the gap to mass adoption. Built on top of Starknet, ArkProject is designed to provide a fully decentralized and trustless orderbook on-chain.
https://arkproject.dev
Apache License 2.0
24 stars 8 forks source link

Orderbook contract: add event and reason #319

Closed ybensacq closed 3 months ago

ybensacq commented 3 months ago

Is this feature related to a problem? Please describe. We need to add 2 events in orderbook contract: 1) emit the rollback and the reason 2) emit that offer is back to open status In rollback_status_order function we need to add an event which emit the reason for the rollback. Add an event to say that offer status has been rool

Describe the solution you'd like add these events in rollback_status_order

Additional Context