Ashok Menon
Ashok Menon
## Description ...for turnip-town (the end-to-end simulation game example). ## Test Plan New move unit tests: ``` turnip-town/move$ sui move test ```
## Description Stop indexing these tables in favour of `tx_affected_objects`. This change cannot land without GraphQL first being updated to avoid reading these tables (otherwise its tests will fail as...
## Description Code for two kinds of experiments on the indexer: One increases the number of rows written, while the other has an outsized effect on the bytes over the...
## Description Introduce an unpartitioned version of `objects_version` for experimental purposes -- to see if partitioning effects write performance negatively. ## Test plan Will be tested on a non-production DB....
## Description - #19750 indexer: latency metrics for objects version - #19756 donotland(indexer): objects_version_unpartitioned - ## Test plan n/a --- ## Release notes Check each box that your changes affect....
## Description Introduce a visitor that can extract a value from some sub-structure, by using a path of `Element`s to find the sub-structure and then delegating to another visitor to...