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.h
Age
Commit message (
Expand
)
Author
2017-01-04
Merge #9450: Increment MIT licence copyright header year on files modified in...
Wladimir J. van der Laan
2017-01-03
Merge #8776: Wallet refactoring leading up to multiwallet
Pieter Wuille
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-30
SetMerkleBranch: remove unused code, remove cs_main lock requirement
Jonas Schnelli
2016-12-21
Merge #8717: [WALLET] Addition of ImmatureCreditCached to MarkDirty()
Wladimir J. van der Laan
2016-12-20
Merge #9262: Prefer coins that have fewer ancestors, sanity check txn before ...
Wladimir J. van der Laan
2016-12-13
SelectCoinsMinConf: Prefer coins with fewer ancestors
Gregory Sanders
2016-12-02
Make CWalletTx store a CTransactionRef instead of inheriting
Pieter Wuille
2016-11-11
Make strWalletFile const
Jonas Schnelli
2016-11-11
Wallet: Split main logic from InitLoadWallet into CreateWalletFromFile
Luke Dashjr
2016-11-11
Wallet: Let the interval-flushing thread figure out the filename
Luke Dashjr
2016-11-07
Get rid of nType and nVersion
Pieter Wuille
2016-11-03
Merge #9071: Declare wallet.h functions inline
Wladimir J. van der Laan
2016-11-02
Merge #9036: wallet: Change default confirm target from 2 to 6
Pieter Wuille
2016-11-02
Declare wallet.h functions inline
Pieter Wuille
2016-11-02
Merge #8977: [Wallet] Refactor wallet/init interaction (Reaccept wtx, flush t...
Wladimir J. van der Laan
2016-10-28
wallet: Change default confirm target from 2 to 6
Wladimir J. van der Laan
2016-10-26
Return useful error message on ATMP failure
instagibbs
2016-10-20
[Wallet] Refactor wallet/init interaction (Reaccept wtx, flush thread)
Jonas Schnelli
2016-10-18
Merge #8287: [wallet] Set fLimitFree = true
Wladimir J. van der Laan
2016-09-30
Move key derivation logic from GenerateNewKey to DeriveNewChildKey
Patrick Strateman
2016-09-29
Merge #8658: Remove unused statements in serialization
Wladimir J. van der Laan
2016-09-21
[wallet] Introduce DEFAULT_DISABLE_WALLET
MarcoFalke
2016-09-15
Remove pwalletdb parameter from CWallet::AddAccountingEntry
Patrick Strateman
2016-09-15
Add CWallet::ReorderTransactions and use in accounting_tests.cpp
Patrick Strateman
2016-09-15
Add CWallet::ListAccountCreditDebit
Patrick Strateman
2016-09-13
[WALLET] Addition of ImmatureCreditCached to MarkDirty()
Spencer Lievens
2016-09-13
Merge #8601: Add option to opt into full-RBF when sending funds (rebase, orig...
Wladimir J. van der Laan
2016-09-13
Rename `-optintofullrbf` option to `-walletrbf`
Wladimir J. van der Laan
2016-09-09
[WIP] Remove unused statement in serialization
Pavel JanÃk
2016-09-08
net: Pass CConnection to wallet rather than using the global
Cory Fields
2016-08-26
Add option to opt into full-RBF when sending funds
Peter Todd
2016-08-25
[wallet] Set fLimitFree = true
MarcoFalke
2016-08-24
Merge #8445: Move CWallet::setKeyPool to private section of CWallet.
Wladimir J. van der Laan
2016-08-19
[Qt] add HD enabled/disabled icon to the status bar
Jonas Schnelli
2016-08-17
Move CWallet::setKeyPool to private section of CWallet
Patrick Strateman
2016-08-12
Reduce cs_main locks during ConnectTip/SyncWithWallets
Jonas Schnelli
2016-08-01
Merge #8432: Make CWallet::fFileBacked private.
Pieter Wuille
2016-07-30
Make CWallet::fFileBacked private.
Patrick Strateman
2016-07-29
Remove CWalletDB* parameter from CWallet::AddToWallet
Patrick Strateman
2016-07-29
Split CWallet::AddToWallet into AddToWallet and LoadToWallet.
Patrick Strateman
2016-07-28
Port from 0.13: Create a new HD seed after encrypting the wallet
Jonas Schnelli
2016-07-27
[Wallet] add HD xpriv to dumpwallet
Jonas Schnelli
2016-07-18
[Wallet] Ensure <0.13 clients can't open HD wallets
Jonas Schnelli
2016-07-15
[Wallet] comsetic non-code changes for the HD feature
Jonas Schnelli
2016-07-09
[Wallet] print hd masterkeyid in getwalletinfo
Jonas Schnelli
2016-06-14
Merge #8035: [Wallet] Add simplest BIP32/deterministic key generation impleme...
Wladimir J. van der Laan
2016-06-06
Improve CWallet API with new GetAccountPubkey function.
Patrick Strateman
2016-06-06
Merge #8137: Improve CWallet API with new AccountMove function.
Wladimir J. van der Laan
2016-06-03
Merge #7967: [RPC] add feerate option to fundrawtransaction
Wladimir J. van der Laan
[next]