-
Notifications
You must be signed in to change notification settings - Fork 56
feat(swift-sdk): add BLAST address sync for iOS #3377
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
Merged
Changes from 14 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
057046f
feat(swift-sdk): add BLAST address sync for iOS (#3079)
QuantumExplorer a04b890
chore: cargo fmt
QuantumExplorer eb41d36
merge: resolve conflict with v3.1-dev in CoreWalletManager
QuantumExplorer e33556c
fix: address CodeRabbit review feedback
QuantumExplorer 04aedca
fix(swift-sdk): validate Core addresses via Rust FFI before parsing
QuantumExplorer fb93ef8
fix(sdk): fix clippy warning for compacted loop condition
QuantumExplorer a32e3df
fix: outKeyLen capacity bug and restore compacted catch-up
QuantumExplorer a97e642
merge: resolve v3.1-dev conflicts and fix optional API changes
QuantumExplorer bc1720d
fix(rs-sdk-ffi): use Network::Mainnet instead of Network::Dash
QuantumExplorer 6e8cf0c
fix(rs-sdk-ffi): fix clippy needless_range_loop warnings
QuantumExplorer fc1e8fb
feat(sdk): rewrite incremental catch-up and document sync flow
QuantumExplorer 28c256b
test(drive-abci): add BLAST sync full flow strategy test
QuantumExplorer f78fef7
fix(test): fix BLAST sync strategy test signer issue
QuantumExplorer 3c4698e
feat(sdk): skip compacted queries via key_exists_as_boundary
QuantumExplorer 5c6052b
fix(swift-sdk): wrap ShieldedPoolClient handle in Sendable wrapper
QuantumExplorer b282f5a
docs(sdk): add full BLAST sync flowchart to book
QuantumExplorer 73f6bf5
docs(sdk): replace ASCII flowchart with Mermaid diagram
QuantumExplorer 675e53b
ci: add book preview deployment for PRs
QuantumExplorer c4b10b9
ci: auto-cleanup book preview on PR close/merge
QuantumExplorer 3d5d73c
fix(ci): use artifacts instead of Pages for book PR previews
QuantumExplorer 7c1847f
docs(sdk): improve BLAST sync book with mermaid, privacy, performance
QuantumExplorer 429a8c9
fix(ci): remove nonisolated deinit and add SDK test coverage
QuantumExplorer ea9f3e3
feat(sdk): implement RangeAfter-based compaction detection
QuantumExplorer a69150a
fix(swift-sdk): replace Timer with async Task loop for periodic sync
QuantumExplorer ad080ae
fix(swift-sdk): add Last Recent Block to sync UI for debugging
QuantumExplorer ccaf832
fix(sdk): revert last_known_recent_block fallback to metadata tip
QuantumExplorer eda02b1
feat(sdk): add entry count metrics for recent/compacted queries
QuantumExplorer 3510e5c
feat(sdk): skip compacted when recent tree is empty, fix sync loop
QuantumExplorer 934972a
fix(sdk): simplify compacted skip logic
QuantumExplorer cef977f
docs(sdk): update BLAST sync flowchart and docs for RangeAfter
QuantumExplorer 49fbbb1
fix(swift-sdk): always show Last Recent Block field in sync UI
QuantumExplorer 717e58e
feat(sdk): return GroveDB proof bytes from address sync
QuantumExplorer 5ec3a81
fix(swift-sdk): use onTapGesture for proof detail instead of Navigati…
QuantumExplorer 584a5c2
feat(sdk): add formatted GroveDB proof viewer
QuantumExplorer 1aaaf36
merge: resolve v3.1-dev conflict in CoreContentView
QuantumExplorer 95c0810
feat(sdk): use boundaries() for smarter compaction detection
QuantumExplorer 8dc1714
feat(sdk): simplify compaction detection using boundaries()
QuantumExplorer 778aeb4
feat(sdk): persist platform balances across app launches and reduce s…
QuantumExplorer 7b93f7e
fix(sdk): fix broken compaction tests and add compaction detection co…
QuantumExplorer f9f9c57
fix(ffi): address review feedback — catch_unwind, expect, checked_mul…
QuantumExplorer a1fec8b
fix(ffi): use unwrap_or_default for catch_unwind bool result (clippy)
QuantumExplorer 50a201b
test(sdk): improve BLAST address sync test coverage across drive and sdk
QuantumExplorer 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
Binary file not shown.
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.