Skip to content

Conversation

@henryachen
Copy link
Collaborator

Description

Previously, the indexer only tracked AddressOwner as affected addresses, so queries like "show me all transactions affecting address X" would miss transactions that only touched consensus-owned objects belonging to X. This change ensures those addresses are indexed the same way.

Changes:

  • extracted recipient match logic into a shared helper and added ConsensusAddressOwner to match arm
  • use recipient shared helped in tx_affected_address and bloom pipelines

Test plan

cargo nextest run -p sui-indexer-alt
cargo nextest run -p sui-indexer-alt-e2e-tests -- graphql/

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.

  • Protocol:
  • Nodes (Validators and Full nodes):
  • gRPC:
  • JSON-RPC:
  • GraphQL:
  • CLI:
  • Rust SDK:
  • Indexing Framework:

@vercel
Copy link

vercel bot commented Jan 30, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

2 Skipped Deployments
Project Deployment Actions Updated (UTC)
multisig-toolkit Ignored Ignored Jan 30, 2026 10:34pm
sui-kiosk Ignored Ignored Jan 30, 2026 10:34pm

Request Review

@henryachen henryachen temporarily deployed to sui-typescript-aws-kms-test-env January 30, 2026 22:34 — with GitHub Actions Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants