Skip to content

v1.5.0

Choose a tag to compare

@orangeshyguy21 orangeshyguy21 released this 09 Dec 22:38
· 782 commits to master since this release
ef8fa3f

Overview

Bitcoin Oracle

Using the new task system, the Bitcoin USD price is calculated daily using just the bitcoin rpc, via UTXOracle.
Prices can also be back filled using a new Oracle page. Future releases will take advantage of price to enrich the UI.
This is an optional feature that can be changed in app.

Security fixes

Addresses raised vulnerabilities in vendor dependencies

CDK 0.14

Take advantage of new options in cdk-mintd to allow for insecure rpc connections

Bitcoin Test Network Support

Testnets and Signets now function as intended without errors

Core Lightning Fixes

Main chain balances were not displaying. This has been patched
Node alias colors where not displaying. This has been patched.

Performance Optimizations

  • Client bundle sizes have been reduced by 65%
  • transitions and animations have been added to initial load and to route changes
  • Lazy loaded pages are loaded in the background for the currently active section
  • Server compresses application files for quicker load times (can be enabled via new config SERVER_COMPRESSION)

What's Changed

Full Changelog: v1.4.1...v1.5.0