331 Commits (502dd3a8a0bc0d12744e75f84a22cc12074c5683)

Author SHA1 Message Date
Cory Fields 5b446dd5b1 net: Pass CConnection to wallet rather than using the global 8 years ago
Jorge Timón cdd79eb70f C++11: s/boost::scoped_ptr/std::unique_ptr/ 8 years ago
Pavel Janík b175cb755b Do not shadow variables. 8 years ago
Alexey Vesnin 323a5fe06a Berkeley DB v6 compatibility fix 8 years ago
Pavel Janík de1bbe3b78 Do not shadow global RPC table variable (tableRPC) 8 years ago
MarcoFalke fa6dc9f0e5 Remove unused variables 8 years ago
MarcoFalke fab5ecb771 [wallet] rpc: Drop misleading option 8 years ago
Jonas Schnelli beef966e36
[Wallet] remove unused code/conditions in ReadAtCursor 8 years ago
Wladimir J. van der Laan 653bb3d640 Add copyright header to wallet_text_fixture.cpp 8 years ago
Patrick Strateman 8680d3aa80 Move wallet initialization logic from AppInit2 to CWallet::InitLoadWallet 8 years ago
Daniel Kraft 4207630f5a trivial: remove unused variable 8 years ago
MarcoFalke fa785d1211 Use __func__ to get function name for output printing 8 years ago
Jonas Schnelli 7e5d94df1f
[Wallet] Trivial cleanup of HD wallet changes 8 years ago
Jonas Schnelli 914154f0cc
[Qt] add HD enabled/disabled icon to the status bar 8 years ago
crowning- fab2e26d20 CDB: fix debug output 8 years ago
Patrick Strateman e86eb71604 Move CWallet::setKeyPool to private section of CWallet 8 years ago
leijurv 1aacfc2da5
various typos 8 years ago
Jonas Schnelli b3b3c2a562
Reduce cs_main locks during ConnectTip/SyncWithWallets 8 years ago
Patrick Strateman 9578333ec4 Remove rpc_wallet_tests.cpp 8 years ago
Cory Fields 21ba407a73 net: narrow include scope after moving to netaddress 8 years ago
Patrick Strateman 29c2d99bc9 Make CWallet::fFileBacked private. 8 years ago
Patrick Strateman 5723bb44ce Remove unused pwalletdb from CWallet::AddToWallet 8 years ago
Patrick Strateman 867f842f1e Remove CWalletDB* parameter from CWallet::AddToWallet 8 years ago
Patrick Strateman 00f09c920c Split CWallet::AddToWallet into AddToWallet and LoadToWallet. 8 years ago
Jonas Schnelli 2266b43e33
Port from 0.13: Create a new HD seed after encrypting the wallet 8 years ago
Jonas Schnelli 77c912d21c
[Wallet] add HD xpriv to dumpwallet 8 years ago
Jonas Schnelli b50e1ac298
[Wallet] Correct hdmasterkeyid/masterkeyid name confusion 8 years ago
Patrick Strateman 6523fcaab2 Move SetMinVersion for FEATURE_HD to SetHDMasterKey 8 years ago
Jonas Schnelli a4f137f367
[Wallet] Ensure <0.13 clients can't open HD wallets 8 years ago
Suhas Daftuar 2c06bae39e Rename "block cost" to "block weight" 8 years ago
Jonas Schnelli 7945088d41
[Wallet] comsetic non-code changes for the HD feature 8 years ago
Jonas Schnelli 68d7682b9f
[Wallet] ensure CKeyMetadata.hdMasterKeyID will be cleared during SetNull() 8 years ago
Jonas Schnelli b993671921
[Wallet] keep HD seed during salvagewallet 8 years ago
Jonas Schnelli 986c223214
[Wallet] print hd masterkeyid in getwalletinfo 8 years ago
Jonas Schnelli 5b95dd2c25
[Wallet] extend CKeyMetadata with HD keypath 8 years ago
MarcoFalke 477777f250 [rpcwallet] Don't use floating point 8 years ago
Wladimir J. van der Laan 20f3cd75f6 wallet: Revert input selection post-pruning 8 years ago
Wladimir J. van der Laan a1c92c29fd trivial: capitalize BIP32 in option help 8 years ago
Alex Morcos 4f7ff00497 [qa] Add rpc test for segwit 8 years ago
Pieter Wuille f4691ab3a9 [RPC] Add wallet support for witness transactions (using P2SH) 8 years ago
Pieter Wuille 605e8473a7 BIP143: Signing logic 8 years ago
Pieter Wuille 2b1f6f9ccf BIP141: Other consensus critical limits, and BIP145 8 years ago
Pieter Wuille 7030d9eb47 BIP144: Serialization, hashes, relay (sender side) 8 years ago
MarcoFalke faa91b12f7 [wallet] tests: Don't use floating point 8 years ago
Jonas Schnelli afcd77e179
Detect -usehd mismatches when wallet.dat already exists 8 years ago
Wladimir J. van der Laan d096d22446 build: Get rid of `CLIENT_DATE` 8 years ago
Pieter Wuille 77f63a4fcd Fix two warnings for comparison between signed and unsigned 8 years ago
MarcoFalke fa7f4f577c [rpc] fundrawtransaction feeRate: Use BTC/kB 8 years ago
MarcoFalke faf82e8fc8 [rpc] fundrawtransaction: Fix help text and interface 8 years ago
Patrick Strateman 152ab236ea Improve CWallet API with new GetAccountPubkey function. 8 years ago