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
Age
Commit message (
Expand
)
Author
2018-02-15
Merge #12356: Fix 'mempool min fee not met' debug output
Wladimir J. van der Laan
2018-02-14
Merge #11866: Do not un-mark fInMempool on wallet txn if ATMP fails.
Wladimir J. van der Laan
2018-02-14
Merge #12409: rpc: Reject deprecated reserveChangeKey in fundrawtransaction
Wladimir J. van der Laan
2018-02-13
Fix rescan test failure due to unset g_address_type, g_change_type
Russell Yanofsky
2018-02-12
Merge #12193: RPC: Consistently use UniValue.pushKV instead of push_back(Pair...
MarcoFalke
2018-02-12
Merge #12296: wallet: Only fee-bump non-conflicted/non-confirmed txes
Jonas Schnelli
2018-02-12
Merge #12381: Remove more boost threads
Wladimir J. van der Laan
2018-02-10
rpc: Reject deprecated reserveChangeKey in fundrawtransaction
MarcoFalke
2018-02-10
scripted-diff: Use UniValue.pushKV instead of push_back(Pair())
Karel Bilek
2018-02-08
boost: drop boost threads for [alert|block|wallet]notify
Cory Fields
2018-02-08
Merge #12333: Make CWallet::ListCoins atomic
Wladimir J. van der Laan
2018-02-08
[wallet] Indent only change of CWallet::AvailableCoins
João Barbosa
2018-02-08
[wallet] Make CWallet::ListCoins atomic
João Barbosa
2018-02-08
Consistently use FormatStateMessage in RPC error output
Ben Woosley
2018-02-08
Merge #12282: wallet: Disallow abandon of conflicted txes
Wladimir J. van der Laan
2018-02-08
Merge #12336: Remove deprecated rpc options
Wladimir J. van der Laan
2018-02-08
[RPC] Remove deprecated addmultisigaddress return format
John Newbery
2018-02-08
Merge #12315: Bech32 addresses in dumpwallet
Wladimir J. van der Laan
2018-02-07
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-02-07
Bech32 addresses in dumpwallet
fivepiece
2018-02-06
wallet: Disallow abandon of conflicted txes
MarcoFalke
2018-02-05
Merge #12330: Reduce scope of cs_main and cs_wallet locks in listtransactions
MarcoFalke
2018-02-05
[rpc] remove deprecated estimatefee RPC
John Newbery
2018-02-04
Merge #12331: Docs: Properly alphabetize output of CLI --help option.
MarcoFalke
2018-02-02
Merge #12283: Fix typos
MarcoFalke
2018-02-01
Properly alphabetize output of CLI --help option.
murrayn
2018-02-02
[rpc] Reduce scope of cs_main and cs_wallet locks in listtransactions
João Barbosa
2018-01-30
Merge #12276: Remove duplicate mapWallet lookups
Wladimir J. van der Laan
2018-01-29
feebumper: Use PreconditionChecks to determine bump eligibility
MarcoFalke
2018-01-29
[rpc] Mention that HD is enabled if hdmasterkeyid is present
fanquake
2018-01-28
[wallet] Remove duplicate mapWallet lookups
João Barbosa
2018-01-28
Fix typos
practicalswift
2018-01-24
Merge #12194: Add change type option to fundrawtransaction
Jonas Schnelli
2018-01-24
Merge #12213: Add address type option to addmultisigaddress
Jonas Schnelli
2018-01-24
initwallet: Do not translate highly technical addresstype help
MarcoFalke
2018-01-24
[rpc] Add change_type option to fundrawtransaction
João Barbosa
2018-01-24
[wallet] Add change type to CCoinControl
João Barbosa
2018-01-24
[rpc] Add address type option to addmultisigaddress
João Barbosa
2018-01-24
Merge #12119: [wallet] use P2WPKH change output if any destination is P2WPKH ...
Wladimir J. van der Laan
2018-01-24
Merge #11415: [RPC] Disallow using addresses in createmultisig
Wladimir J. van der Laan
2018-01-24
Merge #11281: Avoid permanent cs_main/cs_wallet lock during RescanFromTime
Wladimir J. van der Laan
2018-01-23
Mention that other RPC calls report keys as "imported" while txns are still m...
Jonas Schnelli
2018-01-23
Reduce cs_main lock in ReadBlockFromDisk, only read GetBlockPos under the lock
Jonas Schnelli
2018-01-23
Make sure WalletRescanReserver has successfully reserved the rescan
Jonas Schnelli
2018-01-23
Add RAII wallet rescan reserver
Jonas Schnelli
2018-01-23
Avoid pemanent cs_main/cs_wallet lock during wallet rescans
Jonas Schnelli
2018-01-23
move more bumpfee prechecks to feebumper::PreconditionChecks
Gregory Sanders
2018-01-23
[wallet] use P2WPKH change output if any destination is P2WPKH or P2WSH
Sjors Provoost
2018-01-18
Don't allow relative -walletdir paths
Russell Yanofsky
2018-01-18
wallet: Deprecate addwitnessaddress
Wladimir J. van der Laan
[next]