Skip to content

Commit 3bfd079

Browse files
committed
chore: version bump to rc.22.2
Signed-off-by: Marin Veršić <marin.versic101@gmail.com>
1 parent 5decae1 commit 3bfd079

File tree

9 files changed

+129
-109
lines changed

9 files changed

+129
-109
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
## [Unreleased]
44

5+
## [2.0.0-pre-rc.22.2] - 2024-08-30
6+
7+
### Added
8+
9+
- bounded discrete time (#4928)
10+
- add missing mathematical operations to `Numeric` (#4976)
11+
12+
### Changed
13+
14+
- sign only block's header, not the whole payload (#5000)
15+
- use `HashOf<BlockHeader>` as the type of the block hash (#4998)
16+
- Don't validate transactions inside WASM (#4995)
17+
18+
### Fixed
19+
20+
- remove expired transaction from cache (#4922)
21+
- Serialize WASM code for snapshots (#5009)
22+
- correctly handle `replace_top_block` (#4870)
23+
- validate block sync messages (#4965)
24+
- prevent redundant blocksync block messages (#4909)
25+
- use `GET` for blocks stream (#4990)
26+
- Improve queue transactions handling (#4947)
27+
- display more error details (#4973)
28+
- prevent deadlock on simultaneous sending large message (#4948)
29+
530
## [2.0.0-pre-rc.22.1] - 2024-07-30
631

732
### Fixed

0 commit comments

Comments
 (0)