117 Commits (53a2148f0c182b83da255972acb3110a74e9957a)

Author SHA1 Message Date
JaSK f28707a845 fixed bug in ListReceived() 11 years ago
JaSK 80dda36a07 removed default argument values for ismine filter 11 years ago
JaSK 0fa2f8899a added includedWatchonly argument to listreceivedbyaddress/...account 11 years ago
JaSK f87ba3df64 added includeWatchonly argument to 'gettransaction' because it affects balance calculation 11 years ago
JaSK a5c6c5d6df fixed tiny glitch and improved readability like laanwj suggested 11 years ago
JaSK d7d5d23b77 Added argument to listtransactions and listsinceblock to include watchonly addresses 11 years ago
JaSK 952877e01c Showing 'involvesWatchonly' property for transactions returned by 'listtransactions' and 'listsinceblock'. 11 years ago
JaSK 83f3543f20 Added argument to listaccounts to include watchonly addresses 11 years ago
JaSK d4640d7d8c Added argument to getbalance to include watchonly addresses and fixed errors in balance calculation. 11 years ago
Tom Harding 9004798e62 Add -respendnotify option and new RPC data 11 years ago
Wladimir J. van der Laan 14f888ca80 Move network-time related functions to timedata.cpp/h 11 years ago
Gavin Andresen c6cb21d17a Type-safe CFeeRate class 11 years ago
Pieter Wuille b5ef85c7a2 No references to centralized databases in help text. 11 years ago
Kamil Domanski d56e30ca89 removed a few unnecessary casts 11 years ago
Kamil Domanski 4b61a6a478 switch from boost int types to <stdint.h> 11 years ago
Matthew Bogosian 90fd87376d fixes #4163 11 years ago
Peter Todd 787ee0c913 Check redeemScript size does not exceed 520 byte limit 11 years ago
Philip Kaufmann cfe4cad9e5 [Qt] fix style, formating, comment and indentation problems 11 years ago
Daniel Newton a00ebb5117 move wallet info stuff to "getwalletinfo" rpc (left original wallet 11 years ago
Gavin Andresen 93a18a3650 Remove CWalletTx::vfSpent 11 years ago
Wladimir J. van der Laan b96f6a77f8 Remove "conflicted" as transaction category. 11 years ago
Wladimir J. van der Laan 05add3fe0e Serialize only CTransaction data in gettransaction RPC hex 11 years ago
Wladimir J. van der Laan 6c0db81c09 Document new `walletpassphrase` behavior in 0.9 11 years ago
Gavin Andresen 731b89b8b5 Track and report wallet transaction clones 11 years ago
Gavin Andresen 2b72d46f42 Handle "conflicted" transactions properly 11 years ago
Wladimir J. van der Laan 3a1c20b77a Add raw transaction hex to `gettransaction` wallet RPC 11 years ago
Gregory Maxwell 0542619d93 Rename IsConfirmed to IsTrusted to better match the intended behavior. 11 years ago
gubatron 57702541a2 Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 11 years ago
Philip Kaufmann 6943cb9b4f small changes to rpc command help message strings 11 years ago
Wladimir J. van der Laan a7f3aedec3 Re-add BTC/KB in help message for `settxfee` 11 years ago
Wladimir J. van der Laan 3cf1f43694 Mention `*` value for account in documentation for `getbalance` RPC 11 years ago
Wladimir J. van der Laan a8db31c83d qt: allow `walletpassphrase` in debug console without -server 11 years ago
Wladimir J. van der Laan c3a7f516e7 Move `verifymessage` from rpcwallet to rpcmisc 11 years ago
Wladimir J. van der Laan 723a03d2de Move `createmultisig` from rpcwallet to rpcmisc 11 years ago
Wladimir J. van der Laan 452955f5be Move `validateaddress` from rpcwallet to rpcmisc 11 years ago
Wladimir J. van der Laan a943bde6f0 Move `settxfee` from rpcblockchain to rpcwallet 11 years ago
Philip Kaufmann f914c7a1a4 rpcwallet: use EnsureWalletIsUnlocked() where possible 11 years ago
Michael Bauer 6027b460e4 Add rpc command 'getunconfirmedbalance' to obtain total unconfirmed balance 11 years ago
Wladimir J. van der Laan 991685d3dc Move getinfo to rpcnet.cpp 11 years ago
Wladimir J. van der Laan bbb093652e Move HelpExample* from rpcwallet to rpcserver 11 years ago
Gavin Andresen 0733c1bde6 Refactor: move GetValueIn(tx) to tx.GetValueIn() 11 years ago
Wladimir J. van der Laan fb78cc2378 Split up bitcoinrpc (code movement only) 11 years ago
sje a6099ef319 Issue #1865 - Clean up RPC help messages 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Philip Kaufmann 4315ec1a72 RPC: error code changes and prevent crash with walletpassphrase 11 years ago
super3 db0e8ccd90 Bump Year Number to 2013 11 years ago
Pieter Wuille e4daecda0b Reimplement CBlockLocator's chain-related logic in CChain. 11 years ago
Pieter Wuille 4c6d41b8b6 Refactor/encapsulate chain globals into a CChain class 11 years ago
Jeff Garzik 28f6b8dbad RPC validateaddress: test pwalletMain for NULL (no-wallet mode) 11 years ago
Jeff Garzik b0730874d9 Support absence of wallet (pwalletMain==NULL) in several locations, 11 years ago