mihaisc

Results 102 comments of mihaisc

> Another UX problem is the difference between spot & consume price which becomes obvious to users when browsing between asset teaser and asset details. From user perspective would be...

They make sense as util functions because they all create the filter and then use `queryMetadata` , except `retrieveDDOListByDIDs` that has some weird filters after fetching the data

If network not supported just treat it as if the user is not connected at all.

that is not an issue, you don't have an infura id in .env

sorry, i just saw that we are on c2d branch , might be a bug , my bad.

When doing this without a wallet we should use the internal math, not do contract calls. It's faster and we don't waste rpc calls.

Just go to [url ](https://market-1ork23t9g-oceanprotocol.vercel.app/asset/did:op:cad4a81c9a8e1c1071ccf3e9dea6f8f42d58e100fa3ddf2950c8f0da9e0dda46), connected on goerli it work it seems to not work as expected i swith network to kovan, refresh page, select random algo , the price...

a list of tags can be easily fetched with the following query: ``` { "from": 0, "size": 0, "aggs": { "tags": { "terms": { "field": "metadata.tags.keyword" } } } }...