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-10-16
Merge #19836: rpc: Properly deserialize txs with witness before signing
fanquake
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
2020-04-06
Wallet: Replace CAddressBookData.name with GetLabel() method
Luke Dashjr
2020-04-02
Wallet: Avoid unnecessary/redundant m_address_book lookups
Luke Dashjr
2020-04-02
Wallet: Avoid treating change-in-the-addressbook as non-change everywhere
Luke Dashjr
2020-04-02
scripted-diff: Wallet: Rename mapAddressBook to m_address_book
Luke Dashjr
2020-03-31
wallet: Avoid use of Chain::Lock in importmulti
Russell Yanofsky
2020-03-31
wallet: Avoid use of Chain::Lock in importwallet and dumpwallet
Russell Yanofsky
2020-03-31
wallet: Avoid use of Chain::Lock in importprunedfunds
Russell Yanofsky
2020-03-13
rpc: Document an RPCResult for all calls; Enforce at compile time
MarcoFalke
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
[next]