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...

In #1382 (specifically in 84ac6252feb88b9dbf9865651df3bc478225f5a1) we adjusted `Synchronizer.proposeShielding` to return `null` when there are either no funds to shield, or they do not meet the shielding threshold (equivalent to the...

bug

The `ScanSummary` data exposed by https://github.com/Electric-Coin-Company/zcash-light-client-ffi/issues/113 includes the number of notes that were detected as spent or received due to scanning the range. We can use this to reduce the...

In the steady state, the wallet will start `CompactBlockProcessor` every 10-30 seconds, scan the few new blocks that may have come in, reschedule itself with a timer, and then stop....

enhancement

Currently in the GitHub Actions CI workflow, whenever a PR changes we build for all target platforms. We speed up builds by caching both the built dependencies, and CCache files...

I-performance
A-build
A-CI

This RPC test usually passes, but see [this log](https://ci.z.cash/#/builders/3/builds/230/steps/17/logs/stdio) for an example of it occasionally failing. My guess is a race condition.

A-testing
I-heisenbug
E-good-first-issue
I-race