Added
- New
HeaderCheckpoint
constructor from height shutdown
,add_scripts
,broadcast_transaction
methods have blocking APIs- Add a
TrustedPeer
while the node is running - Add change the peer timeout while the node is running
Changed
- Use
impl Into
whenever possible onNodeBuilder
andClient
APIs - Remove the misleading
wait_for_broadcast
method onClient
Fixes
- Remove
Option
fromWhitelist
as it is already aVec
- Limit the amount of
ADDR
messages a single peer can send
Full Changelog: v0.3.0...v0.4.0