Skip to content

Commit 1467752

Browse files
committed
CHANGELOG: release 0.101.3
Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
1 parent 762a8da commit 1467752

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
This document outlines major changes between releases.
44

5+
## 0.101.3 "Yuckiness" (08 Jul 2023)
6+
7+
Yet another 3.5.0-compatible emergency version that removes scrupulous
8+
instructions check of smart contract's script on contract deployment or update.
9+
Presence of this check leads to the known T5 testnet state incompatibility
10+
(since 1670095) which causes inability to process new blocks (since 2272533).
11+
It should be noted that the corresponding check was accidentally removed from
12+
the reference C# node implementation way back in neo-project/neo#2266 and added
13+
again in neo-project/neo#2849 which is planned to be a part of the upcoming
14+
3.6.0 C# node release. Thus, changes made in the presented 0.101.3 release will
15+
be reverted afterwards and strict contract script check will be present in the
16+
next 3.6.0-compatible version of NeoGo node.
17+
18+
T5 testnet chain requires a complete resynchronization for this version. Mainnet
19+
chain resynchronization is recommended.
20+
21+
Bugs fixed:
22+
23+
* extra strict contract script check on contract deployment or update is
24+
removed (#3052)
25+
526
## 0.101.2 "Excavation" (29 Jun 2023)
627

728
One more (and unexpected one!) 3.5.0-compatible version that fixes a VM bug

0 commit comments

Comments
 (0)