runziggurat / zcash

The Zcash Network Stability Framework
Apache License 2.0
15 stars 9 forks source link

Crawler fails Post NU6 network upgrade #261

Open autotunafish opened 6 days ago

autotunafish commented 6 days ago

I'm not sure why but I believe it may have to do with the zcash-seeder lib which required an update shortly after the NU6 upgrade. Since the upgrade, the crawler fails with reset and timeout errors. https://github.com/zcash/zcash-seeder

aphelionz commented 3 days ago

@Rqnsom would be the one to check, but I'm not sure how much time they have currently :grimacing:

autotunafish commented 2 days ago

The solution appears to be changing the line in the link below to reflect the correct protocol version '170_120'. After that and recompiling, the crawler works again. Credit for this goes to Arya Solhi. I can file the appropriate PR if necessary but it's a single char change, seems trivial enough and if so then this issue can basically be closed! :partying_face: https://github.com/runziggurat/zcash/blob/32273156f7e7a14a766c2860ddee7e7321ad237a/src/protocol/message/constants.rs#L15