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
2020-03-07
Merge #18241: wallet/refactor: refer to CWallet immutably when possible
fanquake
2020-03-02
wallet: use constant CWallets in rpcdump.cpp
Karl-Johan Alm
2020-02-25
rpc: Auto-format RPCResult
MarcoFalke
2020-02-05
Merge #17804: doc: Misc RPC help fixes
Wladimir J. van der Laan
2020-01-23
Refactor: Allow LegacyScriptPubKeyMan to be null
Andrew Chow
2020-01-23
Locking: Lock cs_KeyStore instead of cs_wallet in legacy keyman
Andrew Chow
2020-01-23
doc: Use proper RPC help syntax in importmulti
MarcoFalke
2019-12-13
qa: unify unix epoch time descriptions
Jon Atack
2019-11-08
Merge #15931: Remove GetDepthInMainChain dependency on locked chain interface
Samuel Dobson
2019-11-06
Remove locked_chain from GetDepthInMainChain and its callers
Antoine Riard
2019-11-06
Refactor some importprunedfunds checks with guard clause
Antoine Riard
2019-11-06
Add block_height field in struct Confirmation
Antoine Riard
2019-11-06
Replace CWalletTx::SetConf by Confirmation initialization list
Antoine Riard
2019-11-05
Add EnsureLegacyScriptPubKeyMan and use in rpcwallet.cpp
Russell Yanofsky
2019-11-04
Merge #17318: replace asserts in RPC code with CHECK_NONFATAL and add linter
MarcoFalke
2019-10-30
replace asserts in RPC code with CHECK_NONFATAL and add linter
Adam Jonas
2019-10-29
Refactor: Add GetLegacyScriptPubKeyMan helper
Russell Yanofsky
2019-10-29
Merge #17260: Split some CWallet functions into new LegacyScriptPubKeyMan
MarcoFalke
2019-10-27
Rename DecodeDumpTime to ParseISO8601DateTime and move to time.cpp
Elichai Turkel
2019-10-25
Refactor: Split up CWallet and LegacyScriptPubKeyMan and classes
Andrew Chow
2019-10-15
Remove unused includes
practicalswift
2019-08-23
Encapsulate tx status in a Confirmation struct
Antoine Riard
2019-08-16
Give more errors for specific failure conditions
Andrew Chow
2019-08-16
Return an error from descriptor Parse that gives more information about what ...
Andrew Chow
2019-07-26
Merge #16301: Use CWallet::Import* functions in all import* RPCs
MarcoFalke
2019-07-24
Have importwallet use ImportPrivKeys and ImportScripts
Andrew Chow
2019-07-24
Optionally allow ImportScripts to set script creation timestamp
Andrew Chow
2019-07-24
Have importaddress use ImportScripts and ImportScriptPubKeys
Andrew Chow
2019-07-24
Have importpubkey use CWallet's ImportScriptPubKeys and ImportPubKeys functions
Andrew Chow
2019-07-24
scripted-diff: Make translation bilingual
Hennadii Stepanov
2019-07-24
Refactor out translation.h
Hennadii Stepanov
2019-07-18
Have importprivkey use CWallet's ImportPrivKeys, ImportScripts, and ImportScr...
Andrew Chow
2019-07-11
Change ImportScriptPubKeys' internal to apply_label
Andrew Chow
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
[next]