Conversation
daoka
requested review from
Jaguar0625 and
Wayonb
and removed request for
Jaguar0625
September 17, 2026 23:51
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #2580 +/- ##
==========================================
+ Coverage 95.84% 97.43% +1.58%
==========================================
Files 786 368 -418
Lines 60742 27148 -33594
Branches 1696 251 -1445
==========================================
- Hits 58219 26451 -31768
+ Misses 2455 690 -1765
+ Partials 68 7 -61
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
daoka
marked this pull request as ready for review
September 18, 2026 04:45
daoka
added this pull request to stack #2582
September 18, 2026 05:47
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
How have you changed the behavior?
/api/symbol/receiptsfor filtered receipt searches./api/symbol/block/<height>/receiptsfor block receipts.height DESC, id DESCordering:limit: 1–100, default 10.offset: 0–100000, default 0.raw_payloadfrom public responses.common.symbol.ReceiptTypes.This is an additive API change. Puller schema, ingestion, and rollback behavior remain unchanged.
Pagination does not guarantee a fixed snapshot across requests. The offset cap limits access to the first 100,100 matching rows; it does not provide complete history for every account.