37 Commits (71697f97d3f9512f0af934070690c14f1c0d95ea)

Author SHA1 Message Date
Cory Fields 71697f97d3 Separate protocol versioning from clientversion 10 years ago
Cory Fields 066e2a1403 script: move CScriptID to standard.h and add a ctor for creating them from CScripts 10 years ago
jtimon cc97210799 Add fTestnetToBeDeprecatedFieldRPC to CChainParams 10 years ago
Pieter Wuille 0be990ba34 Move CTxDestination from script/script to script/standard 10 years ago
Philip Kaufmann faadbe1733 remove unneeded cast in rpcmisc.cpp 10 years ago
Wladimir J. van der Laan f9de17ec2f
Add warning comment to getinfo 10 years ago
Philip Kaufmann 0127a9be14 remove SOCKS4 support from core and GUI 10 years ago
Gavin Andresen 13fc83c77b
Move fee policy out of core 10 years ago
JaSK a3e192a327 replaced MINE_ with ISMINE_ 10 years ago
JaSK 53a2148f0c fixed bug where validateaddress doesn't display information 10 years ago
JaSK a5c6c5d6df fixed tiny glitch and improved readability like laanwj suggested 10 years ago
JaSK ffd40da361 Watchonly balances are shown separately in gui. 10 years ago
Pieter Wuille c8988460a2 Add support for watch-only addresses 11 years ago
Philip Kaufmann 40a158e100 minor code format fix in rpc-related files 10 years ago
Wladimir J. van der Laan 84ce18ca93 Remove unnecessary dependencies for bitcoin-cli 10 years ago
Wladimir J. van der Laan 14f888ca80 Move network-time related functions to timedata.cpp/h 10 years ago
jtimon b82b7ec3dc Get rid of Params().RPCisTestNet() 10 years ago
Gavin Andresen c6cb21d17a Type-safe CFeeRate class 10 years ago
jtimon 6fc0fa63d9 Add RPCisTestNet chain parameter 10 years ago
Kamil Domanski d56e30ca89 removed a few unnecessary casts 10 years ago
Kamil Domanski 4b61a6a478 switch from boost int types to <stdint.h> 10 years ago
Peter Todd 787ee0c913 Check redeemScript size does not exceed 520 byte limit 10 years ago
Wladimir J. van der Laan 783b182c8f Remove dummy PRIszX macros for formatting 10 years ago
Wladimir J. van der Laan e3e3728f46
Fix typo in `createmultisig` help 10 years ago
Gregory Maxwell 1294cdc43f Add a "relayfee" field to getinfo. 10 years ago
gubatron 57702541a2 Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 10 years ago
Wladimir J. van der Laan 7d9d134bf9 Remove redundant .c_str()s 10 years ago
Philip Kaufmann c037531d69 small headers ordering cleanup 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 cd7fa8bb43 Move `nTransactionFee` from main.cpp to wallet.cpp 11 years ago
Wladimir J. van der Laan 16bc9aaf8a Move `getinfo` from rpcnet to rpcmisc 11 years ago
Wladimir J. van der Laan 652e156951 add new RPC implementation file `rpcmisc.cpp` 11 years ago