Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-08 | Fix two warnings for comparison between signed and unsigned | Pieter Wuille | |
2016-06-07 | [rpc] fundrawtransaction feeRate: Use BTC/kB | MarcoFalke | |
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) | |||
2016-06-06 | [rpc] fundrawtransaction: Fix help text and interface | MarcoFalke | |
2016-06-06 | Improve CWallet API with new GetAccountPubkey function. | Patrick Strateman | |
Remove one more caller that is passing CWalletDB. | |||
2016-06-06 | Merge #8137: Improve CWallet API with new AccountMove function. | Wladimir J. van der Laan | |
9dfaa1c Improve CWallet API with new AccountMove function. (Patrick Strateman) | |||
2016-06-03 | Merge #7967: [RPC] add feerate option to fundrawtransaction | Wladimir J. van der Laan | |
04eaa90 Add more clear interface for CoinControl.h regarding individual feerate (Jonas Schnelli) 3b35e48 [RPC] add feerate option to fundrawtransaction (Jonas Schnelli) | |||
2016-06-03 | Merge #7825: Prevent multiple calls to ExtractDestination | Pieter Wuille | |
0bf6f30 Prevent multiple calls to ExtractDestination (Pedro Branco) | |||
2016-06-02 | Improve CWallet API with new AccountMove function. | Patrick Strateman | |
2016-05-25 | Merge #8061: [Wallet] Improve Wallet encapsulation | Pieter Wuille | |
380498a Move BackupWallet to CWallet::BackupWallet (Patrick Strateman) ecb9741 Move GetAccountBalance from rpcwallet.cpp into CWallet::GetAccountBalance (Patrick Strateman) | |||
2016-05-16 | Move BackupWallet to CWallet::BackupWallet | Patrick Strateman | |
2016-05-16 | Move GetAccountBalance from rpcwallet.cpp into CWallet::GetAccountBalance | Patrick Strateman | |
2016-05-10 | [doc] Remove outdated line from listunspent RPC help, fix typo | MarcoFalke | |
2016-05-06 | Prevent multiple calls to ExtractDestination | Pedro Branco | |
2016-05-06 | Add more clear interface for CoinControl.h regarding individual feerate | Jonas Schnelli | |
2016-04-28 | [RPC] add feerate option to fundrawtransaction | Jonas Schnelli | |
2016-04-25 | Merge #7688: List solvability in listunspent output and improve help | Wladimir J. van der Laan | |
c3932b3 List solvability in listunspent output and improve help (Pieter Wuille) | |||
2016-04-18 | Merge #7900: fix spelling mistake | Wladimir J. van der Laan | |
3107c47 fix spelling mistake (Chris Moore) | |||
2016-04-17 | fix spelling mistake | Chris Moore | |
2016-04-16 | add missing newline | Chris Moore | |
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). | |||
2016-04-15 | Add lockUnspents option to fundrawtransaction | João Barbosa | |
2016-04-15 | Add change options to fundrawtransaction | João Barbosa | |
2016-04-06 | Refactor IsRBFOptIn, avoid exception | Jonas Schnelli | |
2016-03-31 | rpc: Register calls where they are defined | Wladimir J. van der Laan | |
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. | |||
2016-03-29 | Merge #7558: [RPC] Add import/removeprunedfunds rpc call | Wladimir J. van der Laan | |
f1bb13c Added companion removeprunedfunds call. (instagibbs) 7eb7029 Add importprunedfunds rpc call (instagibbs) | |||
2016-03-29 | [Wallet][RPC] add missing abandon status documentation | Jonas Schnelli | |
2016-03-23 | Fix lockunspents help message | João Barbosa | |
2016-03-23 | [Wallet][RPC] add abandoned status to listtransactions | Jonas Schnelli | |
2016-03-23 | Added companion removeprunedfunds call. | instagibbs | |
2016-03-23 | Add importprunedfunds rpc call | instagibbs | |
2016-03-14 | List solvability in listunspent output and improve help | Pieter Wuille | |
2016-03-14 | [wallet] Move hardcoded file name out of log messages | MarcoFalke | |
2016-02-18 | Clarify description of blockindex | Matthew Zipkin | |
see issues: https://github.com/bitcoin-dot-org/bitcoin.org/issues/1237 https://github.com/bitcoin/bitcoin/issues/7532 | |||
2016-02-12 | Fix and cleanup listreceivedbyX documentation | instagibbs | |
2016-01-28 | Merge #7348: MOVE ONLY: move rpc* to rpc/ | Wladimir J. van der Laan | |
d13f65e rpc: update inline comments to refer to new file paths (Daniel Cousens) a0eaff8 move rpc* to rpc/ (Daniel Cousens) | |||
2016-01-22 | Merge #7262: Reduce inefficiency of GetAccountAddress() | Wladimir J. van der Laan | |
2409865 Reduce inefficiency of GetAccountAddress() (Chris Moore) | |||
2016-01-21 | rpc: update inline comments to refer to new file paths | Daniel Cousens | |
2016-01-21 | move rpc* to rpc/ | Daniel Cousens | |
2016-01-20 | Merge #7307: [RPC, Wallet] Move RPC dispatch table registration to wallet/ code | Wladimir J. van der Laan | |
dd2dc40 [RPC, Wallet] Move RPC dispatch table registration to wallet/ code (Jonas Schnelli) | |||
2016-01-20 | [RPC, Wallet] Move RPC dispatch table registration to wallet/ code | Jonas Schnelli | |
Allow extending the rpc dispatch table by appending commands when server is not running. | |||
2016-01-19 | RPC: indicate which transactions are replaceable | Suhas Daftuar | |
Add "bip125-replaceable" output field to listtransactions and gettransaction which indicates if an unconfirmed transaction, or any unconfirmed parent, is signaling opt-in RBF according to BIP 125. | |||
2016-01-18 | Merge pull request #7329 | Wladimir J. van der Laan | |
9d263bd Typo fixes in comments (Chris Wheeler) | |||
2016-01-17 | Typo fixes in comments | Chris Wheeler | |
2016-01-13 | Merge pull request #7332 | Wladimir J. van der Laan | |
faf671b [wallet] Clarify rpc help message with regard to rounding (MarcoFalke) | |||
2016-01-13 | Add new rpc call: abandontransaction | Alex Morcos | |
Unconfirmed transactions that are not in your mempool either due to eviction or other means may be unlikely to be mined. abandontransaction gives the wallet a way to no longer consider as spent the coins that are inputs to such a transaction. All dependent transactions in the wallet will also be marked as abandoned. | |||
2016-01-13 | [wallet] Clarify rpc help message with regard to rounding | MarcoFalke | |
2015-12-28 | Reduce inefficiency of GetAccountAddress() | Chris Moore | |
Don't scan the wallet to see if the current key has been used if we're going to make a new key anyway. Stop scanning the wallet as soon as we see that the current key has been used. Don't call isValid() twice on the current key. | |||
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke | |
2015-12-01 | Merge pull request #7136 | Wladimir J. van der Laan | |
fa19a58 HelpMessage: Don't hide -mintxfee behind showDebug (MarcoFalke) faffc17 rpcwallet: Clarify what settxfee does (MarcoFalke) 9999cb0 Fix url in .travis.yml (MarcoFalke) fa22a10 contrib: Del. gitian downloader config and update gitian README (MarcoFalke) fad3035 [doc] Minor markdown fixes (MarcoFalke) | |||
2015-11-30 | rpcwallet: Clarify what settxfee does | MarcoFalke | |
2015-11-29 | Keep track of explicit wallet conflicts instead of using mempool | Pieter Wuille | |