Arya

Results 92 comments of Arya

There was a known test failure on Windows: https://github.com/ZcashFoundation/zebra/actions/runs/8820859044/job/24215403949?pr=8459#step:12:4697

> Do we need to disable some tests on Windows? @mpguerra That seems like a good idea for now, I opened #8468 for disabling the test that's failing and #8461...

> We should prioritise this as it seems to be happening a lot lately We know why 4 of the 5 most recent failures happened and have fixed the issues...

Both the latest version of `zcash_primitives` and the version Zebra currently uses (`0.13.0`) allow for plaintext lead bytes of `0x01` or `0x02` during the grace period, see: - [latest version](https://github.com/zcash/sapling-crypto/blob/main/src/note_encryption.rs#L401)...

Let's wait until Zebra is using `zcash_primitives` `v0.14.0` and then pass `Zip212Enforcement::On` in the call to `try_sapling_note_decryption()` in `zcash_note_encryption`

> @arya2 is this still necessary? No, returning an empty set from the `zebra_network::Config::initial_peers()` method on Regtest is fine, at least for now. It could be useful for creating isolated...

Updated temporary diagram based on recent discussions (see note at the end about the block explorer use case): ```mermaid flowchart subgraph Zcash_P2P_Network Other_nodes end Other_nodes -- chain state --> FullValidator...

> I wasn't aware of this, would it be helpful if lightwalletd did support the `zebrad.toml` file format? That seems reasonable; I could make that code change if it would...