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
/
wallet.cpp
Age
Commit message (
Expand
)
Author
2020-05-06
Merge #18853: wallet: Fix typo in assert that is compile-time true
Wladimir J. van der Laan
2020-05-06
Merge #9381: Remove CWalletTx merging logic from AddToWallet
Samuel Dobson
2020-05-04
wallet: Fix typo in assert that is compile-time true
MarcoFalke
2020-05-01
wallet: Remove trailing whitespace from potential translation strings
MarcoFalke
2020-05-01
wallet: Avoid translating RPC errors when creating txs
MarcoFalke
2020-05-01
wallet: Avoid translating RPC errors when loading wallets
MarcoFalke
2020-05-01
Get rid of BindWallet
Russell Yanofsky
2020-05-01
Disable CWalletTx copy constructor
Russell Yanofsky
2020-05-01
Avoid copying CWalletTx in LoadToWallet
Russell Yanofsky
2020-05-01
Remove CWalletTx merging logic from AddToWallet
Russell Yanofsky
2020-04-30
[wallet] Remove locked_chain from CWallet, its RPCs and tests
Antoine Riard
2020-04-30
[wallet] Move methods from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-30
[wallet] Move getBlockHash from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-30
[wallet] Move getBlockHeight from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-30
[wallet] Move getHeight from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-29
Merge #18038: P2P: Mempool tracks locally submitted transactions to improve w...
fanquake
2020-04-23
[wallet] Update the rebroadcast frequency to be ~1/day.
Amiti Uttarwar
2020-04-23
Implement CWallet::IsSpentKey for non-LegacySPKMans
Andrew Chow
2020-04-23
Return error when no ScriptPubKeyMan is available for specified type
Andrew Chow
2020-04-23
add importdescriptors RPC and tests for native descriptor wallets
Hugo Nguyen
2020-04-23
Add IsLegacy to CWallet so that the GUI knows whether to show watchonly
Andrew Chow
2020-04-23
Generate new descriptors when encrypting
Andrew Chow
2020-04-23
Be able to create new wallets with DescriptorScriptPubKeyMans as backing
Andrew Chow
2020-04-23
Implement FillPSBT in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement SignTransaction in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement IsHDEnabled in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Add LoadDescriptorScriptPubKeyMan and SetActiveScriptPubKeyMan to CWallet
Andrew Chow
2020-04-23
Create LegacyScriptPubKeyMan when not a descriptor wallet
Andrew Chow
2020-04-23
Return nullptr from GetLegacyScriptPubKeyMan if descriptor wallet
Andrew Chow
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-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
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-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-02
Wallet: Add warning comments and assert to CWallet::DelAddressBook
Luke Dashjr
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: 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-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
[next]