-
Notifications
You must be signed in to change notification settings - Fork 20
PE-9129: Sync and login resiliency quick wins #2162
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
Open
vilenarios
wants to merge
29
commits into
dev
Choose a base branch
from
fix/sync-quick-wins
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 21 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
bc54930
fix: clamp sync transaction parse batch size to prevent zero-size bat…
vilenarios abbc68d
fix: make wallet balance fetch best-effort during login
vilenarios c749c4d
perf: bound concurrent drive syncs to 5 at a time
vilenarios 4fbdcfe
perf: reuse a single MetadataCache instance across sync batches
vilenarios 8206d3b
fix: collect successfully imported files in bulk import result
vilenarios 49a1da9
perf: fetch pin transaction info in batches of 100 instead of 5
vilenarios 8218128
nit: remove unnecessary dart:async import in worker pool test
vilenarios a66fb87
chore: pin equatable below 2.1.0 in ardrive_ui to fix package analyze
vilenarios cd8ba4a
chore: point graphql at turbo-gateway.com directly, goldsky as fallback
vilenarios 84048cf
chore: pin equatable below 2.1.0 in ardrive_ui to fix package analyze
vilenarios 31718fb
perf: remove ArNS record fetching from the sync pipeline
vilenarios 00634f6
perf: persist the GAR gateway list and refresh only on demand
vilenarios 7300fef
chore: pin equatable below 2.1.0 in ardrive_ui to fix package analyze
vilenarios fe3d465
test: await FutureOr getString in gateway fallback tests
vilenarios 878c2f3
Merge remote-tracking branch 'origin/fix/gql-turbo-gateway' into fix/…
vilenarios 0215ebc
Merge remote-tracking branch 'origin/perf/minimize-solana-rpc' into f…
vilenarios dadcfdd
fix: time out gateway refresh instead of hanging on a stalled RPC
vilenarios 67e12aa
perf: paginate drive history at 1000 per page with endpoint-sticky fa…
vilenarios 8d68b87
fix: catch pagination-phase errors with await-for instead of yield*
vilenarios 5b0389f
fix: harden sync pagination and address adversarial review findings
vilenarios 6b714e4
nit: const GraphQLResponse in strategy test
vilenarios f689a21
test: no-version config migration also preserves custom gateways
vilenarios 8b8f137
perf: skip verification pages for tiny tails, raise drive concurrency…
vilenarios 9511d13
perf: default drive-history page size back to 100
vilenarios 5e45fad
fix: restore full retry budget at safe page size, sync-scoped owner memo
vilenarios 5f6a3d1
revert: remove the drive-history pagination experiment
vilenarios c2fa83e
perf: raise default concurrent drive syncs to 50
vilenarios dca6be8
Merge remote-tracking branch 'origin/dev' into fix/sync-quick-wins
916216e
perf: size the tx-parse batch by actual concurrency, not total drives…
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
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.