Skip to content

Commit a03d1da

Browse files
committed
chore: Update CHANGELOG
1 parent b1957a8 commit a03d1da

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.8.0] - 2024-08-30
11+
12+
### Added
13+
14+
- Webnode: Streaming ledger sync RPC.
15+
- P2P: Meshsub for gossip.
16+
- P2P: Additional tests.
17+
18+
### Fixed
19+
20+
- Mempool: Various transaction pool issues.
21+
- Poseidon hashing and witness generation when absorbing empty slices.
22+
1023
### Changed
1124

1225
- **Rust Toolchain**: Updated the minimum required Rust toolchain to version 1.80.
@@ -196,7 +209,8 @@ First public release.
196209
- Alpha version of the node which can connect and syncup to the berkeleynet network, and keep applying new blocks to maintain consensus state and ledger up to date.
197210
- Web-based frontend for the node.
198211

199-
[Unreleased]: https://github.com/openmina/openmina/compare/v0.7.0...develop
212+
[Unreleased]: https://github.com/openmina/openmina/compare/v0.8.0...develop
213+
[0.8.0]: https://github.com/openmina/openmina/releases/tag/v0.7.0...v0.8.0
200214
[0.7.0]: https://github.com/openmina/openmina/releases/tag/v0.6.0...v0.7.0
201215
[0.6.0]: https://github.com/openmina/openmina/releases/tag/v0.5.1...v0.6.0
202216
[0.5.1]: https://github.com/openmina/openmina/releases/tag/v0.5.0...v0.5.1

0 commit comments

Comments
 (0)