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-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
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
2018-01-09
Implicitly know about P2WPKH redeemscripts
Pieter Wuille
2018-01-09
Support P2WPKH and P2SH-P2WPKH in dumpprivkey
Pieter Wuille
2018-01-06
Merge #10677: RPC Docs: addmultisigaddress is intended for non-watchonly addr...
Pieter Wuille
2018-01-03
[refactor] GetAccount{PubKey,Address} -> GetAccountDestination
Pieter Wuille
2018-01-03
Merge #12062: Increment MIT Licence copyright header year on files modified i...
Wladimir J. van der Laan
2018-01-03
Abstract out IsSolvable from Witnessifier
Pieter Wuille
2018-01-02
Fixes issue #12067 `sendmany` curl example is wrong.
251
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-29
Merge #11824: Block ActivateBestChain to empty validationinterface queue
Pieter Wuille
2017-12-26
Add helper to wait for validation interface queue to catch up
Matt Corallo
2017-12-26
Require no cs_main lock for ProcessNewBlock/ActivateBestChain
Matt Corallo
2017-12-22
Merge #11605: [Wallet] Enable RBF by default in QT
Wladimir J. van der Laan
2017-12-22
[Wallet] Use RBF by default in QT only
Sjors Provoost
2017-12-21
Merge #11667: Add scripts to dumpwallet RPC
Wladimir J. van der Laan
2017-12-20
Merge #11726: Cleanups + nit fixes for walletdir PR
MarcoFalke
2017-12-20
Add script birthtime metadata to dump and import wallet
MeshCollider
2017-12-20
Add script dump note to RPC help text and release notes
MeshCollider
2017-12-20
Add scripts to importwallet RPC
MeshCollider
2017-12-20
Add CScripts to dumpwallet RPC
MeshCollider
2017-12-19
Merge #11923: Wallet : remove unused fNoncriticalErrors variable from CWallet...
Wladimir J. van der Laan
2017-12-19
Merge #11178: Add iswitness parameter to decode- and fundrawtransaction RPCs
Wladimir J. van der Laan
2017-12-17
remove unused fNoncriticalErrors variable from CWalletDB::FindWalletTx
Pierre Rochard
2017-12-15
Merge #11886: Clarify getbalance meaning a tiny bit in response to questions.
Wladimir J. van der Laan
2017-12-14
Merge #10839: Don't use pass by reference to const for cheaply-copied types (...
Wladimir J. van der Laan
[prev]
[next]