Skip to content

feat(account): add includeOperations option to account transactions (#563) - #655

Open
Loisyy wants to merge 1 commit into
stellarkit-lab-devtools:mainfrom
Loisyy:fix/563-include-operations-transactions
Open

feat(account): add includeOperations option to account transactions (#563)#655
Loisyy wants to merge 1 commit into
stellarkit-lab-devtools:mainfrom
Loisyy:fix/563-include-operations-transactions

Conversation

@Loisyy

@Loisyy Loisyy commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Summary

Implements issue #563 by adding support for the optional
?includeOperations=true query parameter on:

GET /account/:id/transactions

When the parameter is provided, each transaction includes its normalized
operations array. When omitted, the existing response format is preserved.

Changes

  • Added support for includeOperations=true
  • Embedded normalized operations into each transaction response
  • Preserved existing default response behavior
  • Added/updated tests for both enabled and default cases
  • Resolved merge artifacts discovered during implementation

Testing

  • ✅ Default response excludes embedded operations
  • ?includeOperations=true embeds normalized operations
  • ✅ Existing tests continue to pass

Closes #563

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.

Developer Experience | Add ?includeOperations=true option to GET /account/:id/transactions

1 participant