You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Besides the work of the core team, this update is based on the efforts of @krigg
31
31
## 2024.08 Update
32
32
33
33
1. Introduction of dispatch queues, message envelopes with transaction chain metadata, and explicitly stored msg_queue size, which will be activated by `Config8.version >= 8` and new `Config8.capabilities` bits: `capStoreOutMsgQueueSize`, `capMsgMetadata`, `capDeferMessages`.
34
-
2. A number of changes to transcation executor which will activated for `Config8.version >= 8`:
34
+
2. A number of changes to transaction executor which will activated for `Config8.version >= 8`:
35
35
- Check mode on invalid `action_send_msg`. Ignore action if `IGNORE_ERROR` (+2) bit is set, bounce if `BOUNCE_ON_FAIL` (+16) bit is set.
36
36
- Slightly change random seed generation to fix mix of `addr_rewrite` and `addr`.
37
37
- Fill in `skipped_actions` for both invalid and valid messages with `IGNORE_ERROR` mode that can't be sent.
@@ -103,7 +103,7 @@ Besides the work of the core team, this update is based on the efforts of @akifo
103
103
* Fix error in proof generation for blocks after merge
104
104
* Fix most of `block is not applied` issues related to sending too recent block in Proofs
105
105
* LS now check external messages till `accept_message` (`set_gas`).
106
-
3. Improvements in DHT work and storage, CellDb, config.json ammendment, peer misbehavior detection, validator session stats collection, emulator.
106
+
3. Improvements in DHT work and storage, CellDb, config.json amendment, peer misbehavior detection, validator session stats collection, emulator.
107
107
4. Change in CTOS and XLOAD behavior activated through setting `version >= 5` in `ConfigParam 8;`:
108
108
* Loading "nested libraries" (i.e. a library cell that points to another library cell) throws an exception.
109
109
* Loading a library consumes gas for cell load only once (for the library cell), not twice (both for the library cell and the cell in the library).
@@ -114,7 +114,7 @@ Besides the work of the Core team, this update is based on the efforts of @XaBbl
114
114
## 2023.12 Update
115
115
116
116
1. Optimized message queue handling, now queue cleaning speed doesn't depend on total queue size
117
-
* Cleaning delivered messages using lt augmentation instead of random search / consequtive walk
117
+
* Cleaning delivered messages using lt augmentation instead of random search / consecutive walk
118
118
* Keeping root cell of queue message in memory until outdated (caching)
119
119
2. Changes to block collation/validation limits
120
120
3. Stop accepting new external message if message queue is overloaded
@@ -206,7 +206,7 @@ Besides the work of the core team, this update is based on the efforts of @vtama
206
206
Besides the work of the core team, this update is based on the efforts of @tvorogme (debug improvements), @AlexeyFSL (WASM builds) and third-party security auditors.
207
207
208
208
## 2022.08 Update
209
-
* Blockchain state serialization now works via separate db-handler which simplfies memory clearing after serialization
209
+
* Blockchain state serialization now works via separate db-handler which simplifies memory clearing after serialization
210
210
* CellDB now works asynchronously which substantially increase database access throughput
211
211
* Abseil-cpp and crc32 updated: solve issues with compilation on recent OS distributives
212
212
* Fixed a series of UBs and issues for exotic endianness hosts
0 commit comments