Alfredo Garcia

Results 141 comments of Alfredo Garcia

Update: Need more work related to moving this test https://github.com/ZcashFoundation/zebra/blob/main/zebrad/tests/common/shielded_scan/scan_task_commands.rs out of zebrad. I am still working on it, changing the PR to draft until that is sorted.

Note: During the Arborist call, there was a suggestion to move this code to the `zebra-utils` crate as a new binary instead of a new zebrad command.

Blocked until the next release is done. https://github.com/ZcashFoundation/zebra/issues/8321

Re-running by a CI failure in `regtest_submit_blocks` windows version test: https://github.com/ZcashFoundation/zebra/actions/runs/9845868582/job/27182357737?pr=8596

Spreadsheet with all the tests zcashd has and additional information for possible implementation in zebra: https://docs.google.com/spreadsheets/d/1F-KZuhGHvecpjzQ9PFeMLh8cJHaP8BxI3Kg0IWdBBuU Moved from https://github.com/ZcashFoundation/zebra/issues/8779

Related: In https://github.com/ZcashFoundation/zebra/pull/9710 we added funding stream support to regtest mode, with a python test.

Tests can be [worked around](https://github.com/ZcashFoundation/zebra/blob/c0f32eee1899b728ca4f3b35e8edadb1103e5d2e/zebra-rpc/qa/rpc-tests/wallet.py#L50) but this is related: https://github.com/ZcashFoundation/zebra/issues/9708

I created 4 new tickets related to this tracking issue: - https://github.com/ZcashFoundation/zebra/issues/9720 - https://github.com/ZcashFoundation/zebra/issues/9721 - https://github.com/ZcashFoundation/zebra/issues/9722 - https://github.com/ZcashFoundation/zebra/issues/9723 Additionally, we found also: - https://github.com/ZcashFoundation/zebra/issues/9726

Related fix: https://github.com/ZcashFoundation/zebra/issues/8781