aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2016-06-24Merge #8149: Segregated witness rebasedWladimir J. van der Laan
2016-06-23trivial: capitalize BIP32 in option helpWladimir J. van der Laan
2016-06-22[qa] Add rpc test for segwitAlex Morcos
2016-06-22[RPC] Add wallet support for witness transactions (using P2SH)Pieter Wuille
2016-06-22BIP143: Signing logicPieter Wuille
2016-06-22BIP141: Other consensus critical limits, and BIP145Pieter Wuille
2016-06-22BIP144: Serialization, hashes, relay (sender side)Pieter Wuille
2016-06-20Merge #7687: Stop treating importaddress'ed scripts as changeWladimir J. van der Laan
2016-06-17[wallet] tests: Don't use floating pointMarcoFalke
2016-06-14Merge #8035: [Wallet] Add simplest BIP32/deterministic key generation impleme...Wladimir J. van der Laan
2016-06-14Detect -usehd mismatches when wallet.dat already existsJonas Schnelli
2016-06-09build: Get rid of `CLIENT_DATE`Wladimir J. van der Laan
2016-06-08Fix two warnings for comparison between signed and unsignedPieter Wuille
2016-06-07[rpc] fundrawtransaction feeRate: Use BTC/kBMarcoFalke
2016-06-06[rpc] fundrawtransaction: Fix help text and interfaceMarcoFalke
2016-06-06Improve CWallet API with new GetAccountPubkey function.Patrick Strateman
2016-06-06Merge #8137: Improve CWallet API with new AccountMove function.Wladimir J. van der Laan
2016-06-03Merge #7967: [RPC] add feerate option to fundrawtransactionWladimir J. van der Laan
2016-06-03Merge #7825: Prevent multiple calls to ExtractDestinationPieter Wuille
2016-06-02Stop treating importaddress'ed scripts as changePieter Wuille
2016-06-02Improve CWallet API with new AccountMove function.Patrick Strateman
2016-06-01[Wallet] use constant for bip32 hardened key limitJonas Schnelli
2016-06-01Merge #7689: Replace OpenSSL AES with ctaes-based versionPieter Wuille
2016-05-31[Wallet] Add simplest BIP32/deterministic key generation implementationJonas Schnelli
2016-05-29Always require OS randomness when generating secret keysPieter Wuille
2016-05-25Merge #8061: [Wallet] Improve Wallet encapsulationPieter Wuille
2016-05-17Merge #8038: [qa, doc] Various minor fixesMarcoFalke
2016-05-16Move BackupWallet to CWallet::BackupWalletPatrick Strateman
2016-05-16Move GetAccountBalance from rpcwallet.cpp into CWallet::GetAccountBalancePatrick Strateman
2016-05-16Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool.Gregory Maxwell
2016-05-13crypter: add tests for crypterCory Fields
2016-05-13crypter: add a BytesToKey clone to replace the use of opensslCory Fields
2016-05-13crypter: hook up the new aes cbc classesCory Fields
2016-05-13crypter: constify encrypt/decryptCory Fields
2016-05-13crypter: fix the stored initialization vector sizeCory Fields
2016-05-10[doc] Remove outdated line from listunspent RPC help, fix typoMarcoFalke
2016-05-10Merge #8028: Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDiskWladimir J. van der Laan
2016-05-10init: Move berkeleydb version reporting to walletWladimir J. van der Laan
2016-05-09Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDiskPatrick Strateman
2016-05-06Prevent multiple calls to ExtractDestinationPedro Branco
2016-05-06Add more clear interface for CoinControl.h regarding individual feerateJonas Schnelli
2016-04-28[RPC] add feerate option to fundrawtransactionJonas Schnelli
2016-04-25Merge #7688: List solvability in listunspent output and improve helpWladimir J. van der Laan
2016-04-22Merge #7816: [Wallet] slighly refactor GetOldestKeyPoolTime()Wladimir J. van der Laan
2016-04-19Merge #7787: [Moveonly] Create ui_interface.cppWladimir J. van der Laan
2016-04-19Merge #7905: test: move accounting_tests and rpc_wallet_tests to wallet/testWladimir J. van der Laan
2016-04-18test: Rename wallet.dat to wallet_test.datWladimir J. van der Laan
2016-04-18wallet_ismine.h → script/ismine.hWladimir J. van der Laan
2016-04-18test: Create test fixture for walletWladimir J. van der Laan
2016-04-18Merge #7900: fix spelling mistakeWladimir J. van der Laan