Overview
The fallback fee rate has been adjusted in case fee rate is not being retrieved. More logs around fee rate issues. Opening a channel with all of your balance should no longer use 1 sat per byte.
Added an option to launch mutiny-node without connecting to peers, to fix "Fallen Behind" errors when connecting to a peer with an outdated state. Moved some functions to not rely on the node manager, such as exporting state and logs. Local storage is now cleared when importing a new wallet.
What's Changed
- Some more trace logs around fee retrieval by @TonyGiorgio in #609
- Update default fee rates to me more realistic by @benthecarman in #611
- Add absolute fee to channel sweeps by @benthecarman in #612
- Add an option for not auto connecting to peers by @TonyGiorgio in #614
- Exporting log & state does not rely on nodemanager by @TonyGiorgio in #616
- Add option to force close channel or abandon channel by @benthecarman in #615
- Clear local storage when importing state file by @TonyGiorgio in #618
Full Changelog: v0.3.11...v0.3.12