Skip to content

ErgoScript release v4.0.2 for Ergo mainnet v4.0.x

Compare
Choose a tag to compare
@aslesarenko aslesarenko released this 11 Mar 16:48
· 1739 commits to develop since this release
fada073

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