Ashok Menon

Results 70 issues of 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...

## Description Implementing a lexer that tokenizes everything needed for the Display v2 grammar. ## Test plan New unit tests: ``` sui$ cargo nextest run -p sui-display ``` ## Stack...

The `instant` crate is used by `backoff` to support the `Instant` type when compiling to WASM, but it is **currently unmaintained**. This PR makes the dependency optional, so that clients...

## Description Count the number of AST nodes parsed, and the depth that the parser reaches, and make sure they stay within limits, to avoid display strings using too many...

## Description Parsing the full Display v2 grammar. ## Test plan Parser snapshot tests: ``` sui$ cargo nextest run -p sui-display ``` ## Stack - #22216 --- ## Release notes...