140 Commits (187739006c3e064b5628719adee02b4fbcb5fabc)

Author SHA1 Message Date
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" 11 years ago
Cozz Lovan 1b4568cb0f Add vout to ListTransactions output 11 years ago
Wladimir J. van der Laan 6c37f7fd78 `getrawchangeaddress` should fail when keypool exhausted 11 years ago
jtimon 209377a7cb Use GetBlockTime() more 11 years ago
Daniel Kraft e832ab7754 Rename SendMoneyToDestination to SendMoney. 11 years ago
JaSK a3e192a327 replaced MINE_ with ISMINE_ 11 years ago
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