Overview
Fixes a few edge cases around channel closures and provides more information about them. Also rips out wasm from mutiny-core
so that the logic of the node can run on any platform.
What's Changed
- Fix activity item sort for unconfirmed txs by @benthecarman in #561
- A little less trace logs for connections by @TonyGiorgio in #562
- Log some sync errors by @benthecarman in #563
- Optimize
get_invoice_by_hash
by @benthecarman in #566 - Label swept force closes by @benthecarman in #567
- Change mainnet LSP min to 50k sats by @benthecarman in #572
- Start storage before restarting node by @TonyGiorgio in #574
- Networking wasm split by @TonyGiorgio in #549
- Add channel closes to activtiy by @benthecarman in #570
- After successful broadcast, insert transcation into bdk by @benthecarman in #571
- Fix build: bring back futures-util by @benthecarman in #577
- Add artificial sleep after opening channel by @TonyGiorgio in #576
- Move bdk bug workaround in insert_tx by @benthecarman in #578
Full Changelog: v0.3.7...v0.3.8