-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
fix(perps): missing latest funding payments in Activity #28671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
abretonc7s
merged 21 commits into
main
from
fix/tat-2057-dont-see-latest-funding-paymen
Apr 15, 2026
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
906f1a6
fix(perps): Don't see latest funding payments in Activity
abretonc7s 1b112b3
debug(pr-28671): add reproduction marker
abretonc7s d842e61
cleanup(pr-28671): remove reproduction marker
abretonc7s f5c3495
fix(perps): use parallel window pagination in getFunding to prevent m…
abretonc7s dd34530
fix(perps): deduplicate funding records at chunk boundary timestamps
abretonc7s eac26df
style: fix ESLint and format issues in funding pagination
abretonc7s 2da52f1
fix: address bugbot comments — partial window and dedup in loadMoreFu…
abretonc7s 6d59712
fix: add catch block and refresh-race guard to loadMoreFunding
abretonc7s 2e721d0
Merge branch 'main' into fix/tat-2057-dont-see-latest-funding-paymen
abretonc7s 989dc5b
fix: use ref-based lock for loadMoreFunding to prevent double-fire
abretonc7s 8d4602d
fix: update test to reflect hook no longer forwarding startTime/endTi…
abretonc7s 5d42afc
fix(perps): auto-advance funding cursor when Funding tab is empty
abretonc7s 5c4b874
fix(perps): fix funding dedup dropping all but one record
abretonc7s f2a346e
fix: stop funding pagination on error to prevent infinite retry loop
abretonc7s 398ce42
test(perps): add loadMoreFunding unit tests for 93% new code coverage
abretonc7s 353330b
fix(perps): stable funding sort order and preserve data on refresh error
abretonc7s 53b3fb4
refactor(perps): extract shared deduplicateById helper
abretonc7s 5d309b4
perf(perps): remove redundant intermediate sorts
abretonc7s a845e1b
cleanup(perps): use simple ASCII compare and extract MIN_SPLIT_WINDOW…
abretonc7s 1e5875b
docs(perps): clarify funding history lookback comment accuracy
abretonc7s c7506b5
fix(perps): skip empty funding windows instead of stopping pagination
abretonc7s File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.