13 Commits (45bfa137efe84d772e58512630a2ae7a1b5fd55a)

Author SHA1 Message Date
Veres Lajos 45bfa137ef PARTIAL: typofixes (found by misspell_fixer) 9 years ago
Cory Fields 60457d3c2f locking: fix a few small issues uncovered by -Wthread-safety 9 years ago
Tom Harding c9fd9078ce
Fix getbalance * 9 years ago
Peter Todd 75a4d512cf
Fix off-by-one error w/ nLockTime in the wallet 9 years ago
Cory Fields 8b08d9530b wallet: fix boost::get usage with boost 1.58 9 years ago
Gregory Maxwell 219953ce50 Show zero value txouts in listunspent. 9 years ago
Jonas Schnelli ea9e82df73 [squashme] fix listunspent code indentation 9 years ago
Jonas Schnelli b9fb692d04 Push down RPC reqWallet flag 9 years ago
Jonas Schnelli 0b9dc9c8f5 [move] move listunspent to wallet/rpcwallet.cpp 9 years ago
Gavin Andresen 0f5954c434
Regression test for ResendWalletTransactions 9 years ago
Jorge Timón 8a893c949b Includes: Do not include main.h from any other header 9 years ago
Jonas Schnelli 50c72f23ad [Move Only] Move wallet related things to src/wallet/ 9 years ago
Philip Kaufmann 25cf6f3d41 minor rework of SendMoney in rpcwallet 10 years ago
Pavel Janík 5262fde0ec Remove whitespaces before double colon in errors and logs 10 years ago
Pavel Janík 91a9fe094b Fix typo - sentence starts with capital letter 10 years ago
Eric Lombrozo 4401b2d7c5 Removed main.h dependency from rpcserver.cpp 10 years ago
Wladimir J. van der Laan 34cdc41128 String conversions uint256 -> uint256S 10 years ago
Wladimir J. van der Laan 4f1524966a Replace direct use of 0 with SetNull and IsNull 10 years ago
Cory Fields 856e862f4a namespace: drop most boost namespaces and a few header cleanups 10 years ago
Cory Fields a3241998e1 namespace: remove boost namespace pollution 10 years ago
Luke Dashjr 8f6860a083 Bugfix: RPCWallet: Docs: Booleans aren't quoted 10 years ago
Luke Dashjr 7b782f5b01 RPCWallet: Notate all account stuff as deprecated 10 years ago
Gregory Maxwell 8024d67dae Add immature balances to getwalletinfo. 10 years ago
azeteki d44c545673 Add unconfirmedbalance field to getwalletinfo 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Pavel Janík 4be639eaec Use RPC_INVALID_PARAMETER instead of RPC_WALLET_ERROR for invalid amount. 10 years ago
Pavel Janík b93173dee9 Move SendMoney() to rpcwallet.cpp. 10 years ago
Michael Ford 72fb3d295a Update comments in src/rpc* to be doxygen compatible 10 years ago
Michael Ford 5617267cd5 Fix typo in listreceivedbyaddress and listaccounts help text 10 years ago
Yoichi Hirai e743678d5a fix a typo 10 years ago
jtimon eda3733091 MOVEONLY: Move CFeeRate and Amount constants to amount.o 10 years ago
Cory Fields 066e2a1403 script: move CScriptID to standard.h and add a ctor for creating them from CScripts 10 years ago
Cozz Lovan ccca27a788 [Wallet] Watch-only fixes 10 years ago
Eric Shaw 31d6390fd1 Fixed setaccount accepting foreign address 10 years ago
Mark Friedenbach a372168e77 Use a typedef for monetary values 10 years ago
Pieter Wuille 0be990ba34 Move CTxDestination from script/script to script/standard 10 years ago
Benedict Chan 57e1716de6 update rpc help message for gettransaction to add includeWatchonly param 10 years ago
ENikS 8d657a6517 Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false' 10 years ago
Pieter Wuille 145d5be896 Introduce BlockMap type for mapBlockIndex 10 years ago
Derek701 ab45ddb599 Fix typo in gettransaction help 10 years ago
Jeff Garzik ae775b5b31 Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cpp 10 years ago
Wladimir J. van der Laan 39d3f2cb40 Revert "Add -respendnotify option and new RPC data" 10 years ago
Cozz Lovan 1b4568cb0f Add vout to ListTransactions output 10 years ago
Wladimir J. van der Laan 6c37f7fd78 `getrawchangeaddress` should fail when keypool exhausted 10 years ago
jtimon 209377a7cb Use GetBlockTime() more 10 years ago
Daniel Kraft e832ab7754 Rename SendMoneyToDestination to SendMoney. 10 years ago
JaSK a3e192a327 replaced MINE_ with ISMINE_ 10 years ago
JaSK f28707a845 fixed bug in ListReceived() 10 years ago
JaSK 80dda36a07 removed default argument values for ismine filter 10 years ago
JaSK 0fa2f8899a added includedWatchonly argument to listreceivedbyaddress/...account 10 years ago