forked from TrueCloudLab/neoneo-go
CHANGELOG: minor fix for 0.97.2
This commit is contained in:
parent
42e69c12ee
commit
894cfe29be
1 changed files with 4 additions and 2 deletions
|
@ -8,8 +8,8 @@ We're rolling out an update for NeoGo nodes that mostly concentrates on
|
||||||
performance. We've tweaked and tuned a lot of code while staying compatible
|
performance. We've tweaked and tuned a lot of code while staying compatible
|
||||||
with N3 mainnet and testnet. At the same time we're gradually introducing
|
with N3 mainnet and testnet. At the same time we're gradually introducing
|
||||||
changes required for our P2P state exchange extension and this affected DB
|
changes required for our P2P state exchange extension and this affected DB
|
||||||
format, so you'll need to resynchronize on update. At the same time, this
|
format, so you'll need to resynchronize on update. This update is not
|
||||||
update is not mandatory, 0.97.1 is still perfectly valid for N3 networks.
|
mandatory though, 0.97.1 is still perfectly valid for N3 networks.
|
||||||
|
|
||||||
Note also that we're discussing removal of Badger and Redis databases support
|
Note also that we're discussing removal of Badger and Redis databases support
|
||||||
in future releases, so if you're interested in them take a look at #2130.
|
in future releases, so if you're interested in them take a look at #2130.
|
||||||
|
@ -28,6 +28,8 @@ Improvements:
|
||||||
Bugs fixed:
|
Bugs fixed:
|
||||||
* key decoding functions could accept some additional data even though only
|
* key decoding functions could accept some additional data even though only
|
||||||
key is expected to be present (#2125)
|
key is expected to be present (#2125)
|
||||||
|
* conflicting dummy transactions could stay in the DB even with block removal
|
||||||
|
enabled (#2134)
|
||||||
|
|
||||||
## 0.97.1 "Gasification" (06 Aug 2021)
|
## 0.97.1 "Gasification" (06 Aug 2021)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue