Skip to content

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

Compare
Choose a tag to compare
@aslesarenko aslesarenko released this 25 Mar 15:59
· 1731 commits to develop since this release
00baf10

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.