github jamaljsr/polar v1.0.0
Polar v1.0.0

latest releases: v2.2.0, v2.1.0, v2.1.0-rc1...
4 years ago

Full list of changes since v0.2.1 v0.2.1...v1.0.0

This release was focused on implementing many of the feature requests submitted since the first release, as well as adding support for the Eclair Lightning implementation. You can now use your own custom Docker image, allowing you to run the master branch or your personal fork of each node. Polar now supports importing and exporting networks, which allows you to save snapshots to reuse as a starting point over an over again. We also added a log viewer for nodes which should make it easier to see what your nodes are doing and added right-click menus for nodes & channels so you can perform actions with less clicks. To support more flexible environments, the Lightning P2P and Bitcoin ZMQ ports are now exposed to the host machine, which means you can have nodes outside of Polar communicate with the nodes inside.

I am bumping the version to a major release v1.0.0 to signify that I feel Polar is now pretty stable and fully-functional, with support for the big three Lightning implementations. There are still more improvements which will be added in the future, but what's included now is a solid base.

Features

  • Add support for Eclair v0.3.3 nodes (#322)
  • Add ability to import & export networks (#295) by @torkelrogstad
  • Add support for custom docker images (#299)
  • Make bitcoind's ZeroMQ servers reachable on LAN (#297) by @hsjoberg
  • Make lightning nodes p2p port reachable on LAN (#301) by @hsjoberg
  • Add right-click menus for nodes and channels (#312)
  • Add ability to view live logs from nodes (#316)

Bug Fixes

  • Handle errors in Bitcoind logger (#285) by @bolatovumar
  • Make sure localBalance is never undefined for pending channel (#289) by @bolatovumar
  • Fix corrupt redux state causing errors (#305)
  • Fix broken line wrapping for long commands in the terminal (#310)
  • Fix typo in English translations (#323) by @torkelrogstad

Docs

  • Add CONTRIBUTING documentation (#294)
  • Add documentation for building custom node images (custom-node.md)

Community Contributions

Polar received contributions from a few community members. I'd like to sincerely thank these devs for giving back to the project.

All feedback and contributions are greatly appreciated.

Don't miss a new polar release

NewReleases is sending notifications on new releases.