348 Commits (67700b39241dd75a9848dfef28c65e15e30289e9)

Author SHA1 Message Date
practicalswift 8dc957ae06 Remove unused code 8 years ago
Suhas Daftuar abe7b3d3ab Don't require segwit in getblocktemplate for segwit signalling or mining 8 years ago
practicalswift 9ea249014a [trival] Fix typo introduced into rpc/protocol.h in commit 338bf06 8 years ago
practicalswift 54fae05dad Remove unreachable code (g_rpcSignals.PostCommand) 8 years ago
John Newbery 338bf065a4 Add commenting around JSON error codes 8 years ago
Karl-Johan Alm f3c264e9a6
Refactor: Remove using namespace <xxx> from rpc/ 8 years ago
John Newbery a012087667 Return correct error codes in setban(). 8 years ago
John Newbery c1190963b3 Return correct error codes in blockchain.cpp. 8 years ago
Alex Morcos f9b9371c60 [rpc] Remove priorityDelta from prioritisetransaction 8 years ago
Alex Morcos 49be7e1bef [rpc] Remove priority information from mempool RPC calls 8 years ago
Alex Morcos f838005444 No longer allow "free" transactions 8 years ago
Russell Yanofsky e57a1fd899 Define 7200 second timestamp window constant 8 years ago
Gregory Sanders 666597798c remove 'label' filter for rpc command help 8 years ago
Luke Dashjr a4356328e0 Move wallet RPC declarations to rpcwallet.h 8 years ago
Luke Dashjr ad1573472e RPC: Pass on JSONRPCRequest metadata (URI/user/etc) for "help" method 8 years ago
Luke Dashjr bf8a04a165 Reformat touched lines with C++11 8 years ago
Luke Dashjr 2e518e313b Move nWalletUnlockTime to CWallet::nRelockTime, and name timed task unique per CWallet 8 years ago
Luke Dashjr d77ad6d416 RPC: Do all wallet access through new GetWalletForJSONRPCRequest 8 years ago
Luke Dashjr eca550f250 RPC/Wallet: Pass CWallet as pointer to helper functions 8 years ago
Alex Morcos ad727f4eaf [rpc] sendrawtransaction no longer bypasses minRelayTxFee 8 years ago
Alex Morcos 12839cdd56 [rpc] Remove estimatepriority and estimatesmartpriority. 8 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). 8 years ago
Karl-Johan Alm dc222f8f63
Trivial: Rephrase the definition of difficulty in the code. 8 years ago
gubatron eaea2bbb41 Removed redundant parameter from mempool.PrioritiseTransaction 8 years ago
Cory Fields 3301587dc5 boost: remove iostreams includes 8 years ago
Alex Morcos 91fb506e0a Add two hour buffer to manual pruning 8 years ago
practicalswift 0c9b9b7d64 [trivial] Fix recently introduced typos in comments 8 years ago
Russell Yanofsky a80f98b1c7 Use importmulti timestamp when importing watch only keys 8 years ago
Russell Yanofsky 3cf991756c Add test to check new importmulti "now" value 8 years ago
John Newbery 9949ebfa6a [Trivial] Remove incorrect help message from gettxoutproof() 8 years ago
Matt Corallo 922bea90c2 Better handle invalid parameters to signrawtransaction 8 years ago
Luke Dashjr 9fc7f0bce9 Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segwit activates 8 years ago
practicalswift cc16d99f1d [trivial] Fix typos in comments 8 years ago
Suhas Daftuar 99464bc38e net: Consistently use GetTimeMicros() for inactivity checks 8 years ago
Alex Morcos fe8e8efcf9 [rpc] Add incremental relay fee to getnetworkinfo 8 years ago
mrbandrews cc0243ad32 [RPC] bumpfee 8 years ago
Russell Yanofsky 52dde66770 [wallet] Add include_unsafe argument to listunspent RPC 8 years ago
practicalswift 8fc698935f Remove redundant semicolons 8 years ago
Gregory Maxwell 997a98a674 Replace FindLatestBefore used by importmuti with FindEarliestAtLeast. 8 years ago
Pieter Wuille db904db7e6 Deprecate non-txindex getrawtransaction and better warning 8 years ago
Michael Rotarius 54ee3fcb8f RPC help updated 8 years ago
Russell Yanofsky 918d1fb86b Return height of last block pruned by pruneblockchain RPC 8 years ago
Russell Yanofsky afffeea7d9 fixup! Add pruneblockchain RPC to enable manual block file pruning. 8 years ago
mrbandrews 1fc4ec7bf2 Add pruneblockchain RPC to enable manual block file pruning. 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
Matt Corallo edded808fc Make ATMP optionally return the CTransactionRefs it replaced 8 years ago
Gregory Maxwell 032ba3f066 RPC help documentation for addnode peerinfo. 8 years ago
Gregory Maxwell 50bd12ce0c Break addnode out from the outbound connection limits. 8 years ago
Wladimir J. van der Laan 9adb4e1a59 rpc: Argument name consistency 8 years ago