Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
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
{{ message }}
nGoline
/
NLightning
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
11
Star
56
Code
Issues
7
Pull requests
1
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Implement a client to communicate with the daemon
- #59
#59
Merged
nGoline
merged 20 commits into
main
nGoline/NLightning:main
from
feature/client
nGoline/NLightning:feature/client
Copy head branch name to clipboard
Apr 6, 2026
Conversation
Commits
20
(20)
Checks
Files changed
Merged
Implement a client to communicate with the daemon
#59
nGoline
merged 20 commits into
main
nGoline/NLightning:main
from
feature/client
nGoline/NLightning:feature/client
Copy head branch name to clipboard
Commits
Commits on Mar 18, 2026
add client to communicate with the daemon
Show description for cc1aa3d
nGoline
committed
cc1aa3d
View commit details
Copy full SHA for cc1aa3d
Browse repository at this point
upgrade packages
Show description for 5cd4b27
nGoline
committed
5cd4b27
View commit details
Copy full SHA for 5cd4b27
Browse repository at this point
implement connect to peer for the client
Show description for 298df11
nGoline
committed
298df11
View commit details
Copy full SHA for 298df11
Browse repository at this point
fix messagepack warnings and save connected peer data to db
Show description for 0c3900b
nGoline
committed
0c3900b
View commit details
Copy full SHA for 0c3900b
Browse repository at this point
add listpeer command
Show description for 9ec6675
nGoline
committed
9ec6675
View commit details
Copy full SHA for 9ec6675
Browse repository at this point
add getaddress command
Show description for 5cbbec3
nGoline
committed
5cbbec3
View commit details
Copy full SHA for 5cbbec3
Browse repository at this point
add getwalletbalance method
Show description for 90303fa
nGoline
committed
90303fa
View commit details
Copy full SHA for 90303fa
Browse repository at this point
add openchannel ipc command
nGoline
committed
6f5f791
View commit details
Copy full SHA for 6f5f791
Browse repository at this point
fix formatting
Show description for 2383d35
nGoline
committed
2383d35
View commit details
Copy full SHA for 2383d35
Browse repository at this point
typos, fixes, Et al.
nGoline
committed
d4d75c0
View commit details
Copy full SHA for d4d75c0
Browse repository at this point
update features to reflect latest [changes](https://github.com/lightning/bolts/pull/1310);
Show description for 4837f3a
nGoline
committed
4837f3a
View commit details
Copy full SHA for 4837f3a
Browse repository at this point
enhance `BitcoinWalletService` address watchin capabilities
nGoline
committed
fa27dbe
View commit details
Copy full SHA for fa27dbe
Browse repository at this point
improve peer exception handling and messaging;
Show description for 43f66c0
nGoline
committed
43f66c0
View commit details
Copy full SHA for 43f66c0
Browse repository at this point
refactor OpenChannel flow;
Show description for 0849710
nGoline
committed
0849710
View commit details
Copy full SHA for 0849710
Browse repository at this point
refactor OpenChannel flow;
Show description for a562fb7
nGoline
committed
a562fb7
View commit details
Copy full SHA for a562fb7
Browse repository at this point
add more tests and update failing tests to new rules
Show description for fad83cc
nGoline
committed
fad83cc
View commit details
Copy full SHA for fad83cc
Browse repository at this point
fix formatting
nGoline
committed
9a13d59
View commit details
Copy full SHA for 9a13d59
Browse repository at this point
commit after rebase from main using dotnet10
Show description for a61f2fb
nGoline
committed
a61f2fb
View commit details
Copy full SHA for a61f2fb
Browse repository at this point
Commits on Mar 19, 2026
add OpenChannelSubscription command and related handlers; update channel management and logging
Show description for 0d57b5a
nGoline
committed
0d57b5a
View commit details
Copy full SHA for 0d57b5a
Browse repository at this point
Commits on Apr 1, 2026
fix channelConfig creation when initiating a channel to use `payload.ToSelfDelay` instead of `tempChannel.ChannelConfig.ToSelfDelay`
Show description for 8a1e1f8
nGoline
and
jaonoctus
committed
8a1e1f8
View commit details
Copy full SHA for 8a1e1f8
Browse repository at this point
You can’t perform that action at this time.