Austin Milt

Results 19 issues of Austin Milt

This PR better aligns our collection stats with ME by fixing the count of current holders of a collection, and removing the restriction that listings be made in SOL. #...

This PR adds initial setup for running tests against DB queries. Right now it's primarily testing the collections queries. This will ensure that if fields required for deserialing `Nft` change,...

The Graph QL `connections` query is returning duplicate entries, e.g. in the query below for everyone following the given address, ArtbyBethC (and the acommpanying wallet address) appears twice. ``` query...

bug
Indexer

collectors: ranked by... number of NFTs collected over the last X days? creators: ranked by... number of NFTs collected over the last X days?

Describing params with `#[graphql(description = "Search term")] term: String` pattern attached to the parameter results in no generated docs for the param. Instead, we need to describe params in the...

Indexer

depends on holaplex/indexer/602

- [ ] let homepage sections export their fetch limits (pages/index.tsx) - [ ] make it so you can pass in variables to lazy query hooks like apollo does (e.g....

some collections have animated images and it makes the preview card very busy looking. It's possible to "pause" GIFs with a canvas, so we may want to do that for...