File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This document outlines major changes between releases.
4
4
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
+
5
26
## 0.101.2 "Excavation" (29 Jun 2023)
6
27
7
28
One more (and unexpected one!) 3.5.0-compatible version that fixes a VM bug
You can’t perform that action at this time.
0 commit comments