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
Age
Commit message (
Expand
)
Author
2016-10-17
Fix ismine and addwitnessaddress: no uncompressed keys in segwit
Pieter Wuille
2016-10-03
[Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfunds
Jonas Schnelli
2016-09-21
Berkeley DB v6 compatibility fix
Alexey Vesnin
2016-09-21
CDB: fix debug output
crowning-
2016-09-21
Add copyright header to wallet_text_fixture.cpp
Wladimir J. van der Laan
2016-09-21
Use __func__ to get function name for output printing
MarcoFalke
2016-09-21
[Wallet] Trivial cleanup of HD wallet changes
Jonas Schnelli
2016-09-21
various typos
leijurv
2016-09-21
Clear witness with vin/vout in CWallet::CreateTransaction()
Suhas Daftuar
2016-09-21
add witness address to address book
instagibbs
2016-08-26
[wallet] rpc: Drop misleading option
MarcoFalke
2016-07-27
[Wallet] Add CKeyMetadata record for HDMasterKey(s), factor out HD key genera...
Jonas Schnelli
2016-07-27
[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-25
[Wallet] Correct hdmasterkeyid/masterkeyid name confusion
Jonas Schnelli
2016-07-20
Move SetMinVersion for FEATURE_HD to SetHDMasterKey
Patrick Strateman
2016-07-19
Merge #8366: [0.13] [Wallet] Ensure <0.13 clients can't open HD wallets
Wladimir J. van der Laan
2016-07-19
Rename "block cost" to "block weight"
Suhas Daftuar
2016-07-18
[Wallet] Ensure <0.13 clients can't open HD wallets
Jonas Schnelli
2016-07-18
Merge #8323: Add HD keypath to CKeyMetadata, report metadata in validateaddress
Wladimir J. van der Laan
2016-07-15
[Wallet] comsetic non-code changes for the HD feature
Jonas Schnelli
2016-07-15
[Wallet] ensure CKeyMetadata.hdMasterKeyID will be cleared during SetNull()
Jonas Schnelli
2016-07-14
Merge #8324: [Wallet] keep HD seed during salvagewallet
Wladimir J. van der Laan
2016-07-09
[Wallet] keep HD seed during salvagewallet
Jonas Schnelli
2016-07-09
[Wallet] print hd masterkeyid in getwalletinfo
Jonas Schnelli
2016-07-09
[Wallet] extend CKeyMetadata with HD keypath
Jonas Schnelli
2016-07-08
[rpcwallet] Don't use floating point
MarcoFalke
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
[qa] Add rpc test for segwit
Alex Morcos
2016-06-22
[RPC] Add wallet support for witness transactions (using P2SH)
Pieter Wuille
2016-06-22
BIP143: Signing logic
Pieter Wuille
2016-06-22
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2016-06-20
Merge #7687: Stop treating importaddress'ed scripts as change
Wladimir J. van der Laan
2016-06-17
[wallet] tests: Don't use floating point
MarcoFalke
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-09
build: Get rid of `CLIENT_DATE`
Wladimir J. van der Laan
2016-06-08
Fix two warnings for comparison between signed and unsigned
Pieter Wuille
2016-06-07
[rpc] fundrawtransaction feeRate: Use BTC/kB
MarcoFalke
2016-06-06
[rpc] fundrawtransaction: Fix help text and interface
MarcoFalke
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-03
Merge #7825: Prevent multiple calls to ExtractDestination
Pieter Wuille
2016-06-02
Stop treating importaddress'ed scripts as change
Pieter Wuille
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
[next]