findonflow / find

.find people and NFTs #OnFlow
MIT License
35 stars 8 forks source link

Find Market Contract Cut restructure #324

Closed benbackend closed 1 year ago

benbackend commented 1 year ago

Changes :

  1. added FindMarketCut for additional cuts in the future and better organising the cuts
  2. added InfrastructureCut for dapper cut
  3. restructured find cuts and tenant cuts to adapt to FindMarketCut
  4. restructured the way to add market item. FTs are defaultly implemented in trxns
  5. restructured allowedListing so it list out all allowed FT types instead of return on first match
  6. add switchboard implementation to tenants. Switchboard are set up for tenant when creating and all cuts uses switchboard

Pending : (Will be added with tests after approval on concept) Task to update testnet and mainnet :

  1. setup switchboard for testnet and mainnet tenant and find
  2. task to setup infrastructure cut
  3. task to modify existing saleRules to use switchboard receiver
bjartek commented 1 year ago

This needs to be verified and merged ASAP.

benbackend commented 1 year ago

Over the last week, we've tested and verified on testnet this should work fine. It can be merged from my point of view