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-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
[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
[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
2018-01-17
Merge #12101: Clamp walletpassphrase timeout to 2^30 seconds and check its bo...
Wladimir J. van der Laan
2018-01-16
Merge #11991: [qt] Receive: checkbox for bech32 address
Jonas Schnelli
2018-01-16
[qt] receive tab: bech32 address opt-in checkbox
Sjors Provoost
2018-01-16
Merge #12177: trivial: fix address_type help text of getnewaddress and getraw...
MarcoFalke
2018-01-16
Abstract directory locking into util.cpp
MeshCollider
2018-01-16
Make .walletlock distinct from .lock
MeshCollider
2018-01-16
Generalise walletdir lock error message for correctness
MeshCollider
2018-01-16
Add a lock to the wallet directory
MeshCollider
2018-01-13
trivial: fix address_type help text of getnewaddress and getrawchangeaddress
mruddy
2018-01-11
Clamp walletpassphrase timeout to 2^(30) seconds and check its bounds
Andrew Chow
2018-01-11
Disallow using addresses in createmultisig
Andrew Chow
2018-01-11
Fix ListCoins test failure due to unset g_address_type, g_change_type
Russell Yanofsky
2018-01-10
Merge #11403: SegWit wallet support
Jonas Schnelli
2018-01-09
Support downgrading after recovered keypool witness keys
Pieter Wuille
2018-01-09
SegWit wallet support
Pieter Wuille
[next]