64 Commits (5754e0341b7c033d4caf99534aca47e9981bd7ed)

Author SHA1 Message Date
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
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 8 years ago
Suhas Daftuar 5ec0cde371 Refactor logic for converting mempool entries to JSON 8 years ago
instagibbs 657e07efa3 Rename ReconsiderBlock func to reflect real behavior 8 years ago
instagibbs addb9d2a09 Remove state arg from ReconsiderBlock 8 years ago
face d0a6353dec Pass CChainParams to DisconnectTip() 8 years ago
mrbandrews 87049e832d Speed up getchaintips. 8 years ago
Wladimir J. van der Laan 76212bbc6a rpc: make sure `gettxoutsetinfo` hash has txids 8 years ago
Wladimir J. van der Laan 509cb006d5 txdb: Add Cursor() method to CCoinsView to iterate over UTXO set 8 years ago
Rusty Russell 85c807c9ea getblockchaininfo: make bip9_softforks an object, not an array. 8 years ago
mruddy 92107d574d RPC: add versionHex in getblock and getblockheader JSON results; expand data in getblockchaininfo bip9_softforks field. 8 years ago
Wladimir J. van der Laan fb8a8cf2e6 rpc: Register calls where they are defined 8 years ago
Pieter Wuille 65751a3cf2 Add CHECKSEQUENCEVERIFY softfork through BIP9 8 years ago
Pieter Wuille d23f6c6a0d Softfork status report in RPC 8 years ago
Pavel Vasin a6ee0caa4e use cached block hash in blockToJSON() 8 years ago
Daniel Cousens a0eaff8a1d move rpc* to rpc/ 9 years ago