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
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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
synonymdev
/
bitkit-android
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
13
Code
Issues
109
Pull requests
16
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
fix: harden ldk node teardown on stop
- #1100
#1100
Merged
ovitrif
merged 18 commits into
master
synonymdev/bitkit-android:master
from
fix/node-stop-hardening
synonymdev/bitkit-android:fix/node-stop-hardening
Copy head branch name to clipboard
Jul 30, 2026
Conversation
Commits
18
(18)
Checks
Files changed
Merged
fix: harden ldk node teardown on stop
#1100
ovitrif
merged 18 commits into
master
synonymdev/bitkit-android:master
from
fix/node-stop-hardening
synonymdev/bitkit-android:fix/node-stop-hardening
Copy head branch name to clipboard
Commits
Commits on Jul 28, 2026
fix: add stop debounce and prevent mid-stop cancellation from Viewmodel scope
jvsena42
committed
dc4db07
View commit details
Copy full SHA for dc4db07
Browse repository at this point
fix: prevent stop cancellation from context cancellation and release the handle on the LDK queue instead of leaving it to the GC finalizer
jvsena42
committed
a28fe1c
View commit details
Copy full SHA for a28fe1c
Browse repository at this point
doc: changelog
jvsena42
committed
6abdfb3
View commit details
Copy full SHA for 6abdfb3
Browse repository at this point
chore: rename changelog fragment
jvsena42
committed
14f6e11
View commit details
Copy full SHA for 14f6e11
Browse repository at this point
fix: make stop scheduling and cancel atomic
jvsena42
committed
d0e1f13
View commit details
Copy full SHA for d0e1f13
Browse repository at this point
fix: call release independently rather than from inline and add a timeout
jvsena42
committed
3bb4624
View commit details
Copy full SHA for 3bb4624
Browse repository at this point
fix: replace runCatching with runSuspendCatching
jvsena42
committed
a6cb8ff
View commit details
Copy full SHA for a6cb8ff
Browse repository at this point
fix: guard all stop against caller cancellation and cancel stop early on start
jvsena42
committed
82fa056
View commit details
Copy full SHA for 82fa056
Browse repository at this point
fix: self-join deadlock when WakeNodeWorker calls stop() from inside the LDK event handler, which runs on listenerJob, so listenerJob.cancelAndJoin() waits on itself
jvsena42
committed
2a786ed
View commit details
Copy full SHA for 2a786ed
Browse repository at this point
fix: guard listener re-arm against self-join
jvsena42
committed
c3b55db
View commit details
Copy full SHA for c3b55db
Browse repository at this point
fix: prevent overlap node's instance after 1s bounded stop
jvsena42
committed
04402b5
View commit details
Copy full SHA for 04402b5
Browse repository at this point
fix: remove gating for electrum setting restart
jvsena42
committed
140ba5e
View commit details
Copy full SHA for 140ba5e
Browse repository at this point
Commits on Jul 29, 2026
fix: serialize node config change against recovery
jvsena42
committed
a42b95b
View commit details
Copy full SHA for a42b95b
Browse repository at this point
fix: probe electrum server before node restart, eliminating release bypass flag
jvsena42
committed
ec66ea8
View commit details
Copy full SHA for ec66ea8
Browse repository at this point
chore: lint
jvsena42
committed
685d478
View commit details
Copy full SHA for 685d478
Browse repository at this point
Commits on Jul 30, 2026
fix: validate electrum rpc envelope before node teardown
jvsena42
committed
44911a0
View commit details
Copy full SHA for 44911a0
Browse repository at this point
refactor: return Kotlin result for probing request and improve error messages
jvsena42
committed
918cde3
View commit details
Copy full SHA for 918cde3
Browse repository at this point
refactor: using an encoded kotlin class instead of plain string
jvsena42
committed
4a6968b
View commit details
Copy full SHA for 4a6968b
Browse repository at this point
You can’t perform that action at this time.