Skip to content

Commit

Permalink
chore: version bump to rc.22.2
Browse files Browse the repository at this point in the history
Signed-off-by: Marin Veršić <marin.versic101@gmail.com>
  • Loading branch information
mversic committed Aug 30, 2024
1 parent 5decae1 commit 3bfd079
Show file tree
Hide file tree
Showing 9 changed files with 129 additions and 109 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

## [Unreleased]

## [2.0.0-pre-rc.22.2] - 2024-08-30

### Added

- bounded discrete time (#4928)
- add missing mathematical operations to `Numeric` (#4976)

### Changed

- sign only block's header, not the whole payload (#5000)
- use `HashOf<BlockHeader>` as the type of the block hash (#4998)
- Don't validate transactions inside WASM (#4995)

### Fixed

- remove expired transaction from cache (#4922)
- Serialize WASM code for snapshots (#5009)
- correctly handle `replace_top_block` (#4870)
- validate block sync messages (#4965)
- prevent redundant blocksync block messages (#4909)
- use `GET` for blocks stream (#4990)
- Improve queue transactions handling (#4947)
- display more error details (#4973)
- prevent deadlock on simultaneous sending large message (#4948)

## [2.0.0-pre-rc.22.1] - 2024-07-30

### Fixed
Expand Down
Loading

0 comments on commit 3bfd079

Please sign in to comment.