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-08-27
refactor: Move wallet methods out of chain.h and node.h
Russell Yanofsky
2020-08-27
Merge #19289: wallet: GetWalletTx and IsMine require cs_wallet lock
Wladimir J. van der Laan
2020-08-21
wallet: IsChange requires cs_wallet lock
João Barbosa
2020-08-18
-maxapsfee: follow-up fixes
Karl-Johan Alm
2020-08-17
Merge #14582: wallet: always do avoid partial spends if fees are within a spe...
Samuel Dobson
2020-08-17
wallet: IsMine overloads require cs_wallet lock
João Barbosa
2020-08-17
wallet: GetWalletTx requires cs_wallet lock
João Barbosa
2020-08-15
Merge #17458: Refactor OutputGroup effective value calculations and filtering...
Samuel Dobson
2020-08-14
Merge #19568: Wallet should not override signing errors
fanquake
2020-08-11
Refactor OutputGroups to handle effective values, fees, and filtering
Andrew Chow
2020-08-06
wallet: try -avoidpartialspends mode and use its result if fees are below thr...
Karl-Johan Alm
2020-07-25
wallet: Don't override signing errors
Fabian Jahr
2020-07-14
walletdb: Move BerkeleyDatabase::Flush(true) to Close()
Andrew Chow
2020-07-11
wallet: Fix typo in comments; Simplify assert
MarcoFalke
2020-07-11
Merge #19046: Replace CWallet::Set* functions that use memonly with Add/Load ...
Samuel Dobson
2020-07-11
Merge #18850: wallet: Fix ZapSelectTx to sync wallet spends
Samuel Dobson
2020-07-05
Merge #19324: wallet: Move BerkeleyBatch static functions to BerkeleyDatabase
MarcoFalke
2020-07-03
Merge #19215: psbt: Include and allow both non_witness_utxo and witness_utxo ...
Samuel Dobson
2020-07-02
Merge #19396: refactor: Remove confusing OutputType::CHANGE_AUTO
Wladimir J. van der Laan
2020-07-01
Remove confusing OutputType::CHANGE_AUTO
MarcoFalke
2020-07-01
walletdb: Combine VerifyDatabaseFile and VerifyEnvironment
Andrew Chow
2020-06-29
Merge #19300: wallet: Handle concurrent wallet loading
MarcoFalke
2020-06-24
psbt: always put a non_witness_utxo and don't remove it
Andrew Chow
2020-06-24
psbt: Allow both non_witness_utxo and witness_utxo
Andrew Chow
2020-06-22
Split SetWalletFlags into Add/LoadWalletFlags
Andrew Chow
2020-06-21
Merge #18027: "PSBT Operations" dialog
Samuel Dobson
2020-06-21
Merge #16377: [rpc] don't automatically append inputs in walletcreatefundedpsbt
Samuel Dobson
2020-06-18
FillPSBT: report number of inputs signed (or would sign)
Glenn Willen
2020-06-19
wallet: Handle concurrent wallet loading
João Barbosa
2020-06-17
scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabase
Andrew Chow
2020-06-16
Remove unused variables
MarcoFalke
2020-06-16
Merge #18275: wallet: error if an explicit fee rate was given but the needed ...
MarcoFalke
2020-06-13
refactor: Drop ::HasWallets()
João Barbosa
2020-06-09
refactor: Error message bilingual_str consistency
Wladimir J. van der Laan
2020-06-02
Merge #18982: wallet: Minimal fix to restore conflicted transaction notificat...
MarcoFalke
2020-05-27
Merge #18918: wallet: Move salvagewallet into wallettool
Samuel Dobson
2020-05-25
walletdb: don't automatically salvage when corruption is detected
Andrew Chow
2020-05-25
wallet: remove -salvagewallet
Andrew Chow
2020-05-22
trivial: Suggested cleanups to surrounding code
Russell Yanofsky
2020-05-21
Split SetActiveScriptPubKeyMan into Add/LoadActiveScriptPubKeyMan
Andrew Chow
2020-05-22
Merge #18787: wallet: descriptor wallet release notes and cleanups
Samuel Dobson
2020-05-17
[wallet] remove nLastResend logic
gzhao408
2020-05-15
wallet: Minimal fix to restore conflicted transaction notifications
Russell Yanofsky
2020-05-07
Fix ZapSelectTx to sync wallet spends
Anthony Fieroni
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-05
wallet: error if an explicit fee rate was given but the needed fee rate differed
Karl-Johan Alm
2020-05-05
Change SetType to SetInternal and remove m_address_type
Andrew Chow
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
[next]