Skip to content

Commit dbd647e

Browse files
authored
Merge pull request #3193 from nspcc-dev/rel-0.103.1
Release 0.103.1
2 parents 7045d3b + ed4610f commit dbd647e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

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

33
This document outlines major changes between releases.
44

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+
522
## 0.103.0 "Backwardation" (20 Oct 2023)
623

724
A minor 3.6.0-compatible version of NeoGo with new salty ZKP-related

0 commit comments

Comments
 (0)