82 Commits (5114f8113627791b871c88998bd5a3d36961c241)

Author SHA1 Message Date
Karl-Johan Alm f3c264e9a6
Refactor: Remove using namespace <xxx> from rpc/ 8 years ago
John Newbery c1190963b3 Return correct error codes in blockchain.cpp. 8 years ago
Alex Morcos 49be7e1bef [rpc] Remove priority information from mempool RPC calls 8 years ago
Russell Yanofsky e57a1fd899 Define 7200 second timestamp window constant 8 years ago
Karl-Johan Alm dc222f8f63
Trivial: Rephrase the definition of difficulty in the code. 8 years ago
Alex Morcos 91fb506e0a Add two hour buffer to manual pruning 8 years ago
Gregory Maxwell 997a98a674 Replace FindLatestBefore used by importmuti with FindEarliestAtLeast. 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 9adb4e1a59 rpc: Argument name consistency 8 years ago
Wladimir J. van der Laan 495eb44a4f rpc: Named arguments for blockchain calls 8 years ago
Pieter Wuille 3641141c8f Move tx estimation data out of CCheckPointData 8 years ago
Pieter Wuille a4bac66cca [MOVEONLY] Move progress estimation out of checkpoints 8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
Anditto Heristyo afe5b3f553 Added missing colons in when running help command 8 years ago
jonnynewbs d29505db22 Fix transaction size comments. Size now refers to virtual size as defined in BIP141. 8 years ago
Gregory Sanders bc7ff8db99 Add option to return non-segwit serialization via rpc 8 years ago
Matt Corallo 2736c44c8e Make the optional pblock in ActivateBestChain a shared_ptr 8 years ago
Matt Corallo 76faa3cdfe Rename the remaining main.{h,cpp} to validation.{h,cpp} 8 years ago
fanquake e3c4f7e182
Correct help output for waitfor RPC commands 8 years ago
Pieter Wuille 1662b437b3 Make CBlock::vtx a vector of shared_ptr<CTransaction> 8 years ago
S. Matthew English 1c3ecc70c8 instance of 'mem pool' to 'mempool' 8 years ago
S. Matthew English 3a286abf8f Eliminating Inconsistencies in Textual Output 8 years ago
mruddy fc146095d2 RPC: augment getblockchaininfo bip9_softforks data 8 years ago
Jonas Schnelli 69d1c25768
[RPC] Give RPC commands more information about the RPC request 8 years ago
Luke Dashjr a78e5428ac Bugfix: Trivial: RPC: getblockchaininfo help: pruneheight is the lowest, not highest, block 8 years ago
Matt Corallo f5efa28393 Remove CConnman parameter from ProcessNewBlock/ActivateBestChain 8 years ago
MarcoFalke fa05cfdf25 [rpc] throw JSONRPCError when utxo set can not be read 8 years ago
Pavel Janík 4731cab8fb Do not shadow variables 8 years ago
Cory Fields 8d58c4d81f net: Pass CConnman around as needed 8 years ago
Cory Fields d6a5dc4a2e add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for tests 8 years ago
Jorge Timón cdd79eb70f C++11: s/boost::scoped_ptr/std::unique_ptr/ 8 years ago
Pieter Wuille 5127c4f21c Add preciousblock RPC 8 years ago
Pavel Janík de1bbe3b78 Do not shadow global RPC table variable (tableRPC) 8 years ago
NicolasDorier 122786d0e0 Consensus: Remove ISM 8 years ago
Suhas Daftuar 2c06bae39e Rename "block cost" to "block weight" 8 years ago
Pavel Janík 2129fcea69 The bit field is shown only when status is "started" 8 years ago
jl2012 409f83322e RPC: Hide softfork if timeout is 0 8 years ago
Daniel Cousens 27f8126ff3 remove unnecessary LOCK(cs_main) 8 years ago
Pieter Wuille 2b1f6f9ccf BIP141: Other consensus critical limits, and BIP145 8 years ago
Johnson Lau 7c4bf779e8 [RPC] Return witness data in blockchain RPCs 8 years ago
Pieter Wuille 8b49040854 BIP141: Commitment structure and deployment 8 years ago
Suhas Daftuar 7f6eda8043 Add ancestor statistics to mempool entry RPC output 8 years ago
Suhas Daftuar b09b8135ae Add getmempoolentry RPC call 8 years ago
Suhas Daftuar 0dfd86956d Add getmempooldescendants RPC call 8 years ago
Suhas Daftuar 8f7b5dc4af Add getmempoolancestors RPC call 9 years ago
Suhas Daftuar 5ec0cde371 Refactor logic for converting mempool entries to JSON 9 years ago