Skip to content

Releases: scaling-lightning/scaling-lightning

v0.4.1

23 May 08:35
e19ff3a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

14 May 08:36
434dcb7
Compare
Choose a tag to compare

New feature, configurable namespace: When running cli commands you can use the flag --namespace / -N (default "sl") to specify the Kubernetes namespace for the scaling lightning network. This allows to run multiple separate SL networks on the same machine. Do not use the flag with the create command. Instead specify the namespace in the helmfile.

Note, this is a breaking change for the Go dependency. You must define the namespace when using functions DiscoverRunningNetwork and NewSLNetwork. Use the function NewSLNetworkWithoutNamespace when creating a new network from helmfile. When creating an SL object for running network, use NewSLNetwork.

Fixes:
Compatibility for new version of Traefik (3.0.0 / chart 28.0.0). See readme.md for traefik version update instructions.
Connect peer command: fixed command retrying until timeout if already connected

Big thanks to @Jhoyola!

V0.3.2

11 Oct 18:48
Compare
Choose a tag to compare

Two new features:

Retry logic is now used in the core library so you don't need to do it in client code. Configurable delay and timeout and can be disabled altogther.
New initial state file format to describe what the network should look like (look at example golang test)

v0.3.1

05 Oct 15:58
Compare
Choose a tag to compare

Breaking API changes from both 0.2.x and 0.3.0.

New commands for startting and stopping the network whilst preserving volumes added.
The old Start command is now called Create
The old Stop command is now called Destroy and doesn't require a helmfile

New feature: auto mining (called autogen)

v0.3.0

28 Sep 13:36
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Pre release test candidate.

Refactored API (breaking changes).

Auto-gen of blocks added
Volumes template added

v0.2.1

21 Sep 14:52
Compare
Choose a tag to compare

Bug fixes and now bitcoind's rpc and zmq ports can be accessed via ingress

v0.1.1

11 Sep 17:36
Compare
Choose a tag to compare

Added keysend to LND's chart

v0.1.0

08 Sep 18:50
Compare
Choose a tag to compare

Fixed issue with naming nodes something other than cln or lnd

Added port and host flags to cli to override the auto-discovery.

v0.0.33

07 Sep 10:10
Compare
Choose a tag to compare

Initial alpha release