| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Return useful error message on ATMP failure | instagibbs | 2016-10-26 | 1 | -4/+11 | |
| | | | ||||||
| * | | rpc: Remove invalid explanation from wallet fee message | Wladimir J. van der Laan | 2016-10-26 | 1 | -1/+1 | |
| |/ | ||||||
| * | Add importmulti rpc call | Pedro Branco | 2016-10-19 | 1 | -0/+2 | |
| | | ||||||
| * | [RPC] Give RPC commands more information about the RPC request | Jonas Schnelli | 2016-10-19 | 1 | -243/+243 | |
| | | ||||||
| * | Fix ismine and addwitnessaddress: no uncompressed keys in segwit | Pieter Wuille | 2016-10-17 | 1 | -5/+12 | |
| | | ||||||
| * | init: Get rid of fDisableWallet | MarcoFalke | 2016-09-20 | 1 | -0/+3 | |
| | | ||||||
| * | Merge #8693: add witness address to address book | Wladimir J. van der Laan | 2016-09-13 | 1 | -0/+2 | |
| |\ | | | | | | | 62ffbbd add witness address to address book (instagibbs) | |||||
| | * | add witness address to address book | instagibbs | 2016-09-09 | 1 | -0/+2 | |
| | | | ||||||
| * | | net: Pass CConnection to wallet rather than using the global | Cory Fields | 2016-09-08 | 1 | -3/+12 | |
| |/ | ||||||
| * | Do not shadow variables. | Pavel Janík | 2016-08-31 | 1 | -6/+6 | |
| | | ||||||
| * | Do not shadow global RPC table variable (tableRPC) | Pavel Janík | 2016-08-25 | 1 | -2/+2 | |
| | | ||||||
| * | net: narrow include scope after moving to netaddress | Cory Fields | 2016-07-31 | 1 | -1/+0 | |
| | | | | | | Net functionality is no longer needed for CAddress/CAddrman/etc. now that CNetAddr/CService/CSubNet are dumb storage classes. | |||||
| * | Port from 0.13: Create a new HD seed after encrypting the wallet | Jonas Schnelli | 2016-07-28 | 1 | -1/+1 | |
| | | | | | | | | | | Forward-ports two commits from 0.13: - [0.13] Create a new HD seed after encrypting the wallet - [Wallet] Add CKeyMetadata record for HDMasterKey(s), factor out HD key generation Github-Pull: #8389 Rebased-From: f142c11ac634df487cc4bc65a5f1c9a3e3563dd9 de45c065f0648c4c41b57cb492420ceeed29dd11 | |||||
| * | [Wallet] Correct hdmasterkeyid/masterkeyid name confusion | Jonas Schnelli | 2016-07-21 | 1 | -11/+11 | |
| | | ||||||
| * | Merge #8323: Add HD keypath to CKeyMetadata, report metadata in validateaddress | Wladimir J. van der Laan | 2016-07-18 | 1 | -0/+4 | |
| |\ | | | | | | | | | | | | | | | | | 7945088 [Wallet] comsetic non-code changes for the HD feature (Jonas Schnelli) 68d7682 [Wallet] ensure CKeyMetadata.hdMasterKeyID will be cleared during SetNull() (Jonas Schnelli) f708085 [QA] extend wallet-hd test to cover HD metadata (Jonas Schnelli) 986c223 [Wallet] print hd masterkeyid in getwalletinfo (Jonas Schnelli) b1c7b24 [Wallet] report optional HDKeypath/HDMasterKeyId in validateaddress (Jonas Schnelli) 5b95dd2 [Wallet] extend CKeyMetadata with HD keypath (Jonas Schnelli) | |||||
| | * | [Wallet] comsetic non-code changes for the HD feature | Jonas Schnelli | 2016-07-15 | 1 | -2/+2 | |
| | | | ||||||
| | * | [Wallet] print hd masterkeyid in getwalletinfo | Jonas Schnelli | 2016-07-09 | 1 | -0/+4 | |
| | | | ||||||
| * | | [rpcwallet] Don't use floating point | MarcoFalke | 2016-07-08 | 1 | -3/+3 | |
| |/ | ||||||
| * | [qa] Add rpc test for segwit | Alex Morcos | 2016-06-22 | 1 | -1/+1 | |
| | | | | | | | | Amended by Pieter Wuille to use multisig 1-of-1 for P2WSH tests, and BIP9 based switchover logic. Fixes and py3 conversion by Marco Falke. | |||||
| * | [RPC] Add wallet support for witness transactions (using P2SH) | Pieter Wuille | 2016-06-22 | 1 | -0/+80 | |
| | | | | | Includes support for pushkeyhash wit v0 by Alex Morcos. | |||||
| * | BIP144: Serialization, hashes, relay (sender side) | Pieter Wuille | 2016-06-22 | 1 | -1/+1 | |
| | | | | | | | Contains refactorings by Eric Lombrozo. Contains fixup by Nicolas Dorier. Contains cleanup of CInv::GetCommand by Alex Morcos | |||||
| * | Fix two warnings for comparison between signed and unsigned | Pieter Wuille | 2016-06-08 | 1 | -1/+1 | |
| | | ||||||
| * | [rpc] fundrawtransaction feeRate: Use BTC/kB | MarcoFalke | 2016-06-07 | 1 | -4/+16 | |
| | | | | | | | | | | Also introduce UniValueType UniValueType is a wrapper for UniValue::VType which allows setting a typeAny flag. This flag indicates the type does not matter. (Used by RPCTypeCheckObj) | |||||
| * | [rpc] fundrawtransaction: Fix help text and interface | MarcoFalke | 2016-06-06 | 1 | -2/+2 | |
| | | ||||||
| * | Improve CWallet API with new GetAccountPubkey function. | Patrick Strateman | 2016-06-06 | 1 | -30/+4 | |
| | | | | | Remove one more caller that is passing CWalletDB. | |||||
| * | Merge #8137: Improve CWallet API with new AccountMove function. | Wladimir J. van der Laan | 2016-06-06 | 1 | -27/+1 | |
| |\ | | | | | | | 9dfaa1c Improve CWallet API with new AccountMove function. (Patrick Strateman) | |||||
| | * | Improve CWallet API with new AccountMove function. | Patrick Strateman | 2016-06-02 | 1 | -27/+1 | |
| | | | ||||||
| * | | Merge #7967: [RPC] add feerate option to fundrawtransaction | Wladimir J. van der Laan | 2016-06-03 | 1 | -4/+13 | |
| |\ \ | | | | | | | | | | | | | 04eaa90 Add more clear interface for CoinControl.h regarding individual feerate (Jonas Schnelli) 3b35e48 [RPC] add feerate option to fundrawtransaction (Jonas Schnelli) | |||||
| | * | | Add more clear interface for CoinControl.h regarding individual feerate | Jonas Schnelli | 2016-05-06 | 1 | -1/+5 | |
| | | | | ||||||
| | * | | [RPC] add feerate option to fundrawtransaction | Jonas Schnelli | 2016-04-28 | 1 | -4/+9 | |
| | | | | ||||||
| * | | | Merge #7825: Prevent multiple calls to ExtractDestination | Pieter Wuille | 2016-06-03 | 1 | -22/+19 | |
| |\ \ \ | |_|/ |/| | | | | | 0bf6f30 Prevent multiple calls to ExtractDestination (Pedro Branco) | |||||
| | * | | Prevent multiple calls to ExtractDestination | Pedro Branco | 2016-05-06 | 1 | -22/+19 | |
| | |/ | ||||||
| * | | Merge #8061: [Wallet] Improve Wallet encapsulation | Pieter Wuille | 2016-05-25 | 1 | -36/+4 | |
| |\ \ | | | | | | | | | | | | | 380498a Move BackupWallet to CWallet::BackupWallet (Patrick Strateman) ecb9741 Move GetAccountBalance from rpcwallet.cpp into CWallet::GetAccountBalance (Patrick Strateman) | |||||
| | * | | Move BackupWallet to CWallet::BackupWallet | Patrick Strateman | 2016-05-16 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Move GetAccountBalance from rpcwallet.cpp into CWallet::GetAccountBalance | Patrick Strateman | 2016-05-16 | 1 | -35/+3 | |
| | |/ | ||||||
| * / | [doc] Remove outdated line from listunspent RPC help, fix typo | MarcoFalke | 2016-05-10 | 1 | -3/+1 | |
| |/ | ||||||
| * | Merge #7688: List solvability in listunspent output and improve help | Wladimir J. van der Laan | 2016-04-25 | 1 | -1/+5 | |
| |\ | | | | | | | c3932b3 List solvability in listunspent output and improve help (Pieter Wuille) | |||||
| | * | List solvability in listunspent output and improve help | Pieter Wuille | 2016-03-14 | 1 | -1/+5 | |
| | | | ||||||
| * | | Merge #7900: fix spelling mistake | Wladimir J. van der Laan | 2016-04-18 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | | 3107c47 fix spelling mistake (Chris Moore) | |||||
| | * | | fix spelling mistake | Chris Moore | 2016-04-17 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | add missing newline | Chris Moore | 2016-04-16 | 1 | -1/+1 | |
| |/ / | | | | | | | | | Without the newline I see "bein" where the two lines are concatenated: Note that all inputs selected must be of standard form and P2SH scripts must *bein* the wallet using importaddress or addmultisigaddress (to calculate fees). | |||||
| * | | Add lockUnspents option to fundrawtransaction | João Barbosa | 2016-04-15 | 1 | -2/+7 | |
| | | | ||||||
| * | | Add change options to fundrawtransaction | João Barbosa | 2016-04-15 | 1 | -10/+48 | |
| | | | ||||||
| * | | Refactor IsRBFOptIn, avoid exception | Jonas Schnelli | 2016-04-06 | 1 | -8/+4 | |
| | | | ||||||
| * | | rpc: Register calls where they are defined | Wladimir J. van der Laan | 2016-03-31 | 1 | -10/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Split out methods to every module, apart from 'help' and 'stop' which are implemented in rpcserver.cpp itself. - This makes it easier to add or remove RPC commands - no longer everything that includes rpcserver.h has to be rebuilt when there's a change there. - Cleans up `rpc/server.h` by getting rid of the huge cluttered list of function definitions. - Removes most of the bitcoin-specific code from rpcserver.cpp and .h. Continues #7307 for the non-wallet. | |||||
| * | | Merge #7558: [RPC] Add import/removeprunedfunds rpc call | Wladimir J. van der Laan | 2016-03-29 | 1 | -0/+4 | |
| |\ \ | | | | | | | | | | | | | f1bb13c Added companion removeprunedfunds call. (instagibbs) 7eb7029 Add importprunedfunds rpc call (instagibbs) | |||||
| | * | | Added companion removeprunedfunds call. | instagibbs | 2016-03-23 | 1 | -0/+2 | |
| | | | | ||||||
| | * | | Add importprunedfunds rpc call | instagibbs | 2016-03-23 | 1 | -0/+2 | |
| | |/ | ||||||
| * | | [Wallet][RPC] add missing abandon status documentation | Jonas Schnelli | 2016-03-29 | 1 | -0/+1 | |
| | | | ||||||
| * | | Fix lockunspents help message | João Barbosa | 2016-03-23 | 1 | -2/+3 | |
| | | | ||||||