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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
bitcoindevkit
/
bdk-sqlx
Public
Notifications
You must be signed in to change notification settings
Fork
11
Star
6
Code
Issues
4
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[Fixes] Multiple
- #23
#23
Merged
portlandhodl
merged 18 commits into
bitcoindevkit:master
bitcoindevkit/bdk-sqlx:master
from
portlandhodl:develop
portlandhodl/bdk-sqlx:develop
Copy head branch name to clipboard
Aug 9, 2026
Conversation
Commits
18
(18)
Checks
Files changed
Merged
[Fixes] Multiple
#23
portlandhodl
merged 18 commits into
bitcoindevkit:master
bitcoindevkit/bdk-sqlx:master
from
portlandhodl:develop
portlandhodl/bdk-sqlx:develop
Copy head branch name to clipboard
Commits
Commits on Aug 5, 2026
fix(test): isolate each test in its own database, remove destructive DropAll
Show description for 052f978
portlandhodl
committed
052f978
View commit details
Copy full SHA for 052f978
Browse repository at this point
fix: cascade anchor_tx foreign keys so reorgs cannot wedge persistence
Show description for f4fc697
portlandhodl
committed
f4fc697
View commit details
Copy full SHA for f4fc697
Browse repository at this point
fix: error on corrupt stored data instead of silently dropping it on load
Show description for 6cde51b
portlandhodl
committed
6cde51b
View commit details
Copy full SHA for 6cde51b
Browse repository at this point
fix: stop tracing spans from recording descriptors and changesets
Show description for 8686af9
portlandhodl
committed
8686af9
View commit details
Copy full SHA for 8686af9
Browse repository at this point
fix: remove easy_backup, which dumped every tenant's keychain to stdout
Show description for 195d02f
portlandhodl
committed
195d02f
View commit details
Copy full SHA for 195d02f
Browse repository at this point
fix: enforce stored-network validation on load, remove unwrap panic path
Show description for fd05b5e
portlandhodl
committed
fd05b5e
View commit details
Copy full SHA for fd05b5e
Browse repository at this point
fix: checked integer conversions at the database boundary
Show description for 5218db7
portlandhodl
committed
5218db7
View commit details
Copy full SHA for 5218db7
Browse repository at this point
fix: make descriptor/network writes idempotent, verify last_revealed updates
Show description for 55305b2
portlandhodl
committed
55305b2
View commit details
Copy full SHA for 55305b2
Browse repository at this point
fix: adopt sqlx versioned migrations for the postgres backend
Show description for 720ee4b
portlandhodl
committed
720ee4b
View commit details
Copy full SHA for 720ee4b
Browse repository at this point
chore: dependency, TLS, and CI hygiene
Show description for ba5d90f
portlandhodl
committed
ba5d90f
View commit details
Copy full SHA for ba5d90f
Browse repository at this point
fix: enforce one block row per height, clean up replaced blocks on reorg
Show description for f7571db
portlandhodl
committed
f7571db
View commit details
Copy full SHA for f7571db
Browse repository at this point
fix: commit the read snapshot transaction instead of dropping it
Show description for 31ff671
portlandhodl
committed
31ff671
View commit details
Copy full SHA for 31ff671
Browse repository at this point
docs: warn about multi-connection pools on sqlite :memory: databases
Show description for 57eab29
portlandhodl
committed
57eab29
View commit details
Copy full SHA for 57eab29
Browse repository at this point
fix: correct error message typo and misleading MissingPool description
Show description for e09a0d7
portlandhodl
committed
e09a0d7
View commit details
Copy full SHA for e09a0d7
Browse repository at this point
docs: document that pub use sqlx couples the API to sqlx's major version
Show description for f92edef
portlandhodl
committed
f92edef
View commit details
Copy full SHA for f92edef
Browse repository at this point
ci: collapse five copy-pasted per-test jobs into one test-suite job
Show description for 0843f8f
portlandhodl
committed
0843f8f
View commit details
Copy full SHA for 0843f8f
Browse repository at this point
fix: close silent data-loss and corruption paths across both backends
Show description for cae3707
portlandhodl
committed
cae3707
View commit details
Copy full SHA for cae3707
Browse repository at this point
fix: serialize block writes per wallet, monotonic last_seen, backend parity
Show description for ad02915
portlandhodl
committed
ad02915
View commit details
Copy full SHA for ad02915
Browse repository at this point
You can’t perform that action at this time.