Transactions API Should Return All Relevant Transactions #9606
Labels
enhancement
Type: New feature
good first issue candidate
Issues that can become a good first issue but need more description/context.
good first issue
Good for newcomers
rest
Area: REST API
Problem
parent_consensus_timestamp
is only set on following children. #4672 made changes to exclude synthetic transactions and inadvertently excludes transactions that precede another transaction. For instance, aCRYPTOTRANSFER
that creates aCRYPTOCREATEACCOUNT
transaction. TheseCRYPTOCREATEACCOUNT
transactions will have a non-zerononce
and will not have aparent_consensus_timestamp
so the query adjustment in the mentioned pr will exclude these transactions in the response.Solution
Alternatives
No response
The text was updated successfully, but these errors were encountered: