mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Add acknowledgments to Changelog
This commit is contained in:
parent
f2155c4a0c
commit
054c5780d9
1 changed files with 4 additions and 2 deletions
|
@ -22,5 +22,7 @@ Besides the work of the core team, this update is based on the efforts of @tvoro
|
||||||
* Added extended error information for unaccepted external messages: `exit_code` and TVM trace (where applicable).
|
* Added extended error information for unaccepted external messages: `exit_code` and TVM trace (where applicable).
|
||||||
* [Improved catchain DoS resistance](https://github.com/ton-blockchain/ton/blob/master/doc/catchain-dos.md)
|
* [Improved catchain DoS resistance](https://github.com/ton-blockchain/ton/blob/master/doc/catchain-dos.md)
|
||||||
* A series of FunC improvements, summarized [here](https://github.com/ton-blockchain/ton/pull/378)
|
* A series of FunC improvements, summarized [here](https://github.com/ton-blockchain/ton/pull/378)
|
||||||
### Update accident
|
#### Update delay
|
||||||
Update coincided with persistent state serialization event which lead to block production speed deterioration (issue substantially mitigated in update itself). This phenomena was aggravated by the fact that after update some validators lost ability to participate in block creation. The former was caused by threshold based hardcoded protocol version bump, where threshold was set in such manner (based on block height with value higher than 9m), that it eluded detection in private net tests. The update was temporarily paused and resumed after persistent state serialization ended and issues with block creation were resolved.
|
Update coincided with persistent state serialization event which lead to block production speed deterioration (issue substantially mitigated in update itself). This phenomena was aggravated by the fact that after update some validators lost ability to participate in block creation. The last was caused by threshold based hardcoded protocol version bump, where threshold was set in such manner (based on block height with value higher than 9m), that it eluded detection in private net tests. The update was temporarily paused and resumed after persistent state serialization ended and issues with block creation were resolved.
|
||||||
|
|
||||||
|
Besides the work of the core team, this update is based on the efforts of @awesome-doge (help with abseil-cpp upgrade), @rec00rsiff (noted issues for exotic endianess and implemented network stats) and third-party security auditors.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue