mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-29 03:41:45 +00:00
commit
abb58fb7de
1 changed files with 16 additions and 0 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -2,6 +2,22 @@
|
||||||
|
|
||||||
This document outlines major changes between releases.
|
This document outlines major changes between releases.
|
||||||
|
|
||||||
|
## 0.101.2 "Excavation" (29 Jun 2023)
|
||||||
|
|
||||||
|
One more (and unexpected one!) 3.5.0-compatible version that fixes a VM bug
|
||||||
|
leading to mainnet state incompatibility (since 3672783) which in turn leads
|
||||||
|
to inability to process new blocks (since 3682290).
|
||||||
|
|
||||||
|
Mainnet chain needs to be resynchronized for this version.
|
||||||
|
|
||||||
|
Improvements:
|
||||||
|
* documentation updates (#3029, #2990, #2981)
|
||||||
|
|
||||||
|
Bugs fixed:
|
||||||
|
* incorrect handling of empty Any-type parameter for RPC invocations (#2959)
|
||||||
|
* incorrect state rollbacks in case of exception during cross-contract call
|
||||||
|
when the call is made from non-TRYing context (#3046)
|
||||||
|
|
||||||
## 0.101.1 "Shallowness" (17 Mar 2023)
|
## 0.101.1 "Shallowness" (17 Mar 2023)
|
||||||
|
|
||||||
Another 3.5.0-compatible version that delivers important bug fixes and
|
Another 3.5.0-compatible version that delivers important bug fixes and
|
||||||
|
|
Loading…
Reference in a new issue