Closed upbqdn closed 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.
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
legacy-api
feature ofincrementalmerkletree
to be able to serialize note commitment trees using an old serialization format for thez_gettreestate
RPC.Tests
No new tests.
Follow-up Work