ErgoScript release v4.0.2 for Ergo mainnet v4.0.x
Optimizations of TX verification (#716)
- avoiding unnecessary allocations during deserialization of ErgoBox
- Fast verification of ErgoTrees containing only sigma propositions (SigmaPropConstant)
- implemented PrecompiledScriptProcessor with internal cache of precompiled graphs ready for repeated evaluation in different contexts.
Related PR: #717