Jack Grigg
Jack Grigg
Part of zcash/librustzcash#704. TODO: Remove hard dependency on `tokio` from this PR, if possible.
We have a suite of increasingly-comprehensive tests for applying migrations to _empty_ databases: - Each migration has a test migrating from an empty wallet DB to itself. - #1506 adds...
Curently doesn't work because `lightwalletd` does not have support for looking up blocks by hash.
### Describe the Feature Alt text is viewable in the app UI for images, but not for videos; alt text is only included for screen readers, and captions are supposed...
The method is currently fallible: https://github.com/RustCrypto/formats/blob/48eac00018b31215141f98550e342da7d40062d6/x509-cert/src/serial_number.rs#L73-L82 However, it's a trivial wrapper around `SerialNumber::generate_with_prefix` with arguments that mean it cannot fail: https://github.com/RustCrypto/formats/blob/48eac00018b31215141f98550e342da7d40062d6/x509-cert/src/serial_number.rs#L98-L105 https://github.com/RustCrypto/formats/blob/48eac00018b31215141f98550e342da7d40062d6/x509-cert/src/serial_number.rs#L48-L57
I'm having a hard time figuring out how to migrate from `x509-cert 0.2` to `x509-cert 0.3.0-pre.0`; the latter was published with no changelog entries. I have now spent hours digging...
As part of migrating `age-plugin-yubikey` to `yubikey 0.8` (using VS Code and `rust-analyzer`), I encountered `SubjectPublicKeyInfo` in a certificate. I need to parse this into an `Option` (returning `None` if...
Part of #330. Includes #584 because I don't have write permissions on the repo and thus can't create stacked PRs directly.
Closes #330. Includes #588 because I don't have write permissions on the repo and thus can't create stacked PRs directly.