index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
rpcdump.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #20153: wallet: do not import a descriptor with hardened derivations in...
Wladimir J. van der Laan
2020-11-09
1
-1
/
+3
|
\
|
*
wallet: fix importdescriptor silent fail
Ivan Metlushko
2020-10-15
1
-1
/
+3
*
|
Fix change detection of imported internal descriptors
Andrew Chow
2020-10-29
1
-1
/
+1
*
|
Merge #19836: rpc: Properly deserialize txs with witness before signing
fanquake
2020-10-16
1
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
rpc: Adjust witness-tx deserialize error message
MarcoFalke
2020-10-13
1
-2
/
+3
*
|
Make Taproot spends standard + policy limits
Pieter Wuille
2020-10-12
1
-0
/
+1
*
|
rpc: Assert that RPCArg names are equal to CRPCCommand ones (rpcdump)
MarcoFalke
2020-08-14
1
-44
/
+66
|
/
*
refactor: Make HexStr take a span
Wladimir J. van der Laan
2020-08-06
1
-1
/
+1
*
Merge #19046: Replace CWallet::Set* functions that use memonly with Add/Load ...
Samuel Dobson
2020-07-11
1
-1
/
+1
|
\
|
*
Split SetActiveScriptPubKeyMan into Add/LoadActiveScriptPubKeyMan
Andrew Chow
2020-05-21
1
-1
/
+1
*
|
Merge #19114: scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-28
1
-10
/
+10
|
\
\
|
*
|
scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-21
1
-10
/
+10
*
|
|
refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
Wladimir J. van der Laan
2020-06-24
1
-2
/
+2
|
/
/
*
|
Remove an apparently unnecessary conversion
Ben Woosley
2020-06-19
1
-1
/
+1
*
|
wallet: Make RPC help compile-time static
MarcoFalke
2020-06-11
1
-45
/
+44
*
|
refactor: Combine GetWalletForJSONRPCRequest and EnsureWalletIsAvailable func...
Russell Yanofsky
2020-06-05
1
-33
/
+11
*
|
Get rid of -Wthread-safety-precise warnings
Hennadii Stepanov
2020-05-28
1
-2
/
+2
|
/
*
Remove CWalletTx merging logic from AddToWallet
Russell Yanofsky
2020-05-01
1
-4
/
+3
*
[wallet] Remove locked_chain from CWallet, its RPCs and tests
Antoine Riard
2020-04-30
1
-15
/
+1
*
Merge #18777: wallet: Recommend absolute path for dumpwallet
MarcoFalke
2020-04-27
1
-1
/
+1
|
\
|
*
wallet: Recommned absolute path for dumpwallet
MarcoFalke
2020-04-26
1
-1
/
+1
*
|
add importdescriptors RPC and tests for native descriptor wallets
Hugo Nguyen
2020-04-23
1
-0
/
+294
|
/
*
Merge #18671: wallet: Add BlockUntilSyncedToCurrentChain to dumpwallet
Samuel Dobson
2020-04-23
1
-9
/
+13
|
\
|
*
wallet: Add BlockUntilSyncedToCurrentChain to dumpwallet
MarcoFalke
2020-04-16
1
-9
/
+13
*
|
wallet: Refactor WalletRescanReserver to use wallet reference
João Barbosa
2020-04-19
1
-5
/
+5
*
|
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
|
/
*
Merge #17954: wallet: Remove calls to Chain::Lock methods
MarcoFalke
2020-04-14
1
-18
/
+12
|
\
|
*
wallet: Avoid use of Chain::Lock in importmulti
Russell Yanofsky
2020-03-31
1
-8
/
+1
|
*
wallet: Avoid use of Chain::Lock in importwallet and dumpwallet
Russell Yanofsky
2020-03-31
1
-5
/
+5
|
*
wallet: Avoid use of Chain::Lock in importprunedfunds
Russell Yanofsky
2020-03-31
1
-5
/
+6
*
|
Wallet: Replace CAddressBookData.name with GetLabel() method
Luke Dashjr
2020-04-06
1
-1
/
+1
*
|
Wallet: Avoid unnecessary/redundant m_address_book lookups
Luke Dashjr
2020-04-02
1
-1
/
+1
*
|
Wallet: Avoid treating change-in-the-addressbook as non-change everywhere
Luke Dashjr
2020-04-02
1
-2
/
+3
*
|
scripted-diff: Wallet: Rename mapAddressBook to m_address_book
Luke Dashjr
2020-04-02
1
-3
/
+3
|
/
*
rpc: Document an RPCResult for all calls; Enforce at compile time
MarcoFalke
2020-03-13
1
-7
/
+7
*
Merge #18241: wallet/refactor: refer to CWallet immutably when possible
fanquake
2020-03-07
1
-4
/
+4
|
\
|
*
wallet: use constant CWallets in rpcdump.cpp
Karl-Johan Alm
2020-03-02
1
-4
/
+4
*
|
rpc: Auto-format RPCResult
MarcoFalke
2020-02-25
1
-17
/
+20
|
/
*
Merge #17804: doc: Misc RPC help fixes
Wladimir J. van der Laan
2020-02-05
1
-2
/
+13
|
\
|
*
doc: Use proper RPC help syntax in importmulti
MarcoFalke
2020-01-23
1
-2
/
+13
*
|
Refactor: Allow LegacyScriptPubKeyMan to be null
Andrew Chow
2020-01-23
1
-5
/
+5
*
|
Locking: Lock cs_KeyStore instead of cs_wallet in legacy keyman
Andrew Chow
2020-01-23
1
-3
/
+2
|
/
*
qa: unify unix epoch time descriptions
Jon Atack
2019-12-13
1
-1
/
+1
*
Merge #15931: Remove GetDepthInMainChain dependency on locked chain interface
Samuel Dobson
2019-11-08
1
-20
/
+18
|
\
|
*
Remove locked_chain from GetDepthInMainChain and its callers
Antoine Riard
2019-11-06
1
-3
/
+3
|
*
Refactor some importprunedfunds checks with guard clause
Antoine Riard
2019-11-06
1
-18
/
+13
|
*
Add block_height field in struct Confirmation
Antoine Riard
2019-11-06
1
-2
/
+4
|
*
Replace CWalletTx::SetConf by Confirmation initialization list
Antoine Riard
2019-11-06
1
-1
/
+2
*
|
Add EnsureLegacyScriptPubKeyMan and use in rpcwallet.cpp
Russell Yanofsky
2019-11-05
1
-16
/
+7
|
/
*
Merge #17318: replace asserts in RPC code with CHECK_NONFATAL and add linter
MarcoFalke
2019-11-04
1
-3
/
+3
|
\
[next]