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
/
rpcwallet.cpp
Age
Commit message (
Expand
)
Author
2018-08-28
Merge #14055: fix walletcreatefundedpsbt deriv paths, add test
Wladimir J. van der Laan
2018-08-28
Merge #13723: PSBT key path cleanups
Wladimir J. van der Laan
2018-08-27
[wallet] Re-sort wallet RPC commands
John Newbery
2018-08-27
[wallet] Remove wallet account RPCs
John Newbery
2018-08-27
Merge #14056: Docs: Fix help message typo optiona -> optional
Wladimir J. van der Laan
2018-08-26
Add compile time checking for all cs_main runtime locking assertions
practicalswift
2018-08-25
Merge #13429: Return the script type from Solver
Wladimir J. van der Laan
2018-08-25
Merge #13631: Add CMerkleTx::IsImmatureCoinBase method
Wladimir J. van der Laan
2018-08-24
Docs: Fix help message typo optiona -> optional
Ben Woosley
2018-08-24
fix walletcreatefundedpsbt deriv paths, add test
Gregory Sanders
2018-08-23
Merge #12559: Avoid locking cs_main in some wallet RPC
Wladimir J. van der Laan
2018-08-23
rpc: Avoid locking cs_main in some wallet RPC
João Barbosa
2018-08-22
Merge #13988: Add checks for settxfee reasonableness
Wladimir J. van der Laan
2018-08-20
RPCTypeCheck bip32derivs arg in walletcreatefunded
Gregory Sanders
2018-08-20
walletcreatefundedpsbt: remove duplicate replaceable arg
Gregory Sanders
2018-08-16
Add checks for settxfee reasonableness
Anthony Towns
2018-08-14
Merge #13917: Additional safety checks in PSBT signer
Wladimir J. van der Laan
2018-08-13
Remove unused dummy_tx variable from FillPSBT
Carl Dong
2018-08-13
Make SignPSBTInput operate on a private SignatureData object
Pieter Wuille
2018-08-13
Pass HD path data through SignatureData
Pieter Wuille
2018-08-13
Implement key origin lookup in CWallet
Pieter Wuille
2018-08-13
[MOVEONLY] Move ParseHDKeypath to utilstrencodings
Pieter Wuille
2018-08-13
Generalize PublicOnlySigningProvider into HidingSigningProvider
Pieter Wuille
2018-08-13
Introduce KeyOriginInfo for fingerprint + path
Pieter Wuille
2018-08-13
Only wipe wrong UTXO type data if overwritten by wallet
Pieter Wuille
2018-08-13
Merge #13899: build: Enable -Wredundant-decls where available. Remove redunda...
MarcoFalke
2018-08-09
Use pushKV in some new PSBT RPCs.
Daniel Kraft
2018-08-07
Remove redundant extern
practicalswift
2018-08-06
Remove redundant redeclaration of rescanblockchain(...) in same scope
practicalswift
2018-07-29
Add CMerkleTx::IsImmatureCoinBase method
Ben Woosley
2018-07-22
Return the script type from Solver
Ben Woosley
2018-07-20
Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...
Wladimir J. van der Laan
2018-07-19
wallet: Add error handling. Check return value of ParseUInt32(...) in ParseHD...
practicalswift
2018-07-18
Merge #13557: BIP 174 PSBT Serializations and RPCs
Wladimir J. van der Laan
2018-07-16
Create wallet RPCs for PSBT
Andrew Chow
2018-07-13
Merge #13072: Update createmultisig RPC to support segwit
Pieter Wuille
2018-07-13
Merge #13566: Fix get balance
Pieter Wuille
2018-07-13
Refactor transaction creation and transaction funding logic
Andrew Chow
2018-07-12
Add disable privatekeys option to createwallet
Jonas Schnelli
2018-07-12
Add option to disable private keys during internal wallet creation
Jonas Schnelli
2018-07-10
Move AddAndGetDestinationForScript from wallet to outputype module
Anthony Towns
2018-07-09
Add outputtype module
Anthony Towns
2018-07-07
Merge #13564: [wallet] loadwallet shouldn't create new wallets.
MarcoFalke
2018-07-04
Merge #13235: Break circular dependency: init -> * -> init by extracting shut...
Wladimir J. van der Laan
2018-06-29
[RPC] [wallet] allow getbalance to use min_conf and watch_only without accounts.
John Newbery
2018-06-28
[wallet] loadwallet shouldn't create new wallets.
John Newbery
2018-06-26
Merge #13498: [wallet] Fixups from account API deprecation
Pieter Wuille
2018-06-25
Break circular dependency: init -> * -> init by extracting shutdown.h
Ben Woosley
2018-06-21
Merge #13111: Add unloadwallet RPC
Jonas Schnelli
2018-06-18
[wallet] Don't use accounts when checking balance in sendmany
John Newbery
[next]