Skip to content

fix(cli): tx history --before now uses beforeSignature#116

Open
mooncitydev wants to merge 1 commit into
helius-labs:mainfrom
mooncitydev:fix/cli-tx-history-pagination
Open

fix(cli): tx history --before now uses beforeSignature#116
mooncitydev wants to merge 1 commit into
helius-labs:mainfrom
mooncitydev:fix/cli-tx-history-pagination

Conversation

@mooncitydev
Copy link
Copy Markdown
Contributor

@mooncitydev mooncitydev commented May 18, 2026

hey team, noticed the cli path for helius tx history was passing before into enhanced.getTransactionsByAddress but the sdk only reads beforeSignature. extra keys just get ignored so pagination never moved and you would keep seeing the first page.

mapped the flag to beforeSignature and typed the params as GetEnhancedTransactionsByAddressRequest so the shape stays honest.

test plan

  • npm run build in helius-cli
  • optional: helius tx history <addr> --before <sig> and confirm results change vs the first page

the enhanced sdk only reads beforeSignature; passing before was ignored so pagination kept returning the first page.
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.

1 participant