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
/
scriptpubkeyman.cpp
Age
Commit message (
Expand
)
Author
2023-11-21
wallet: descriptors setup, batch db operations
furszy
2023-11-21
wallet: batch legacy spkm TopUp
furszy
2023-11-21
wallet: batch descriptor spkm TopUp
furszy
2023-11-05
wallet: cache descriptor ID to avoid repeated descriptor string creation
Sebastian Falbesoner
2023-10-12
tidy: modernize-use-emplace
MarcoFalke
2023-09-19
Merge bitcoin/bitcoin#28125: wallet: bugfix, disallow migration of invalid sc...
Andrew Chow
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 CScriptID to script.{h/cpp}
Andrew Chow
2023-08-10
wallet: disallow migration of invalid or not-watched scripts
furszy
2023-06-28
refactor: extract descriptor ID calculation from spkm GetID()
furszy
2023-06-14
Merge bitcoin/bitcoin#25634: wallet, tests: Expand and test when the blank wa...
Ryan Ofsky
2023-06-13
wallet: Ensure that the blank wallet flag is unset after imports
Andrew Chow
2023-05-25
wallet: skip block scan if block was created before wallet birthday
furszy
2023-05-08
Merge bitcoin/bitcoin#26076: Switch hardened derivation marker to h
Andrew Chow
2023-04-04
Switch hardened derivation marker to h in descriptors
Sjors Provoost
2023-03-31
Merge bitcoin/bitcoin#27274: refactor: remove unused param from legacy pubkey...
fanquake
2023-03-26
clang-tidy: Add `performance-inefficient-vector-operation` check
Hennadii Stepanov
2023-03-20
refactor: remove unused param from legacy pubkey
Bushstar
2023-02-23
wallet: annotate bools in descriptor SPKM FillPSBT()
Sjors Provoost
2023-02-15
wallet: set keypool_size instead of access global args manager
furszy
2023-02-01
Fix clang-tidy readability-const-return-type violations
MarcoFalke
2023-01-30
Merge bitcoin/bitcoin#15294: refactor: Extract RipeMd160
MarcoFalke
2023-01-26
refactor: Extract RIPEMD160
Ben Woosley
2023-01-03
refactor: use braced init for integer constants instead of c style casts
Pasta
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-10-28
psbt: Include output pubkey in additional pubkeys to sign
Andrew Chow
2022-10-25
wallet: add method for retrieving the end range for a ScriptPubKeyMan
Sebastian Falbesoner
2022-10-25
wallet: support fetching scriptPubKeys with minimum descriptor range index
Sebastian Falbesoner
2022-10-13
Merge bitcoin/bitcoin#25526: wallet: avoid double keypool TopUp() call on des...
Andrew Chow
2022-10-09
Fix comment typos in scriptpubkeyman.cpp, wallet.cpp, wallet.h
Dimitris Tsapakidis
2022-08-26
Implement LegacyScriptPubKeyMan::DeleteRecords
Andrew Chow
2022-08-25
Implement LegacyScriptPubKeyMan::MigrateToDescriptor
Andrew Chow
2022-08-25
scriptpubkeyman: Implement GetScriptPubKeys in Legacy
Andrew Chow
2022-08-19
Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unneces...
MacroFake
2022-08-17
Merge bitcoin/bitcoin#25748: refactor: Avoid copies in FlatSigningProvider Merge
Andrew Chow
2022-08-16
Merge bitcoin/bitcoin#25734: wallet, refactor: #24584 follow-ups
Andrew Chow
2022-08-12
wallet: remove duplicate descriptor type check in GetNewDestination
furszy
2022-08-12
wallet: avoid double TopUp() calls on descriptor wallets
furszy
2022-08-12
refactor: Avoid copies in FlatSigningProvider Merge
MacroFake
2022-08-11
Merge bitcoin/bitcoin#25664: refactor: Redefine `IsSolvable()` using descriptors
Andrew Chow
2022-08-11
script/sign: remove needless IsSolvable() utility
Antoine Poinsot
2022-08-10
Merge bitcoin/bitcoin#25642: Don't wrap around when deriving an extended key ...
Andrew Chow
2022-08-10
Merge bitcoin/bitcoin#25656: refactor: wallet: return util::Result from `GetR...
MacroFake
2022-08-10
refactor: add UNKNOWN OutputType
josibake
2022-08-05
Merge bitcoin/bitcoin#24699: wallet: Improve AvailableCoins performance by re...
Andrew Chow
2022-08-05
refactor: wallet: return util::Result from `GetReservedDestination` methods
Sebastian Falbesoner
2022-08-03
wallet: Cache SigningProviders
Andrew Chow
2022-08-03
refactor: Replace BResult with util::Result
Ryan Ofsky
2022-07-27
refactor: Make const refs vars where applicable
Aurèle Oulès
[next]