File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,24 @@ Notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 11[package ]
22name = " kyoto-cbf"
3- version = " 0.7 .0"
3+ version = " 0.8 .0"
44authors = [" Rob <rustaceanrob@protonmail.com>" ]
55edition = " 2021"
66license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments