From 74250f1b3baa001fd65653fe4c0a142a04848035 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Tue, 11 Feb 2020 18:23:31 +0300 Subject: [PATCH] CHANGELOG: release v0.72.2 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cee9c76b..31d5ca971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ This document outlines major changes between releases. +## 0.72.2 "Confabulation" (11 Feb 2020) + +Bugfix and small refactoring release, though it's the first one to include +improved CHECKMULTISIG implementation that is ~20% faster. + +Improvements: + * parallel CHECKMULTISIG implementation improving this instruction speed by + around 20% (#548) + * bytecode emitting functions moved to separate package, avoiding old + duplicate code and improving testing (#449, #534, #642) + * AppCall interop now accepts variable number of arguments (#651) + * more logging and info level from consensus subsystem, following neo-cli + behaviour + +Bugs fixed: + * compiler-emitted integers were using wrong format (#642) + * FreeGasLimit configuration set to zero was not really disabling gas limits + (#652) + * stale disconnected peers could cause networking subsystem deadlock (#653) + * transaction reverification (on new block processing) could lead to + blockchain deadlock for non-standard verification contracts (#655) + ## 0.72.1 "Contextualization" (07 Feb 2020) Exactly one bug fixed relative to the 0.72.0: