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
.
libbitcoin
/
libbitcoin-server
Public
Notifications
You must be signed in to change notification settings
Fork
73
Star
175
Code
Issues
3
Pull requests
0
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Refactor channel/protocol for universal jrpc.
- #916
#916
Merged
evoskuil
merged 10 commits into
libbitcoin:master
libbitcoin/libbitcoin-server:master
from
evoskuil:master
evoskuil/libbitcoin-server:master
Copy head branch name to clipboard
Sep 9, 2026
Conversation
Commits
10
(10)
Checks
Files changed
Merged
Refactor channel/protocol for universal jrpc.
#916
evoskuil
merged 10 commits into
libbitcoin:master
libbitcoin/libbitcoin-server:master
from
evoskuil:master
evoskuil/libbitcoin-server:master
Copy head branch name to clipboard
Commits
Commits on Sep 8, 2026
Serve bitcoind json-rpc over a downgraded tcp connection.
evoskuil
committed
23f3f3b
View commit details
Copy full SHA for 23f3f3b
Browse repository at this point
Replace the channel_http template with concrete service channels.
evoskuil
committed
58fb6f7
View commit details
Copy full SHA for 58fb6f7
Browse repository at this point
Serve electrum over the http channel (tcp downgrade, http and ws).
evoskuil
committed
2b74745
View commit details
Copy full SHA for 2b74745
Browse repository at this point
Regenerate build artifacts.
evoskuil
committed
479badb
View commit details
Copy full SHA for 479badb
Browse repository at this point
Add channel_rpc as the universal json-rpc service channel.
evoskuil
committed
47e35ad
View commit details
Copy full SHA for 47e35ad
Browse repository at this point
Move json-rpc senders to channel_rpc and dispatch to protocol_rpc<>.
evoskuil
committed
3c2fd35
View commit details
Copy full SHA for 3c2fd35
Browse repository at this point
Respond method_not_found to unclaimed electrum methods.
evoskuil
committed
f12cb25
View commit details
Copy full SHA for f12cb25
Browse repository at this point
Remove redundant batched v1 rejection from channel_electrum.
evoskuil
committed
7559eec
View commit details
Copy full SHA for 7559eec
Browse repository at this point
Split electrum interface by handshake, protocol_rpc<> claims by interface.
evoskuil
committed
e81eab8
View commit details
Copy full SHA for e81eab8
Browse repository at this point
Commits on Sep 9, 2026
Skip pruned-dependent bitcoind tests, run electrum tests on python 3.9.
evoskuil
committed
7e31212
View commit details
Copy full SHA for 7e31212
Browse repository at this point
You can’t perform that action at this time.