snarkVM
snarkVM copied to clipboard
[Perf] Don't re-synthesize credits.aleo
Closes https://github.com/AleoNet/snarkVM/issues/2416.
I can reproduce this; that being said, I'm not familiar with the associated plumbing so I'm not sure what the nature of the issue is.
Hmm I can't think immediately of why this would fail. However, given that this optimization is about resynthesis of proving keys in CallStack::Execute mode, its not something validators run into (who only use CallStack::CheckDeployment), so this seems very low priority
Closing for now because not a priority to fix. Keeping the issue open.