Peter Watts

Results 65 issues of Peter Watts

Some contracts like Art Blocks are "shared contracts", containing multiple collections. Often people will pass these contract addresses as a collection ID, get no results, and be confused. We should...

We added a bunch of collections and attributes, and it's very possible that some of them are inefficient. For example, on the `veefriends` collection, I noticed some attributes that are...

It would be nice if one indexer could be configured to get its metadata from another indexer. The simplest method would probably be: - We add an API to return...

metadata

The Indexer does many jobs, and not everyone needs all of them. We want to make the design more modular, so you can run the Indexer in different modes, to...

ETags are a way to check if a response is the same as what the client already has in cache, and if so, not re-send the same data. It doesn't...

Right now, we cache the floor sell per token. But this does not work well for 1155 tokens, where multiple people can own the same token, and have different floor...

With query params, it's very easy for two identical queries to not share the same cache key. For example, if a default parameter is passed or not, or the ordering...

For every token, allow setting a metadata TTL, which is when metadata should be refreshed. Then, have the indexer run a cron job, and add all expired tokens to a...

The `topBuyValue` only looks at orders that are on the exact collection / attribute / token being viewed. So if I am looking at Divine Robes, and there are no...