Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

indexer: index tx_affected_addresses #19355

Merged
merged 3 commits into from
Sep 13, 2024
Merged

indexer: index tx_affected_addresses #19355

merged 3 commits into from
Sep 13, 2024

Commits on Sep 13, 2024

  1. indexer: index tx_affected

    ## Description
    Introduce `tx_affected` table -- a combination of `tx_recipients` and
    `tx_senders`, to power the sender-or-recipient query in GraphQL.
    
    ## Test plan
    
    ```
    cargo build -p sui-indexer
    ```
    
    Tests based on reading this field will be included with the PR
    introducing changes to GraphQL.
    amnn committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6d4be84 View commit details
    Browse the repository at this point in the history
  2. fixup: clarify that these are the affected *addresses*

    Later on, we will also track affected objects, instead of input and
    changed objects.
    amnn committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    78042af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c5d6ce View commit details
    Browse the repository at this point in the history