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
2020-04-23
Merge #18671: wallet: Add BlockUntilSyncedToCurrentChain to dumpwallet
Samuel Dobson
2020-04-20
Merge #17579: [refactor] Merge getreceivedby tally into GetReceived function
MarcoFalke
2020-04-19
wallet: Refactor WalletRescanReserver to use wallet reference
João Barbosa
2020-04-19
Merge #15761: Replace -upgradewallet startup option with upgradewallet RPC
MarcoFalke
2020-04-18
Merge #17219: wallet: allow transaction without change if keypool is empty
Samuel Dobson
2020-04-17
Merge #18607: rpc: Fix named arguments in documentation
MarcoFalke
2020-04-17
Merge #18673: scripted-diff: Sort test includes
MarcoFalke
2020-04-17
Merge #18467: rpc: Improve documentation and return value of settxfee
MarcoFalke
2020-04-17
Merge #17824: wallet: Prefer full destination groups in coin selection
Samuel Dobson
2020-04-17
Merge #18262: bnb: exit selection when best_waste is 0
Samuel Dobson
2020-04-16
wallet: Add BlockUntilSyncedToCurrentChain to dumpwallet
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
scripted-diff: Sort test includes
MarcoFalke
2020-04-16
rpc: Document all aliases for first arg of listtransactions
MarcoFalke
2020-04-14
rpc: settxfee respects -maxtxfee wallet setting
Fabian Jahr
2020-04-14
wallet: Prefer full destination groups in coin selection
Fabian Jahr
2020-04-14
Merge #17954: wallet: Remove calls to Chain::Lock methods
MarcoFalke
2020-04-13
Remove -upgradewallet startup option
Andrew Chow
2020-04-13
Add upgradewallet RPC
Andrew Chow
2020-04-13
Make UpgradeWallet a member function of CWallet
Andrew Chow
2020-04-13
Have UpgradeWallet take the version to upgrade to and an error message out pa...
Andrew Chow
2020-04-13
Only run UpgradeWallet if the wallet needs to be upgraded
Andrew Chow
2020-04-13
Move wallet upgrading to its own function
Andrew Chow
2020-04-13
Merge #18502: doc: Update docs for getbalance (default minconf should be 0)
MarcoFalke
2020-04-13
doc: default minconf for getbalance should be 0
U-Zyn Chua
2020-04-10
Merge #17737: Add ChainstateManager, remove BlockManager global
MarcoFalke
2020-04-10
Merge #18504: build: Drop bitcoin-tx and bitcoin-wallet dependencies on libevent
MarcoFalke
2020-04-07
Merge #18532: rpc: Avoid initialization-order-fiasco on static CRPCCommand ta...
MarcoFalke
2020-04-06
Wallet: Change IsMine check in CWallet::DelAddressBook from assert to failure
Luke Dashjr
2020-04-06
Wallet: Replace CAddressBookData.name with GetLabel() method
Luke Dashjr
2020-04-07
Merge #18192: Bugfix: Wallet: Safely deal with change in the address book
MarcoFalke
2020-04-06
Merge #18487: rpc: Fix rpcRunLater race in walletpassphrase
Wladimir J. van der Laan
2020-04-06
rpc: Avoid initialization-order-fiasco on static CRPCCommand tables
MarcoFalke
2020-04-04
Merge #18499: rpc: Make rpc documentation not depend on call-time rpc args
MarcoFalke
2020-04-02
Wallet: Add warning comments and assert to CWallet::DelAddressBook
Luke Dashjr
2020-04-02
Wallet: Avoid unnecessary/redundant m_address_book lookups
Luke Dashjr
2020-04-02
rpc: Fix rpcRunLater race in walletpassphrase
João Barbosa
2020-04-02
Wallet: Avoid treating change-in-the-addressbook as non-change everywhere
Luke Dashjr
2020-04-02
Wallet: New FindAddressBookEntry method to filter out change entries (and ski...
Luke Dashjr
2020-04-02
Wallet: Add CAddressBookData::IsChange which returns true iff label has never...
Luke Dashjr
2020-04-02
Wallet: Require usage of new CAddressBookData::setLabel to change label
Luke Dashjr
2020-04-02
scripted-diff: Wallet: Rename mapAddressBook to m_address_book
Luke Dashjr
2020-04-02
Drop bitcoin-wallet dependency on libevent
Russell Yanofsky
2020-04-02
rpc: Make rpc documentation not depend on rpc args
MarcoFalke
2020-03-31
rpc: Add documentation for deactivating settxfee
Fabian Jahr
2020-03-31
wallet: Avoid use of Chain::Lock in CWallet::GetKeyBirthTimes
Russell Yanofsky
2020-03-31
wallet: Avoid use of Chain::Lock in CWallet::CreateTransaction
Russell Yanofsky
2020-03-31
wallet: Avoid use of Chain::Lock in CWallet::ScanForWalletTransactions
Russell Yanofsky
2020-03-31
wallet: Avoid use of Chain::Lock in rescanblockchain
Russell Yanofsky
2020-03-31
wallet refactor: Avoid use of Chain::Lock in CWallet::RescanFromTime
Russell Yanofsky
[next]