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
25 stars 21 forks source link

Verify ownership in the sequencer #289

Closed ybensacq closed 7 months ago

ybensacq commented 7 months ago

Is this feature related to a problem? Please describe. We need to verify the ownership of the assets before they are pooled in the Solis sequencer.

Describe the solution you'd like Complete the verify_invoke_tx_before_pool function in the solis crate and return false or true depending on the ownership verification.