ZcashFoundation / zebra

Zcash - Financial Privacy in Rust 🦓
https://zfnd.org/zebra/
Apache License 2.0
412 stars 106 forks source link

change(deps): Use ECC deps with activation height for NU6 #8978

Closed upbqdn closed 3 weeks ago

upbqdn commented 3 weeks ago

Motivation

Zebra 2.0.0 uses ECC deps that don't have NU6 Mainnet activation height set. We must use new versions of these crates that have the activation height set.

Solution

Tests

No new tests.

Follow-up Work

arya2 commented 3 weeks ago

Looks like the checkpoint job didn't find a cached state: https://github.com/ZcashFoundation/zebra/actions/runs/11559820540/job/32175800783?pr=8978#step:15:3351

Update: I'm running the sync_to_mandatory_checkpoint_mainnet test locally since it seems to timeout just before the mandatory checkpoint height it's trying to reach.

Update: The test passes locally, I think we should admin merge this if it times out again. Increasing the timeout should help otherwise.