str4d

Results 411 issues of str4d

We want to move all reads of the wallet SQLite DB behind the Rust FFI (to remove the current dependency on the SQL views). All places that currently read from...

- Library version - Changelog update - Checkpoints update

The block downloader writes the blocks to disk and caches their metadata. We then flush the block metadata buffer to the Rust side to make the cache aware of the...

Currently `SYNC_BATCH_SIZE` is set to 100. This is fine for scanning during the sandblasting region of the chain, but outside that we should raise the limit to 1000. Eventually the...

This is a high-level target issue used to aggregate currently un-prioritized Android SDK performance issues in the DAG.

Epic

The `ScanSummary` data exposed by #1368 includes the number of notes that were detected as spent or received due to scanning the range. We can use this to reduce the...

This is only necessary if we ever convert this SDK from being Android-specific into a generic Kotlin SDK with Windows support. Rust's `system` ABI is equivalent to the `C` ABI...

The database read layer currently coalesces these two cases into `expiryHeight = null`.