Merge pull request #2853 from nspcc-dev/release-0.100.1
Release 0.100.1
This commit is contained in:
commit
c64dc9ab02
2 changed files with 22 additions and 1 deletions
21
CHANGELOG.md
21
CHANGELOG.md
|
@ -2,6 +2,27 @@
|
||||||
|
|
||||||
This document outlines major changes between releases.
|
This document outlines major changes between releases.
|
||||||
|
|
||||||
|
## 0.100.1 "Chaptalization" (28 Dec 2022)
|
||||||
|
|
||||||
|
This is a tiny update that 99.99% of users can easily skip. The reason for
|
||||||
|
this release is the need to fix compatibility with the NeoFS mainnet
|
||||||
|
sidechain and have some stable version to be used there. In any other case it
|
||||||
|
can be ignored, but if you still decide to upgrade you don't need to
|
||||||
|
resynchronize.
|
||||||
|
|
||||||
|
Behaviour changes:
|
||||||
|
* Aspidochelone fork is made to include ContractManagement native contract
|
||||||
|
deploy/update methods call flags change, initially it was an unconditional
|
||||||
|
part of 0.99.0 NeoGo release (or 3.2.0 C# version), but this behavior is
|
||||||
|
incompatible with the NeoFS mainnet sidechain; the change to the fork logic
|
||||||
|
does not affect any other public networks (mainnet/testnet) and any new
|
||||||
|
networks that have Aspidochelone enabled since block 0 (#2848)
|
||||||
|
|
||||||
|
Improvements:
|
||||||
|
* more robust NEP-11 divisibility check in the RPC server code (#2841)
|
||||||
|
* microoptimization for some debug log messages (#2842)
|
||||||
|
* additional fuzz tests for integer serialization and script parsing code (#2851)
|
||||||
|
|
||||||
## 0.100.0 "Centuplication" (08 Dec 2022)
|
## 0.100.0 "Centuplication" (08 Dec 2022)
|
||||||
|
|
||||||
A 3.5.0-compatible version of NeoGo with all the appropriate protocol updates
|
A 3.5.0-compatible version of NeoGo with all the appropriate protocol updates
|
||||||
|
|
|
@ -7,7 +7,7 @@ functionality.
|
||||||
## Versions 0.7X.Y (as needed)
|
## Versions 0.7X.Y (as needed)
|
||||||
* Neo 2.0 support (bug fixes, minor functionality additions)
|
* Neo 2.0 support (bug fixes, minor functionality additions)
|
||||||
|
|
||||||
## Version 0.100.1 (~January 2022)
|
## Version 0.100.2 (~February 2022)
|
||||||
* extended data types for iterators to be used by RPC wrapper generator
|
* extended data types for iterators to be used by RPC wrapper generator
|
||||||
|
|
||||||
## Version 1.0 (2023, TBD)
|
## Version 1.0 (2023, TBD)
|
||||||
|
|
Loading…
Reference in a new issue