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
/
rpcdump.cpp
Age
Commit message (
Expand
)
Author
2019-07-24
Refactor out translation.h
Hennadii Stepanov
2019-07-08
rpc: switch to using RPCHelpMan.Check()
Karl-Johan Alm
2019-06-07
Merge #15024: Allow specific private keys to be derived from descriptor
Wladimir J. van der Laan
2019-06-06
Import private keys from descriptor with importmulti if provided
MeshCollider
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-29
Merge #15741: Batch write imported stuff in importmulti
MeshCollider
2019-05-28
Move some of ProcessImport into CWallet::Import*
Ben Woosley
2019-05-22
Merge #16063: rpc: Mention getwalletinfo where a rescan is triggered
MarcoFalke
2019-05-22
rpc: Mention getwalletinfo where a rescan is triggered
João Barbosa
2019-05-22
RPC: Hint for importmulti in help output of importpubkey and importaddress
Kristaps Kaupe
2019-05-18
Batch writes for importmulti
Andrew Chow
2019-05-16
Merge #15870: wallet: Only fail rescan when blocks have actually been pruned
MarcoFalke
2019-05-15
[doc] rpcwallet: Only fail rescan when blocks have been pruned
MarcoFalke
2019-05-10
Merge #15744: refactor: Extract ParseDescriptorRange
MarcoFalke
2019-05-06
scripted-diff: Bump copyright headers in wallet
MarcoFalke
2019-05-06
wallet: Only fail rescan when blocks have actually been pruned
MarcoFalke
2019-04-29
GetKeyBirthTimes should return key ids, not destinations
Gregory Sanders
2019-04-29
Replace CScriptID and CKeyID in CTxDestination with dedicated types
Gregory Sanders
2019-04-13
Extract ParseDescriptorRange
Ben Woosley
2019-04-06
Take non-importing keys into account for spendability warning in descriptor i...
Pieter Wuille
2019-04-04
Import all origin info in importmulti; even for non-importing pubkeys
Pieter Wuille
2019-04-04
Keep full pubkeys in FlatSigningProvider::origins
Pieter Wuille
2019-03-27
wallet: Move CWallet::ReacceptWalletTransactions locks to callers
João Barbosa
2019-03-06
Remove remaining wallet accesses to node globals
Russell Yanofsky
2019-03-04
Merge #15288: Remove wallet -> node global function calls
MarcoFalke
2019-02-28
Use stop/[start,stop] notation in importmulti desc range
Pieter Wuille
2019-02-22
Change brace formatting
Russell Yanofsky
2019-02-22
Remove uses of fPruneMode in wallet code
Russell Yanofsky
2019-02-16
[Doc] importmulti: add missing description of keypool option
David A. Harding
2019-02-15
Make descriptor checksums mandatory in deriveaddresses and importmulti
Pieter Wuille
2019-02-14
Import public keys in order
Andrew Chow
2019-02-14
Add option to importmulti add an imported pubkey to the keypool
Andrew Chow
2019-02-14
Import KeyOriginData when importing descriptors
Andrew Chow
2019-02-14
Store key origin info in key metadata
Andrew Chow
2019-02-11
RPCHelpMan: Check default values are given at compile-time
MarcoFalke
2019-02-08
Merge #15365: wallet: Add lock annotation for mapAddressBook
MarcoFalke
2019-02-07
wallet: Add lock annotation for mapAddressBook
MarcoFalke
2019-02-05
[wallet] Allow descriptor imports with importmulti
MeshCollider
2019-02-05
[wallet] Refactor ProcessImport() to call ProcessImportLegacy()
John Newbery
2019-02-05
[wallet] Add ProcessImportLegacy()
John Newbery
2019-02-05
[wallet] Refactor ProcessImport()
John Newbery
2019-02-01
Merge #15308: build: Restore compatibility with older boost
MarcoFalke
2019-02-01
Merge #15235: Do not import private keys to wallets with private keys disabled
Wladimir J. van der Laan
2019-01-31
Prefer boost::optional#get_value_or over #value_or
Ben Woosley
2019-01-31
Do not import private keys to wallets with private keys disabled
Andrew Chow
2019-01-31
Refactor importwallet to extract data from the file and then import
Andrew Chow
2019-01-30
Merge #14711: Remove uses of chainActive and mapBlockIndex in wallet code
MeshCollider
2019-01-29
Merge #14987: RPCHelpMan: Pass through Result and Examples
MarcoFalke
2019-01-25
RPCHelpMan: Pass through Result and Examples
MarcoFalke
2019-01-24
Trivial: fixup a few doxygen comments
Ben Woosley
[next]