Conrado Gouvea
Conrado Gouvea
I agree it's not complicated, the old code was basically a workaround, and we will able to replace it with much neater code. This part of the code is well...
For reference the first step is probably reverting https://github.com/ZcashFoundation/zebra/pull/3819/, letting CI run in a WIP PR and checking what breaks. My guess is that's probably easier to make zcash_script work...
I think the idea behind #3800 was to do at least some testing on Windows, even if Zebra would not support it. But I think the idea here is to...
> > * When you click a transaction, it shows the wrong TXID (the old SHA256d one, instead of the NU5 TXID) > > This is [zcash/lightwalletd#392](https://github.com/zcash/lightwalletd/issues/392), which is being...
> Did you clear both the `lightwalletd` cache, and the `zecwallet-lite` state, before testing? The former needs to happen or else the incorrect txids continue to be served (or see...
I've investigated this a bit but I don't know the best way to fix it. It seems the logic to configure the lightwalletd server was commented out in https://github.com/adityapk00/zecwallet-lite/pull/109/ I...
From the point of view of PKCS#11, the only error in the test seem to be that `CKM_DES_CBC` should be `CKK_DES` (which is what I was going to report, and...
I've investigated the OpenSC side of the issue, using OsEID simulator, and found out the following: - OpenSC already supports unwrapping to middleware. In `pkcs15_create_object`, if CKA_TOKEN is false and...
I think this is a breaking change since it removes the Error trait impl. I'll change it so that only happens in no-std mode.
> In case it's useful I have a `no_std` lib of Ed448: https://github.com/webb-tools/Ed448-Goldilocks This is great, but we'd prefer if that was incorporated upstream. Did you consider opening a PR...