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
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
.
caravan-bitcoin
/
caravan
Public
Notifications
You must be signed in to change notification settings
Fork
102
Star
88
Code
Issues
40
Pull requests
14
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Feat/sp sending
- #496
#496
Open
jvgelder
wants to merge 26 commits into
caravan-bitcoin:main
caravan-bitcoin/caravan:main
from
jvgelder:feat/sp-sending
jvgelder/caravan:feat/sp-sending
Copy head branch name to clipboard
Conversation
Commits
26
(26)
Checks
Files changed
Open
Feat/sp sending
#496
jvgelder
wants to merge 26 commits into
caravan-bitcoin:main
caravan-bitcoin/caravan:main
from
jvgelder:feat/sp-sending
jvgelder/caravan:feat/sp-sending
Copy head branch name to clipboard
Commits
Commits on Mar 24, 2026
chore(psbt): Add silent payment fields
jvgelder
committed
81981ca
View commit details
Copy full SHA for 81981ca
Browse repository at this point
chore(psbt): Add silent payment fields
Show description for dcfc2a9
jvgelder
committed
dcfc2a9
View commit details
Copy full SHA for dcfc2a9
Browse repository at this point
chore(psbt): Add output functionality
Show description for 8b2a8ab
jvgelder
committed
8b2a8ab
View commit details
Copy full SHA for 8b2a8ab
Browse repository at this point
feat(psbt): Add BIP352 silent payment output script computation
Show description for ed8b289
jvgelder
committed
ed8b289
View commit details
Copy full SHA for ed8b289
Browse repository at this point
fix(psbt): Prevent creating breaking change with PSBT_OUT_SCRIPT
Show description for 296fa75
jvgelder
committed
296fa75
View commit details
Copy full SHA for 296fa75
Browse repository at this point
Commits on Mar 30, 2026
chore(psbtv2): Added test vectors from BIP375
Show description for 80e7c11
jvgelder
committed
80e7c11
View commit details
Copy full SHA for 80e7c11
Browse repository at this point
chore(psbtv2): Add validation
jvgelder
committed
8f0df4b
View commit details
Copy full SHA for 8f0df4b
Browse repository at this point
fix(psbtv2): correct silent payment output derivation
Show description for 0e57be0
jvgelder
committed
0e57be0
View commit details
Copy full SHA for 0e57be0
Browse repository at this point
chore(psbtv2): Replace checks with assert calls
Show description for 23cff68
jvgelder
committed
23cff68
View commit details
Copy full SHA for 23cff68
Browse repository at this point
Commits on Mar 31, 2026
chore(psbtv2): Proper label and k checking
Show description for ea81977
jvgelder
committed
ea81977
View commit details
Copy full SHA for ea81977
Browse repository at this point
Commits on May 20, 2026
fix(caravan-psbt): harden BIP375 silent payment validation
jvgelder
committed
1408cc2
View commit details
Copy full SHA for 1408cc2
Browse repository at this point
feat(caravan-psbt): add BIP374 DLEQ proofs for silent payments
jvgelder
committed
20b7395
View commit details
Copy full SHA for 20b7395
Browse repository at this point
chore(dleq): Cleanup functions
Show description for 124ba9e
jvgelder
committed
124ba9e
View commit details
Copy full SHA for 124ba9e
Browse repository at this point
chore(bip375): Enable all tests
Show description for e1f7cfd
jvgelder
committed
e1f7cfd
View commit details
Copy full SHA for e1f7cfd
Browse repository at this point
fix(psbtv2): Fix nums check
jvgelder
committed
8ee5f65
View commit details
Copy full SHA for 8ee5f65
Browse repository at this point
Commits on Jun 5, 2026
fix(caravan-psbt): require prevout-matched keys for SP derivation
Show description for d1db68e
jvgelder
committed
d1db68e
View commit details
Copy full SHA for d1db68e
Browse repository at this point
refactor(caravan-psbt): add prevout-matched SP pubkey helpers
Show description for 8e662e4
jvgelder
committed
8e662e4
View commit details
Copy full SHA for 8e662e4
Browse repository at this point
test(caravan-psbt): update BIP375 vector fixtures
jvgelder
committed
d97620a
View commit details
Copy full SHA for d97620a
Browse repository at this point
fix(caravan-psbt): enforce prevout-matched silent payment input keys
jvgelder
committed
80bfccc
View commit details
Copy full SHA for 80bfccc
Browse repository at this point
Commits on Jun 10, 2026
refactor(caravan-psbt): expose NUMS script-path detection for validation
jvgelder
committed
98ce2c3
View commit details
Copy full SHA for 98ce2c3
Browse repository at this point
fix(caravan-psbt): require prevout-matched keys for SP derivation
Show description for a391dd2
jvgelder
committed
a391dd2
View commit details
Copy full SHA for a391dd2
Browse repository at this point
Commits on Jun 23, 2026
chore(pstv2): Update vectors
Show description for af82d43
jvgelder
committed
af82d43
View commit details
Copy full SHA for af82d43
Browse repository at this point
chore(psbtv2): Cleanup redundant code
Show description for 6fc4630
jvgelder
committed
6fc4630
View commit details
Copy full SHA for 6fc4630
Browse repository at this point
chore(psbtv2): Revert PSBT_OUT_SCRIPT changes
Show description for 0275c92
jvgelder
committed
0275c92
View commit details
Copy full SHA for 0275c92
Browse repository at this point
chore(psbtv2): Improve missing warning
Show description for 5a12230
jvgelder
committed
5a12230
View commit details
Copy full SHA for 5a12230
Browse repository at this point
Commits on Jul 16, 2026
chore(psbtv2): Cleanup and remove dead code
Show description for e1a6b39
jvgelder
committed
e1a6b39
View commit details
Copy full SHA for e1a6b39
Browse repository at this point
You can’t perform that action at this time.