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
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
Merge #8664: Fix segwit-related wallet bug
Wladimir J. van der Laan
2016-09-08
Made the ForEachNode* functions in src/net.cpp more pragmatic and self docume...
Jeremy Rubin
2016-09-08
net: create generic functor accessors and move vNodes to CConnman
Cory Fields
2016-09-08
net: Pass CConnection to wallet rather than using the global
Cory Fields
2016-09-04
Clear witness with vin/vout in CWallet::CreateTransaction()
Suhas Daftuar
2016-08-26
wallet: Add BIP125 comment for MAXINT-1/-2 behavior
Wladimir J. van der Laan
2016-08-26
Add option to opt into full-RBF when sending funds
Peter Todd
2016-08-25
Remove unused variables
MarcoFalke
2016-08-24
Merge #8445: Move CWallet::setKeyPool to private section of CWallet.
Wladimir J. van der Laan
2016-08-22
Merge #8554: trivial: remove unused variable
Wladimir J. van der Laan
2016-08-22
Merge #8548: [wallet] Use __func__ to get function name for output printing
Wladimir J. van der Laan
2016-08-20
Move wallet initialization logic from AppInit2 to CWallet::InitLoadWallet
Patrick Strateman
2016-08-20
trivial: remove unused variable
Daniel Kraft
2016-08-19
Use __func__ to get function name for output printing
MarcoFalke
2016-08-19
Merge #8517: [Qt] show wallet HD state in statusbar
Jonas Schnelli
2016-08-19
Merge #8443: [Wallet] Trivial cleanup of HD wallet changes
Jonas Schnelli
2016-08-19
[Wallet] Trivial cleanup of HD wallet changes
Jonas Schnelli
2016-08-19
[Qt] add HD enabled/disabled icon to the status bar
Jonas Schnelli
2016-08-17
Merge #8505: Trivial: Fix typos in various files
Wladimir J. van der Laan
2016-08-14
various typos
leijurv
2016-08-12
Reduce cs_main locks during ConnectTip/SyncWithWallets
Jonas Schnelli
2016-07-29
Remove unused pwalletdb from CWallet::AddToWallet
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-19
Move SetMinVersion for FEATURE_HD to SetHDMasterKey
Patrick Strateman
2016-07-19
Merge #8367: [Wallet] Ensure <0.13 clients can't open HD wallets
Wladimir J. van der Laan
2016-07-18
[Wallet] Ensure <0.13 clients can't open HD wallets
Jonas Schnelli
2016-07-18
Rename "block cost" to "block weight"
Suhas Daftuar
2016-07-18
Merge #8323: Add HD keypath to CKeyMetadata, report metadata in validateaddress
Wladimir J. van der Laan
2016-07-09
[Wallet] keep HD seed during salvagewallet
Jonas Schnelli
2016-07-09
[Wallet] extend CKeyMetadata with HD keypath
Jonas Schnelli
2016-07-01
wallet: Revert input selection post-pruning
Wladimir J. van der Laan
2016-06-24
Merge #8149: Segregated witness rebased
Wladimir J. van der Laan
2016-06-23
trivial: capitalize BIP32 in option help
Wladimir J. van der Laan
2016-06-22
BIP143: Signing logic
Pieter Wuille
2016-06-22
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-14
Merge #8035: [Wallet] Add simplest BIP32/deterministic key generation impleme...
Wladimir J. van der Laan
2016-06-14
Detect -usehd mismatches when wallet.dat already exists
Jonas Schnelli
2016-06-08
Fix two warnings for comparison between signed and unsigned
Pieter Wuille
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-06-01
[Wallet] use constant for bip32 hardened key limit
Jonas Schnelli
2016-05-31
[Wallet] Add simplest BIP32/deterministic key generation implementation
Jonas Schnelli
2016-05-29
Always require OS randomness when generating secret keys
Pieter Wuille
2016-05-16
Move BackupWallet to CWallet::BackupWallet
Patrick Strateman
[next]