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
2016-12-20
SelectCoinsMinConf: Prefer coins with fewer ancestors
Gregory Sanders
2016-12-14
Return txid even if ATMP fails for new transaction
Pieter Wuille
2016-07-27
[Wallet] Add CKeyMetadata record for HDMasterKey(s), factor out HD key genera...
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
2016-06-02
Improve CWallet API with new AccountMove function.
Patrick Strateman
2016-05-31
[Wallet] Add simplest BIP32/deterministic key generation implementation
Jonas Schnelli
2016-05-16
Move BackupWallet to CWallet::BackupWallet
Patrick Strateman
2016-05-16
Move GetAccountBalance from rpcwallet.cpp into CWallet::GetAccountBalance
Patrick Strateman
2016-05-09
Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDisk
Patrick Strateman
2016-05-06
Add more clear interface for CoinControl.h regarding individual feerate
Jonas Schnelli
2016-04-28
[RPC] add feerate option to fundrawtransaction
Jonas Schnelli
2016-04-25
Merge #7688: List solvability in listunspent output and improve help
Wladimir J. van der Laan
2016-04-18
wallet_ismine.h → script/ismine.h
Wladimir J. van der Laan
2016-04-15
Add lockUnspents option to fundrawtransaction
João Barbosa
2016-04-15
Add change options to fundrawtransaction
João Barbosa
2016-04-03
[doc] Fix doxygen comments for members
MarcoFalke
2016-04-02
Merge #7691: [Wallet] refactor wallet/init interaction
Wladimir J. van der Laan
2016-03-23
Added companion removeprunedfunds call.
instagibbs
2016-03-22
Prevent multiple calls to CWallet::AvailableCoins
João Barbosa
2016-03-22
[Wallet] refactor wallet/init interaction
Jonas Schnelli
2016-03-14
List solvability in listunspent output and improve help
Pieter Wuille
2016-03-11
[Wallet] move "load wallet phase" to CWallet
Jonas Schnelli
2016-03-05
[Wallet] move wallet help string creation to CWallet
Jonas Schnelli
2016-02-04
Merge #6480: include the chaintip blockindex in the SyncTransaction signal, a...
Wladimir J. van der Laan
2016-02-03
ATMP: make nAbsurdFee const
MarcoFalke
2016-02-03
[wallet.h] Remove main.h include
MarcoFalke
2016-02-02
Move maxTxFee out of mempool
MarcoFalke
2016-01-30
mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee
MarcoFalke
2016-01-20
[RPC, Wallet] Move RPC dispatch table registration to wallet/ code
Jonas Schnelli
2016-01-13
Merge pull request #7312
Wladimir J. van der Laan
2016-01-13
Add new rpc call: abandontransaction
Alex Morcos
2016-01-13
Merge pull request #7296
Wladimir J. van der Laan
2016-01-05
c++11: CAccountingEntry must be defined before use in a list
Cory Fields
2016-01-05
Add sane fallback for fee estimation
Alex Morcos
2016-01-05
Merge pull request #7205
Wladimir J. van der Laan
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-12-04
include the chaintip *blockIndex in the SyncTransaction signal
Jonas Schnelli
2015-12-02
[Qt] add InMempool() info to transaction details
Jonas Schnelli
2015-12-01
Merge pull request #7096
Wladimir J. van der Laan
2015-11-30
Move fPayAtLeastCustomFee function to CC
Pieter Wuille
2015-11-29
Keep track of explicit wallet conflicts instead of using mempool
Pieter Wuille
2015-11-28
[trivial] Reuse translation and cleanup DEFAULT_* values
MarcoFalke
2015-11-28
Constrain constant values to a single location in code
Luke Dashjr
[next]