Skip to content

feat: infrastructure updates #332

Merged
hetdagli234 merged 5 commits intohelius-labs:mainfrom
Lightprotocol:sergey/interfaces-infra
Mar 9, 2026
Merged

feat: infrastructure updates #332
hetdagli234 merged 5 commits intohelius-labs:mainfrom
Lightprotocol:sergey/interfaces-infra

Conversation

@sergeytimoshin
Copy link
Contributor

  • Add prover_api_key parameter to PhotonApi and validity proof methods
  • Add max_connections parameter to run_server
  • Add new migrations: onchain_pubkey, ata_owner, backfill_mint, ata_owner_index
  • Update ingester with startup cleanup, improved parsing, and persist logic
  • Update DAO generated models (accounts, token_accounts, queue_hash_chains, transactions)
  • Update monitor with queue monitoring and tree metadata sync improvements
  • Consolidate OpenAPI specs into single api.yaml
  • Fix OpenAPI AllOf handling and iterator usage
  • Update dependencies in Cargo.toml/Cargo.lock
  • Add token_layout module and update token_data types
  • Update snapshot loader/snapshotter and tree validator

Copy link
Contributor

@SwenSchaeferjohann SwenSchaeferjohann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm. some notes:

  1. deploy to Devnet only for now

  2. need to run migrations:

  • m20260127_000001_add_onchain_pubkey - adds onchain_pubkey column + index to accounts
  • m20260201_000002_add_ata_owner - adds ata_owner column to token_accounts
  • m20260210_000002_add_ata_owner_index - add index on ata_owner
  • m20260220_000001_add_discriminator_v2 - adds discriminator_v2 column specifically so sqlite doesn't loose precision

@sergeytimoshin sergeytimoshin force-pushed the sergey/interfaces-infra branch from b0d917b to c6ef964 Compare March 6, 2026 16:02
…DAO schema, monitor, CLI args, dep updates

- Add prover_api_key parameter to PhotonApi and validity proof methods
- Add max_connections parameter to run_server
- Add new migrations: onchain_pubkey, ata_owner, backfill_mint, ata_owner_index
- Update ingester with startup cleanup, improved parsing, and persist logic
- Update DAO generated models (accounts, token_accounts, queue_hash_chains, transactions)
- Update monitor with queue monitoring and tree metadata sync improvements
- Consolidate OpenAPI specs into single api.yaml
- Fix OpenAPI AllOf handling and iterator usage
- Update dependencies in Cargo.toml/Cargo.lock
- Add token_layout module and update token_data types
- Update snapshot loader/snapshotter and tree validator
@sergeytimoshin sergeytimoshin force-pushed the sergey/interfaces-infra branch from c6ef964 to 7106bcf Compare March 6, 2026 16:05
@hetdagli234 hetdagli234 self-requested a review March 9, 2026 16:13
@hetdagli234 hetdagli234 merged commit 170e1af into helius-labs:main Mar 9, 2026
1 check passed
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.

3 participants