You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: conditional NU7 activation and Orchard proving key selection
- Activate NU7 only when database name contains "zsa" for v6 transactions
- Use OrchardVanilla proving key for non-ZSA transactions
- Use OrchardZSA proving key for ZSA-enabled transactions
- Prevent "bad tx header" error from LWD with non-ZSA databases
- Prevent ConstraintSystemFailure during proof generation
Fixes transaction compatibility issues after ZSA work:
- Non-ZSA databases (regtest.db) now use v5 format with OrchardVanilla
- ZSA databases use v6 format with OrchardZSA circuit
- Both transaction versions work with their respective proving keys
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments