You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,40 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
This release introduces two new major features into Polar.
8
+
9
+
1. Adds the ability to simulate realistic Lightning payments between the nodes. You can create activity rules by specifying a source, destination, amount, and time interval. Each activity will automate sending payments across the network while the simulation is running. This feature was made possible by integrating [sim-ln](https://github.com/bitcoin-dev-project/sim-ln) into Polar.
10
+
11
+
2. Adds a new Model Context Protocol (MCP) server into Polar which allows AI assistants (Claude Code, Codex, Cursor, etc) to perform automated actions within Polar. They now have the ability to create networks, open channels, make payments, mint assets, and many more via 48 MCP tools. You can describe complex network scenarios in plain English and and let the AI set them up. Learn more about the MCP capabilities and how to configure it in the [README](https://github.com/jamaljsr/polar-mcp) for [@lightningpolar/mcp](https://www.npmjs.com/package/@lightningpolar/mcp) NPM package.
12
+
13
+
### Features
14
+
15
+
- Add [sim-ln](https://github.com/bitcoin-dev-project/sim-ln) integration to simulate realistic Lightning payments by @Abdulkbk in https://github.com/jamaljsr/polar/pull/1159
16
+
- Retain custom block count input for "Manually Mine Blocks" by @Jem256 in https://github.com/jamaljsr/polar/pull/1300
17
+
- Add Model Context Protocol (MCP) server for AI assistant integration by @jamaljsr in https://github.com/jamaljsr/polar/pull/1328
18
+
19
+
### Bug Fixes
20
+
21
+
- Fixed Core Lightning gRPC API not being accessible to host by @Abdulkbk in https://github.com/jamaljsr/polar/pull/1238
22
+
- Use correct ports for `litd` gRPC and REST endpoints by @jcbrand in https://github.com/jamaljsr/polar/pull/1315
23
+
- Add arm64 release builds for all platforms by @jamaljsr in https://github.com/jamaljsr/polar/pull/1349
24
+
25
+
### Node Updates
26
+
27
+
- Add support for LND v0.19.2-beta by @jamaljsr in https://github.com/jamaljsr/polar/pull/1248
28
+
- Add support for Taproot Assets v0.6.1-alpha by @jamaljsr in https://github.com/jamaljsr/polar/pull/1248
29
+
- Add support for Terminal (litd) v0.15.1-alpha by @jamaljsr in https://github.com/jamaljsr/polar/pull/1248
30
+
- Add support for LND v0.19.3-beta by @jamaljsr in https://github.com/jamaljsr/polar/pull/1325
31
+
- Add support for LND v0.20.0-beta by @jamaljsr in https://github.com/jamaljsr/polar/pull/1325
32
+
- Add support for Core Lightning v25.09.3 by @jamaljsr in https://github.com/jamaljsr/polar/pull/1325
33
+
- Add support for Terminal (litd) v0.15.3-alpha by @jamaljsr in https://github.com/jamaljsr/polar/pull/1325
34
+
- Add support for Eclair v0.13.1 by @jamaljsr in https://github.com/jamaljsr/polar/pull/1326
35
+
- Add support for Bitcoin Core v30.0 by @jamaljsr in https://github.com/jamaljsr/polar/pull/1326
36
+
- Add support for Terminal (litd) v0.16.0-alpha by @jamaljsr in https://github.com/jamaljsr/polar/pull/1330
37
+
- Add support for Core Lightning v25.12 by @jamaljsr in https://github.com/jamaljsr/polar/pull/1345
Polar includes an MCP server that enables AI agents like Claude & Cursor to programmatically control Lightning Network simulations.
51
51
52
52
See the [polar-mcp](https://github.com/jamaljsr/polar-mcp) repo for installation instructions.
53
53
54
-
See the [MCP Architecture Documentation](docs/mcp-architecture.md) for detailed information on the architecture, API, and how to add new tools.
54
+
See the [MCP Architecture Documentation](docs/mcp-architecture.md) for technical information on the architecture, API, and how to add new tools to Polar.
55
55
56
56
## Dependencies
57
57
@@ -68,11 +68,11 @@ You will be prompted to install Docker if Polar cannot detect it automatically
68
68
69
69
## Download
70
70
71
-
Download Polar v3.3.0 for your OS
71
+
Download Polar v4.0.0 for your OS
72
72
73
-
- Mac ([dmg](https://github.com/jamaljsr/polar/releases/download/v3.3.0/polar-mac-x64-v3.3.0.dmg))
74
-
- Linux ([deb](https://github.com/jamaljsr/polar/releases/download/v3.3.0/polar-linux-amd64-v3.3.0.deb), [AppImage](https://github.com/jamaljsr/polar/releases/download/v3.3.0/polar-linux-x86_64-v3.3.0.AppImage), [RPM](https://github.com/jamaljsr/polar/releases/download/v3.3.0/polar-linux-x86_64-v3.3.0.rpm))
75
-
- Windows ([exe](https://github.com/jamaljsr/polar/releases/download/v3.3.0/polar-win-x64-v3.3.0.exe))
73
+
- Mac ([dmg](https://github.com/jamaljsr/polar/releases/download/v4.0.0/polar-mac-x64-v4.0.0.dmg))
74
+
- Linux ([deb](https://github.com/jamaljsr/polar/releases/download/v4.0.0/polar-linux-amd64-v4.0.0.deb), [AppImage](https://github.com/jamaljsr/polar/releases/download/v4.0.0/polar-linux-x86_64-v4.0.0.AppImage), [RPM](https://github.com/jamaljsr/polar/releases/download/v4.0.0/polar-linux-x86_64-v4.0.0.rpm))
75
+
- Windows ([exe](https://github.com/jamaljsr/polar/releases/download/v4.0.0/polar-win-x64-v4.0.0.exe))
76
76
77
77
Alternative and older version binaries can be found in the [GitHub releases](https://github.com/jamaljsr/polar/releases)
0 commit comments