J

Results 10 comments of J

discussion happening in this [thread](https://aptos-org.slack.com/archives/C03MN5F7WUV/p1712848849421019)

Synced with Bowen offline, tldr: i think we have to keep this slow approach, because user_transactions table would be gone within a month cuz it's too expensive. Indexer team might...

Not sure why `decimals` field is removed in some queries, as I don't see it being removed on hasura. I added them back manually. We should probably investigate it later.

> > if user enters a custom network, this code block will be skipped, leading to indexer request always return undefined due to incorrect parsing > > I think we...

when we build `dispatchable_fungible_asset`, why didn't we make it `dispatchable_object_transfer` instead? i.e. you can register arbitrary function to call when transfer an object

> > when we build `dispatchable_fungible_asset`, why didn't we make it `dispatchable_object_transfer` instead? i.e. you can register arbitrary function to call when transfer an object > > There was a...

will delete old example and rename example2 to example after i fix the error.

We can follow SUI's release CI https://github.com/MystenLabs/sui/blob/main/.github/workflows/release.yml#L164C45-L184

@shakkernerd gmgn ser I've added the unit test, feel free to take another look