Skip to content

Commit 35850e3

Browse files
committed
lib: release 0.8.0
1 parent 58a7929 commit 35850e3

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ Notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.8.0
9+
10+
## Added
11+
12+
- Request the broadcast minimum fee rate from connected peers.
13+
14+
## Changed
15+
16+
- Removed the `StatelessPeerStore`, used primarily for development
17+
- Export the `tokio` crate
18+
- Further split `Log` and `Event` enumerations into `Log`, `Warning`, and `Event`
19+
20+
## Fixes
21+
22+
- Update the port and services when peers are gossiped
23+
- Reset the timer after disconnecting from peers due to a stale block
24+
- Remove case for invalid median time check
25+
826
## 0.7.0
927

1028
## Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kyoto-cbf"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["Rob <rustaceanrob@protonmail.com>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)