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-06
Merge #10677: RPC Docs: addmultisigaddress is intended for non-watchonly addr...
Pieter Wuille
2018-01-03
Merge #12062: Increment MIT Licence copyright header year on files modified i...
Wladimir J. van der Laan
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
2017-12-14
Merge #11864: Make CWallet::FundTransaction atomic
Wladimir J. van der Laan
2017-12-14
[wallet] Make CWallet::FundTransaction atomic
João Barbosa
2017-12-14
[wallet] Tidy up CWallet::FundTransaction
João Barbosa
2017-12-13
Clarify getbalance meaning a tiny bit in response to questions.
Matt Corallo
2017-12-13
Cleanups for walletdir PR
MeshCollider
2017-12-12
Merge #11870: wallet: Remove unnecessary mempool lock in ReacceptWalletTransa...
Wladimir J. van der Laan
2017-12-12
Merge #11854: Split up key and script metadata for better type safety
Wladimir J. van der Laan
2017-12-12
Merge #10574: Remove includes in .cpp files for things the corresponding .h f...
Wladimir J. van der Laan
2017-12-11
wallet: Remove unnecessary mempool lock in ReacceptWalletTransactions
João Barbosa
2017-12-11
don't attempt mempool entry for wallet transactions on startup if already in ...
Gregory Sanders
2017-12-08
Split up key and script metadata for better type safety
Russell Yanofsky
2017-11-30
Merge #10493: Use range-based for loops (C++11) when looping over map elements
MarcoFalke
2017-11-22
clarify abortrescan rpc use
Gregory Sanders
2017-11-19
Merge #11718: tests: move pwalletMain to wallet test fixture
Wladimir J. van der Laan
2017-11-18
Merge #11466: Specify custom wallet directory with -walletdir param
Wladimir J. van der Laan
2017-11-18
tests: move pwalletMain to wallet test fixture
Wladimir J. van der Laan
2017-11-18
Fix for mismatched extern definition in wallet test classes which was breakin...
Aaron Clauson
2017-11-18
Create walletdir if datadir doesn't exist and fix tests
MeshCollider
2017-11-18
Default walletdir is wallets/ if it exists
MeshCollider
2017-11-18
Add -walletdir parameter to specify custom wallet dir
MeshCollider
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
Merge #11087: Diagnose unsuitable outputs in lockunspent().
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-15
Merge #10600: Make feebumper class stateless
MarcoFalke
2017-11-15
Merge #10286: Call wallet notify callbacks in scheduler thread (without cs_main)
Wladimir J. van der Laan
2017-11-10
[wallet] Change feebumper from class to functions
Russell Yanofsky
2017-11-10
[refactor] Make feebumper namespace
Russell Yanofsky
2017-11-10
[trivial] Rename feebumper variables according to project code style
Russell Yanofsky
2017-11-10
[wallet] getreceivedbyaddress should return error if address is not mine
John Newbery
2017-11-10
tests: Add missing locks to tests
practicalswift
[next]