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
2021-07-01
Merge bitcoin/bitcoin#19651: wallet: importdescriptors update existing
fanquake
2021-06-28
wallet: deactivate descriptor
S3RK
2021-06-28
wallet: don't mute exceptions in importdescriptors
S3RK
2021-06-28
wallet: allow to import same descriptor twice
S3RK
2021-06-24
wallet, rpc: listdescriptors does not need unlocked
Andrew Chow
2021-06-24
Remove priv option for ToNormalizedString
Andrew Chow
2021-06-22
Disallow bech32m addresses for legacy wallet things
Andrew Chow
2021-06-10
Allow tr() import only when Taproot is active
Andrew Chow
2021-05-10
Merge bitcoin/bitcoin#21836: scripted-diff: Replace three dots with ellipsis ...
W. J. van der Laan
2021-05-04
refactor: Use CPubKey vector constructor where possible
MarcoFalke
2021-05-02
scripted-diff: Replace three dots with ellipsis in the UI strings
Hennadii Stepanov
2021-04-17
rpc: Keep default argument value in correct type
João Barbosa
2021-04-02
Merge #21063: wallet, rpc: update listdescriptors response format
fanquake
2021-03-17
refactor: post Optional<> removal cleanups
fanquake
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2021-03-09
wallet, rpc: update listdescriptors response format
Ivan Metlushko
2021-03-05
rpc: refactor rpc wallet functions to take references instead of pointers
fanquake
2021-03-05
rpc: remove calls to CWallet.get()
fanquake
2021-02-23
wallet: listdescriptors uses normalized descriptor form
Ivan Metlushko
2021-02-11
Merge #20211: Use -Wswitch for TxoutType where possible
MarcoFalke
2021-01-27
wallet, rpc: add listdescriptors command
Ivan Metlushko
2020-11-09
Merge #20153: wallet: do not import a descriptor with hardened derivations in...
Wladimir J. van der Laan
2020-10-29
Fix change detection of imported internal descriptors
Andrew Chow
2020-10-21
Use -Wswitch for TxoutType where possible
MarcoFalke
2020-10-16
Merge #19836: rpc: Properly deserialize txs with witness before signing
fanquake
2020-10-15
wallet: fix importdescriptor silent fail
Ivan Metlushko
2020-10-13
rpc: Adjust witness-tx deserialize error message
MarcoFalke
2020-10-12
Make Taproot spends standard + policy limits
Pieter Wuille
2020-08-14
rpc: Assert that RPCArg names are equal to CRPCCommand ones (rpcdump)
MarcoFalke
2020-08-06
refactor: Make HexStr take a span
Wladimir J. van der Laan
2020-07-11
Merge #19046: Replace CWallet::Set* functions that use memonly with Add/Load ...
Samuel Dobson
2020-06-28
Merge #19114: scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-24
refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
Wladimir J. van der Laan
2020-06-21
scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-19
Remove an apparently unnecessary conversion
Ben Woosley
2020-06-11
wallet: Make RPC help compile-time static
MarcoFalke
2020-06-05
refactor: Combine GetWalletForJSONRPCRequest and EnsureWalletIsAvailable func...
Russell Yanofsky
2020-05-28
Get rid of -Wthread-safety-precise warnings
Hennadii Stepanov
2020-05-21
Split SetActiveScriptPubKeyMan into Add/LoadActiveScriptPubKeyMan
Andrew Chow
2020-05-01
Remove CWalletTx merging logic from AddToWallet
Russell Yanofsky
2020-04-30
[wallet] Remove locked_chain from CWallet, its RPCs and tests
Antoine Riard
2020-04-27
Merge #18777: wallet: Recommend absolute path for dumpwallet
MarcoFalke
2020-04-26
wallet: Recommned absolute path for dumpwallet
MarcoFalke
2020-04-23
add importdescriptors RPC and tests for native descriptor wallets
Hugo Nguyen
2020-04-23
Merge #18671: wallet: Add BlockUntilSyncedToCurrentChain to dumpwallet
Samuel Dobson
2020-04-19
wallet: Refactor WalletRescanReserver to use wallet reference
João Barbosa
2020-04-16
wallet: Add BlockUntilSyncedToCurrentChain to dumpwallet
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-14
Merge #17954: wallet: Remove calls to Chain::Lock methods
MarcoFalke
[next]