81 Commits (master)

Author SHA1 Message Date
kevacoin d3e8507182 Updated help messages, used Kevacoin addresses. 3 years ago
Jianping Wu 392b7aba5f More changes from litecoin to kevacoin. 5 years ago
Jianping Wu 7a994de062 First major changes to kevacoin text. 6 years ago
Adrian Gallagher a74a01e617
Litecoin: Branding 6 years ago
Wladimir J. van der Laan 49e5f3ff7e rpc: Add deprecation error for `getinfo` 7 years ago
Andrew Chow 1df206f854 Disallow using addresses in createmultisig 7 years ago
Pieter Wuille 37c03d3e05 Support P2WPKH addresses in create/addmultisig 7 years ago
Pieter Wuille 3eaa003c88 Extend validateaddress information for P2SH-embedded witness 7 years ago
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017 7 years ago
Russell Yanofsky 9c8eca7704 Split up key and script metadata for better type safety 7 years ago
Akio Nakamura c60c49b679 Improve help text and behavior of RPC-logging 7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky) 7 years ago
Wladimir J. van der Laan cabff75880 rpc: Make logging RPC public 7 years ago
Pieter Wuille c091b99379 Implement BIP173 addresses and tests 7 years ago
MeshCollider 592404f03f Changing &vec[0] to vec.data(), what 9804 missed 7 years ago
Matt Corallo aece8a4637 (finally) remove getinfo in favor of more module-specific infos 7 years ago
Pieter Wuille 5c8ff0d448 Introduce wrappers around CBitcoinAddress 7 years ago
Andrew Chow ec6902d0ea rpc: Push down safe mode checks 7 years ago
practicalswift 64fb0ac016 Declare single-argument (non-converting) constructors "explicit" 7 years ago
Russell Yanofsky e666efcdba Get rid of redundant RPC params.size() checks 7 years ago
Wladimir J. van der Laan 46347add43 rpc: Move ValueFromAmount to core_write 7 years ago
practicalswift 90d4d89230 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
Andrew Chow 1c9b818756 getinfo deprecation warning 7 years ago
practicalswift e0d459264f Avoid redundant redeclaration of GetWarnings(const string&) 7 years ago
Gregory Sanders f2f1d0a83e document script-based return fields for validateaddress 7 years ago
practicalswift 67ca816849 Simplify "bool x = y ? true : false" to "bool x = y" 7 years ago
practicalswift 3fb81a8480 Use list initialization (C++11) for maps/vectors instead of boost::assign::map_list_of/list_of 7 years ago
Jorge Timón 7c00c26726
scripted-diff: Fully remove BOOST_FOREACH 7 years ago
Jorge Timón 1c897fc3da
Missing includes 7 years ago
John Newbery 7fd50c3b70 allow libevent logging to be updated during runtime 7 years ago
John Newbery 5255aca3f4 [rpc] Add logging RPC 7 years ago
Wladimir J. van der Laan e6dcfeec05 refactor: Move GetDifficulty out of `rpc/server.h` 7 years ago
Wladimir J. van der Laan e141aa4ba6 Add mallocinfo mode to `getmemoryinfo` RPC 7 years ago
Karl-Johan Alm f3c264e9a6
Refactor: Remove using namespace <xxx> from rpc/ 7 years ago
Alex Morcos f838005444 No longer allow "free" transactions 7 years ago
Luke Dashjr a4356328e0 Move wallet RPC declarations to rpcwallet.h 7 years ago
Luke Dashjr bf8a04a165 Reformat touched lines with C++11 7 years ago
Luke Dashjr 2e518e313b Move nWalletUnlockTime to CWallet::nRelockTime, and name timed task unique per CWallet 7 years ago
Luke Dashjr d77ad6d416 RPC: Do all wallet access through new GetWalletForJSONRPCRequest 7 years ago
Luke Dashjr eca550f250 RPC/Wallet: Pass CWallet as pointer to helper functions 7 years ago
Marijn Stollenga 83ac719d34 Change bitcoin address in RPC helpaddress to an invalid address, so people don't accidentally send coins there (like I did). 7 years ago
practicalswift 0c9b9b7d64 [trivial] Fix recently introduced typos in comments 7 years ago
Russell Yanofsky a80f98b1c7 Use importmulti timestamp when importing watch only keys 7 years ago
Russell Yanofsky 3cf991756c Add test to check new importmulti "now" value 7 years ago
Suhas Daftuar 99464bc38e net: Consistently use GetTimeMicros() for inactivity checks 8 years ago
John Newbery 4e7e2e16e4 Update RPC argument names 8 years ago
Wladimir J. van der Laan 481f289765 rpc: Named argument support for bitcoin-cli 8 years ago
Wladimir J. van der Laan 9adb4e1a59 rpc: Argument name consistency 8 years ago
Wladimir J. van der Laan fba1a6150c rpc: Named arguments for misc calls 8 years ago
Wladimir J. van der Laan 286ec08cb0 rpc: Add 'echo' call for testing 8 years ago