index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
Age
Commit message (
Expand
)
Author
2023-08-18
Remove unused includes from wallet.cpp
MarcoFalke
2023-08-17
Remove unused includes from blockfilter.h
MarcoFalke
2023-08-17
Merge bitcoin/bitcoin#28123: Bugfix: RPC: Remove quotes from non-string oneli...
fanquake
2023-08-14
Rename script/standard.{cpp/h} to script/solver.{cpp/h}
Andrew Chow
2023-08-14
Clean up things that include script/standard.h
Andrew Chow
2023-08-14
Move CTxDestination to its own file
Andrew Chow
2023-08-14
Move Taproot{SpendData/Builder} to signingprovider.{h/cpp}
Andrew Chow
2023-08-14
Move CScriptID to script.{h/cpp}
Andrew Chow
2023-08-14
Remove ScriptHash from CScriptID constructor
Andrew Chow
2023-08-10
wallet: disallow migration of invalid or not-watched scripts
furszy
2023-08-08
refactor: Enforce C-str fmt strings in WalletLogPrintf()
MarcoFalke
2023-08-03
lint: remove /* Continued */ markers from codebase
fanquake
2023-07-24
refactor: Remove unused C-style casts
MarcoFalke
2023-07-22
Bugfix: RPC: Remove quotes from non-string oneline descriptions
Luke Dashjr
2023-07-20
Merge bitcoin/bitcoin#28067: descriptors: do not return top-level only funcs ...
Andrew Chow
2023-07-20
Merge bitcoin/bitcoin#26467: bumpfee: Allow the user to choose which output i...
fanquake
2023-07-19
Merge bitcoin/bitcoin#27425: test: move remaining rand code from util/setup_c...
fanquake
2023-07-13
scripted-diff: Use new FUZZ_TARGET macro everywhere
MarcoFalke
2023-07-11
wallet: loading, log descriptor parsing error details
furszy
2023-07-07
Merge bitcoin/bitcoin#28039: wallet: don't include bdb files from our headers
Andrew Chow
2023-07-07
Merge bitcoin/bitcoin#28038: wallet: address book migration bug fixes
fanquake
2023-07-07
wallet: bdb: include bdb header from our implementation files only
Cory Fields
2023-07-07
wallet: bdb: don't use bdb define in header
Cory Fields
2023-07-07
wallet: bdb: move BerkeleyDatabase constructor to cpp file
Cory Fields
2023-07-07
wallet: bdb: move SafeDbt to cpp file
Cory Fields
2023-07-07
wallet: bdb: move SpanFromDbt to below SafeDbt's implementation
Cory Fields
2023-07-06
wallet: bdb: move TxnBegin to cpp file since it uses a bdb function
Cory Fields
2023-07-06
wallet: bdb: drop default parameter
Cory Fields
2023-07-06
wallet: sqlite: force sqlite3.h to be included by the cpp files
Cory Fields
2023-07-06
wallet: migration bugfix, persist empty labels
furszy
2023-07-06
wallet: migration bugfix, clone 'send' record label to all wallets
furszy
2023-07-06
Merge bitcoin/bitcoin#27869: wallet: Give deprecation warning when loading a ...
glozow
2023-07-03
Merge bitcoin/bitcoin#27920: wallet: bugfix, always use apostrophe for spkm d...
Andrew Chow
2023-06-30
Merge bitcoin/bitcoin#28002: refactor: remove in-code warning suppression
fanquake
2023-06-29
Merge bitcoin/bitcoin#27978: refactor: Drop unsafe AsBytePtr function
Andrew Chow
2023-06-29
refactor: remove in-code warning suppression
fanquake
2023-06-28
refactor: Drop unsafe AsBytePtr function
Ryan Ofsky
2023-06-28
Merge bitcoin/bitcoin#27927: util: Allow std::byte and char Span serialization
Andrew Chow
2023-06-28
wallet: bugfix, always use apostrophe for spkm descriptor ID
furszy
2023-06-28
refactor: extract descriptor ID calculation from spkm GetID()
furszy
2023-06-28
wallet: do not allow loading descriptor with an invalid ID
furszy
2023-06-27
Merge bitcoin/bitcoin#24914: wallet: Load database records in a particular order
Ryan Ofsky
2023-06-27
walletdb: Remove loading code where the database is iterated
Andrew Chow
2023-06-27
walletdb: refactor decryption key loading
Andrew Chow
2023-06-27
walletdb: refactor defaultkey and wkey loading
Andrew Chow
2023-06-27
walletdb: refactor active spkm loading
Andrew Chow
2023-06-27
walletdb: refactor tx loading
Andrew Chow
2023-06-27
walletdb: refactor address book loading
Andrew Chow
2023-06-27
walletdb: Refactor descriptor wallet records loading
Andrew Chow
2023-06-27
walletdb: Refactor legacy wallet record loading into its own function
Andrew Chow
[prev]
[next]