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
.
https-github-com-bit
/
bitcoin
Public
forked from
bitcoin/bitcoin
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
bitcoin
src
wallet
sqlite.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 24, 2022
Merge bitcoin/bitcoin#23732: refactor: Remove `gArgs` from `bdb.h` and `sqlite.h`
Show description for 98e9d8e
MarcoFalke
committed
98e9d8e
View commit details
Copy full SHA for 98e9d8e
View code at this point
Browse repository at this point
Commits on Mar 16, 2022
Replace use of `ArgsManager` with `DatabaseOptions`
Show description for 39b1763
kiminuo
and
ryanofsky
committed
39b1763
View commit details
Copy full SHA for 39b1763
View code at this point
Browse repository at this point
Commits on Mar 6, 2022
wallet: refactor: dedup sqlite blob binding
theStack
committed
8ea6167
View commit details
Copy full SHA for 8ea6167
View code at this point
Browse repository at this point
Commits on Jan 27, 2022
Merge bitcoin/bitcoin#23438: refactor: Use spans of std::byte in serialize
Show description for 196b459
laanwj
committed
196b459
View commit details
Copy full SHA for 196b459
View code at this point
Browse repository at this point
Commits on Jan 7, 2022
Add src/wallet/* code to wallet:: namespace
ryanofsky
committed
f7086fd
View commit details
Copy full SHA for f7086fd
View code at this point
Browse repository at this point
Commits on Jan 2, 2022
Use spans of std::byte in serialize
Show description for fa24493
MarcoFalke
committed
fa24493
View commit details
Copy full SHA for fa24493
View code at this point
Browse repository at this point
Commits on Dec 30, 2021
scripted-diff: Bump copyright headers
Show description for f47dda2
hebasto
committed
f47dda2
View commit details
Copy full SHA for f47dda2
View code at this point
Browse repository at this point
Commits on Oct 20, 2021
wallet: Use PACKAGE_NAME to mention our software
hebasto
committed
da791c7
View commit details
Copy full SHA for da791c7
View code at this point
Browse repository at this point
Commits on Oct 5, 2021
refactor: Block unsafe fs::path std::string conversion calls
Show description for 6544ea5
4 people
committed
6544ea5
View commit details
Copy full SHA for 6544ea5
View code at this point
Browse repository at this point
Commits on Sep 27, 2021
wallet: enable SQLite extended result codes
Show description for 90be29c
theStack
committed
90be29c
View commit details
Copy full SHA for 90be29c
View code at this point
Browse repository at this point
Commits on May 17, 2021
wallet: refactor: dedup sqlite PRAGMA assignments
theStack
committed
9938d61
View commit details
Copy full SHA for 9938d61
View code at this point
Browse repository at this point
wallet: refactor: dedup sqlite PRAGMA integer reads
theStack
committed
dca8ef5
View commit details
Copy full SHA for dca8ef5
View code at this point
Browse repository at this point
Commits on Apr 12, 2021
tests: Skip SQLite fsyncs while testing
Show description for 41f891d
achow101
committed
41f891d
View commit details
Copy full SHA for 41f891d
View code at this point
Browse repository at this point
Commits on Apr 2, 2021
wallet: refactor: dedup sqlite statement deletions
theStack
committed
ea19cc8
View commit details
Copy full SHA for ea19cc8
View code at this point
Browse repository at this point
wallet: refactor: dedup sqlite statement preparations
theStack
committed
9a36709
View commit details
Copy full SHA for 9a36709
View code at this point
Browse repository at this point
Commits on Mar 11, 2021
scripted-diff: remove MakeUnique<T>()
Show description for 3ba2840
fanquake
committed
3ba2840
View commit details
Copy full SHA for 3ba2840
View code at this point
Browse repository at this point
Commits on Dec 4, 2020
refactor: Consolidate redundant wallet database path and exists functions
Show description for d70dc89
ryanofsky
committed
d70dc89
View commit details
Copy full SHA for d70dc89
View code at this point
Browse repository at this point
MOVEONLY: Move IsBDBFile, IsSQLiteFile, and ListWalletDir
Show description for 5aaeb6c
ryanofsky
committed
5aaeb6c
View commit details
Copy full SHA for 5aaeb6c
View code at this point
Browse repository at this point
Commits on Nov 18, 2020
Fix mock SQLiteDatabases
achow101
committed
d52f502
View commit details
Copy full SHA for d52f502
View code at this point
Browse repository at this point
Commits on Nov 5, 2020
wallet: Set DatabaseStatus::SUCCESS in MakeSQLiteDatabase
MarcoFalke
committed
faf5fa7
View commit details
Copy full SHA for faf5fa7
View code at this point
Browse repository at this point
Set bilingual error completely
hebasto
committed
090b838
View commit details
Copy full SHA for 090b838
View code at this point
Browse repository at this point
Commits on Oct 22, 2020
wallet: fix buffer over-read in SQLite file magic check
Show description for 56a461f
theStack
committed
56a461f
View commit details
Copy full SHA for 56a461f
View code at this point
Browse repository at this point
Commits on Oct 14, 2020
wallet: Enforce sqlite serialized threading mode
achow101
committed
f023b7c
View commit details
Copy full SHA for f023b7c
View code at this point
Browse repository at this point
Set and check the sqlite user version
achow101
committed
6173269
View commit details
Copy full SHA for 6173269
View code at this point
Browse repository at this point
Use network magic as sqlite wallet application ID
achow101
committed
9d3d2d2
View commit details
Copy full SHA for 9d3d2d2
View code at this point
Browse repository at this point
Determine wallet file type based on file magic
achow101
committed
ac38a87
View commit details
Copy full SHA for ac38a87
View code at this point
Browse repository at this point
Implement SQLiteDatabase::MakeBatch
achow101
committed
6045f77
View commit details
Copy full SHA for 6045f77
View code at this point
Browse repository at this point
Implement SQLiteDatabase::Verify
achow101
committed
727e6b2
View commit details
Copy full SHA for 727e6b2
View code at this point
Browse repository at this point
Implement SQLiteDatabase::Rewrite
Show description for b4df8fd
achow101
committed
b4df8fd
View commit details
Copy full SHA for b4df8fd
View code at this point
Browse repository at this point
Implement SQLiteDatabase::TxnBegin, TxnCommit, and TxnAbort
achow101
committed
010e365
View commit details
Copy full SHA for 010e365
View code at this point
Browse repository at this point
Implement SQLiteDatabase::Backup
achow101
committed
ac5c161
View commit details
Copy full SHA for ac5c161
View code at this point
Browse repository at this point
Implement SQLiteBatch::StartCursor, ReadAtCursor, and CloseCursor
achow101
committed
f6f9cd6
View commit details
Copy full SHA for f6f9cd6
View code at this point
Browse repository at this point
Implement SQLiteBatch::ReadKey, WriteKey, EraseKey, and HasKey
achow101
committed
bf90e03
View commit details
Copy full SHA for bf90e03
View code at this point
Browse repository at this point
Add SetupSQLStatements
achow101
committed
7aa4562
View commit details
Copy full SHA for 7aa4562
View code at this point
Browse repository at this point
Implement SQLiteBatch::Close
achow101
committed
6636a26
View commit details
Copy full SHA for 6636a26
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.