New minor release! This release contains stability improvements, faster startup times, and minor bug fixes. It also adds the option to switch between satoshi/BTC display format, and stops displaying the 'you are using mainnet' warning after the first time.
What's Changed
- feat(linux): set database directory to ~/.dana by @cygnet3 in #420
- feat: don't await exchange rate information on launch by @cygnet3 in #421
- feat: show mainnet warning once by @cygnet3 in #422
- refactor!: drop main_local entry file by @cygnet3 in #423
- refactor: drop unused svg icons from preloading by @cygnet3 in #424
- refactor: move sync service constructor call to inside orchestrator by @cygnet3 in #425
- refactor: start sync orchestrator in same block as other states by @cygnet3 in #426
- refactor: simplify sync orchestrator by @cygnet3 in #427
- fix: set orchestrator.start before redirecting to notification screen by @cygnet3 in #428
- fix(rust): move StateUpdate to api/structs by @cygnet3 in #429
- Feat/parse btc amt by @Sosthene00 in #431
- Fix/add contact ux by @Sosthene00 in #435
- feat: drop 'Exception: ' prefix for generic exception types by @cygnet3 in #442
- fix: validate bip353 address outside of build function by @cygnet3 in #441
- Feat/display preferences btc sat by @Sosthene00 in #432
- build/set
max_page_sizeto 16384 by @Sosthene00 in #436 - fix: Check for chainState.available before calculating blocksToScan by @Sosthene00 in #444
Full Changelog: v0.8.0...v0.8.1