63 Commits (cd78c2a421ae5aa1773c8fb84dadc2c61a01e5e8)

Author SHA1 Message Date
Jonas Schnelli 9623e93473 [Univalue] add univalue over subtree 9 years ago
Pavel Janík e0862c0933 Reformat validateaddress help, add missing iswatchonly description. 9 years ago
Ross Nicoll 9ca7857df7 Rationalize currency unit to "BTC" 9 years ago
Jorge Timón 9dd793f499 TRIVIAL: Missing includes 9 years ago
Gavin Andresen 6a4b97e863
Testing infrastructure: mocktime fixes 9 years ago
dexX7 506bae3ac9
Return all available information via validateaddress 9 years ago
Jonas Schnelli c7fbbc7e1d fix missing univalue types during constructing 9 years ago
Jonas Schnelli 9a8897f4ac Remove JSON Spirit wrapper, remove JSON Spirit leftovers 9 years ago
Jonas Schnelli 3df0411ad9 remove JSON Spirit UniValue wrapper 9 years ago
Jonas Schnelli 6c7bee0624 expicit set UniValue type to avoid empty values 9 years ago
Jonas Schnelli 53b4671a9d extend conversion to UniValue 9 years ago
Jeff Garzik 15982a8b69 Convert tree to using univalue. Eliminate all json_spirit uses. 9 years ago
Wladimir J. van der Laan 67a7949397 privacy: Stream isolation for Tor 10 years ago
Jonas Schnelli 50c72f23ad [Move Only] Move wallet related things to src/wallet/ 10 years ago
Eric Lombrozo 4401b2d7c5 Removed main.h dependency from rpcserver.cpp 10 years ago
fsb4000 e5d9d77df2 fix crash: createmultisig and addmultisigaddress 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 7b782f5b01 RPCWallet: Notate all account stuff as deprecated 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Michael Ford 72fb3d295a Update comments in src/rpc* to be doxygen compatible 10 years ago
Gavin Andresen a8b2ce557d
regression test only setmocktime RPC call 10 years ago
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
Peter Todd 426a74ed3c
Add scriptPubKey field to validateaddress RPC call 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 10 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 11 years ago
Kamil Domanski 4b61a6a478 switch from boost int types to <stdint.h> 11 years ago
Peter Todd 787ee0c913 Check redeemScript size does not exceed 520 byte limit 11 years ago
Wladimir J. van der Laan 783b182c8f Remove dummy PRIszX macros for formatting 11 years ago
Wladimir J. van der Laan e3e3728f46
Fix typo in `createmultisig` help 11 years ago
Gregory Maxwell 1294cdc43f Add a "relayfee" field to getinfo. 11 years ago
gubatron 57702541a2 Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 11 years ago
Wladimir J. van der Laan 7d9d134bf9 Remove redundant .c_str()s 11 years ago