Results 46 comments of sasha

Likewise for the via fence generator dialog; that would be greatly appreciated

(I'm writing a seeder in Rust that uses the `zebra_network` crate) My bad for not realizing we'd need this as well, but we definitely need access to `start_height` (the current...

Also I think we need to make all the types for the fields of `connection_info` accessible from the outside, when I do `use zebra_network::protocol::external::types::Version;` i get: ``` sasha_work@seasonal-dream zcash-cotyledon %...

> > My bad for not realizing we'd need this as well, but we definitely need access to `start_height` (the current C++ seeder logic uses that as one of the...

> @superbaud just wondering what you thought of these new changes? I'm gonna take a look at them today and tomorrow, sorry for the delay and thanks for working on...

> In https://github.com/zcash/zcash/issues/3881#issuecomment-1140146874 , we found out that zcashd seems to ignore peers from zebrad. To clarify, this was not from `zebrad`, this was from https://github.com/superbaud/zcash-cotyledon/blob/main/src/main.rs; which only answers `Peers`...

I ran `rm ~/.zcash/peers.dat; ./src/zcashd -dnsseed=0 -seednode=127.0.0.1 -port=12345` on a machine with a running `zebrad` (not fully synced to chaintip, if that matters) and the `zcashd` was able to get...

https://github.com/eqlabs/ziggurat/blob/main/src/tests/conformance/peering.rs#L20-L48 might also be related/helpful

I ran into the same issue on a testnet miner while starting a `5.2.0-rc1` `zcashd`, here's stdout: ``` Thank you for running a testnet zcashd v5.2.0-rc1 node! You're helping to...

Calling it with ` -rescan` got it caught up to the chain tip. I did save the full datadir if anyone wants it to investigate.