Skip to content

feat: pq indexer - #202

Closed
joe-p wants to merge 1 commit into
masterfrom
feat/pq_indexer
Closed

feat: pq indexer#202
joe-p wants to merge 1 commit into
masterfrom
feat/pq_indexer

Conversation

@joe-p

@joe-p joe-p commented Aug 6, 2026

Copy link
Copy Markdown

Summary

Updates go.mod to use the latest indexer commit. Without this, PQ signatures were not properly handled.

Test Plan

Used the below sandbox config and ran this PQ example script: https://github.com/algorand/js-algorand-sdk/blob/feat/pq/examples/falcon.ts

Then I verified indexer worked by manually hitting some endpoints and using Lora.

export ALGOD_CHANNEL=""
export ALGOD_URL="https://github.com/algorand/go-algorand"
export ALGOD_BRANCH="master"
export ALGOD_SHA=""
export NETWORK=""
export NETWORK_TEMPLATE="images/algod/FutureDevModeNetwork.json"
export NETWORK_BOOTSTRAP_URL=""
export NETWORK_GENESIS_FILE=""
export NETWORK_NUM_ROUNDS=30000
export INDEXER_URL="https://github.com/algorand/indexer"
export INDEXER_BRANCH="main"
export INDEXER_SHA=""
export INDEXER_DISABLED=""
export INDEXER_ENABLE_ALL_PARAMETERS="false"
export CONDUIT_URL="https://github.com/algorand/conduit"
export CONDUIT_BRANCH="feat/pq_indexer"
export CONDUIT_SHA=""
export CONDUIT_DISABLED=""

@joe-p

joe-p commented Aug 6, 2026

Copy link
Copy Markdown
Author

Closed as duplicate of #201

@joe-p joe-p closed this Aug 6, 2026
@iglosiggio
iglosiggio deleted the feat/pq_indexer branch August 6, 2026 17:15
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