File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-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.103.1 "Verification" (09 Nov 2023)
6
+
7
+ An urgent 3.6.0-compatible version that contains a hotfix for the bug that
8
+ prevents node from starting from the existing database every new dBFT epoch.
9
+ Also, the release includes a bugfix that fails any non-zero NEO and GAS
10
+ roundtrips from accounts with zero balance.
11
+
12
+ Although the DB format and storage states were not affected by this release,
13
+ the node resynchronization is still recommended for those who want to keep
14
+ correct application logs. Resynchronization can be skipped if you're ok with
15
+ wrong application logs for some transactions (e.g. CN doesn't care, and RPC node
16
+ cares a lot).
17
+
18
+ Bugs fixed:
19
+ * properly initialize cache of native NeoToken contract every new dBFT epoch (#3187 )
20
+ * forbid non-zero NEO and GAS roundtrips from accounts with zero balance (#3191 )
21
+
5
22
## 0.103.0 "Backwardation" (20 Oct 2023)
6
23
7
24
A minor 3.6.0-compatible version of NeoGo with new salty ZKP-related
You can’t perform that action at this time.
0 commit comments