298 Commits (1aacfc2da521a8e0d718e9ac561d9b2d7916eb0b)

Author SHA1 Message Date
leijurv 1aacfc2da5
various typos 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 9 years ago
Wladimir J. van der Laan a1c92c29fd trivial: capitalize BIP32 in option help 9 years ago
Alex Morcos 4f7ff00497 [qa] Add rpc test for segwit 9 years ago
Pieter Wuille f4691ab3a9 [RPC] Add wallet support for witness transactions (using P2SH) 9 years ago
Pieter Wuille 605e8473a7 BIP143: Signing logic 9 years ago
Pieter Wuille 2b1f6f9ccf BIP141: Other consensus critical limits, and BIP145 9 years ago
Pieter Wuille 7030d9eb47 BIP144: Serialization, hashes, relay (sender side) 9 years ago
MarcoFalke faa91b12f7 [wallet] tests: Don't use floating point 9 years ago
Jonas Schnelli afcd77e179
Detect -usehd mismatches when wallet.dat already exists 9 years ago
Wladimir J. van der Laan d096d22446 build: Get rid of `CLIENT_DATE` 9 years ago
Pieter Wuille 77f63a4fcd Fix two warnings for comparison between signed and unsigned 9 years ago
MarcoFalke fa7f4f577c [rpc] fundrawtransaction feeRate: Use BTC/kB 9 years ago
MarcoFalke faf82e8fc8 [rpc] fundrawtransaction: Fix help text and interface 9 years ago
Patrick Strateman 152ab236ea Improve CWallet API with new GetAccountPubkey function. 9 years ago
Pieter Wuille 595b22e5c0 Stop treating importaddress'ed scripts as change 9 years ago
Patrick Strateman 9dfaa1cb70 Improve CWallet API with new AccountMove function. 9 years ago
Jonas Schnelli c022e5b15d
[Wallet] use constant for bip32 hardened key limit 9 years ago
Jonas Schnelli f19025106d
[Wallet] Add simplest BIP32/deterministic key generation implementation 9 years ago
Pieter Wuille fa2637a3be Always require OS randomness when generating secret keys 9 years ago
Patrick Strateman 380498aba4 Move BackupWallet to CWallet::BackupWallet 9 years ago
Patrick Strateman ecb9741ec3 Move GetAccountBalance from rpcwallet.cpp into CWallet::GetAccountBalance 9 years ago
Gregory Maxwell d87b198b73 Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool. 9 years ago
Cory Fields 34ed64a404 crypter: add tests for crypter 9 years ago
Cory Fields 976f9ec264 crypter: add a BytesToKey clone to replace the use of openssl 9 years ago
Cory Fields 9049cde4d9 crypter: hook up the new aes cbc classes 9 years ago
Cory Fields fb96831c1f crypter: constify encrypt/decrypt 9 years ago
Cory Fields 1c391a5866 crypter: fix the stored initialization vector size 9 years ago
MarcoFalke fa72f7d99d [doc] Remove outdated line from listunspent RPC help, fix typo 9 years ago
Wladimir J. van der Laan 3e2c946cfd init: Move berkeleydb version reporting to wallet 9 years ago
Patrick Strateman 0fd599767d Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDisk 9 years ago
Pedro Branco 0bf6f30262 Prevent multiple calls to ExtractDestination 9 years ago
Jonas Schnelli 04eaa90958
Add more clear interface for CoinControl.h regarding individual feerate 9 years ago
Jonas Schnelli 3b35e4896b
[RPC] add feerate option to fundrawtransaction 9 years ago