Added
- Request the broadcast minimum fee rate from connected peers.
Changed
- Removed the
StatelessPeerStore
, used primarily for development - Export the
tokio
crate - Further split
Log
andEvent
enumerations intoLog
,Warning
, andEvent
Fixes
- Update the port and services when peers are gossiped
- Reset the timer after disconnecting from peers due to a stale block
- Remove case for invalid median time check
New Contributors
Full Changelog: v0.7.0...v0.8.0