Skip to content

Polar v4.0.0

Latest

Choose a tag to compare

@jamaljsr jamaljsr released this 06 Jan 15:59

This release introduces two new major features into Polar.

  1. 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 for @lightningpolar/mcp NPM package. ▶️ View the demo video

  2. 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 into Polar.

Features

  • Add sim-ln integration to simulate realistic Lightning payments by @Abdulkbk in #1159
  • Retain custom block count input for "Manually Mine Blocks" by @Jem256 in #1300
  • Add Model Context Protocol (MCP) server for AI assistant integration by @jamaljsr in #1328

Bug Fixes

  • Fixed Core Lightning gRPC API not being accessible to host by @Abdulkbk in #1238
  • Use correct ports for litd gRPC and REST endpoints by @jcbrand in #1315
  • Add arm64 release builds for all platforms by @jamaljsr in #1349

Node Updates

New Contributors

Full Changelog: v3.3.0...v4.0.0