Closed aschran closed 9 hours ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
sui-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 22, 2024 7:19pm |
Had a long discussion with Ashok and for now took indexer changes out and replaced with todo!()
s. I'll send a dedicated PR for that once this one is in
As a summary of our conversation (so we can pick this up after this PR lands and after other folks have thought about it):
I was pretty convinced by the analogy, but it's worth raising that and seeing how people feel.
Things get tricky when we include coins into the mix. E.g. the paginated coins
query in GraphQL is intended to support coin selection, and we can't use club-owned coins to pay for gas, so maybe for that reason we don't want to include club-owned objects in the response from coins
, but then we only care about this when paginating over Coin<SUI>
and coins
pagination works for coins of all denominations, which people may view more like regular objects.
Adds the new Owner type, but these objects cannot be created or used yet.
Release notes
Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required.
For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates.