46 Commits (d736a6eb1f91ba88059ff41634bd4ea715d9a1f1)

Author SHA1 Message Date
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" 9 years ago
jl2012 409f83322e RPC: Hide softfork if timeout is 0 9 years ago
Daniel Cousens 27f8126ff3 remove unnecessary LOCK(cs_main) 9 years ago
Pieter Wuille 2b1f6f9ccf BIP141: Other consensus critical limits, and BIP145 9 years ago
Johnson Lau 7c4bf779e8 [RPC] Return witness data in blockchain RPCs 9 years ago
Pieter Wuille 8b49040854 BIP141: Commitment structure and deployment 9 years ago
Suhas Daftuar 7f6eda8043 Add ancestor statistics to mempool entry RPC output 9 years ago
Suhas Daftuar b09b8135ae Add getmempoolentry RPC call 9 years ago
Suhas Daftuar 0dfd86956d Add getmempooldescendants RPC call 9 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
instagibbs 657e07efa3 Rename ReconsiderBlock func to reflect real behavior 9 years ago
instagibbs addb9d2a09 Remove state arg from ReconsiderBlock 9 years ago
face d0a6353dec Pass CChainParams to DisconnectTip() 9 years ago
mrbandrews 87049e832d Speed up getchaintips. 9 years ago
Wladimir J. van der Laan 76212bbc6a rpc: make sure `gettxoutsetinfo` hash has txids 9 years ago
Wladimir J. van der Laan 509cb006d5 txdb: Add Cursor() method to CCoinsView to iterate over UTXO set 9 years ago
Rusty Russell 85c807c9ea getblockchaininfo: make bip9_softforks an object, not an array. 9 years ago
mruddy 92107d574d RPC: add versionHex in getblock and getblockheader JSON results; expand data in getblockchaininfo bip9_softforks field. 9 years ago
Wladimir J. van der Laan fb8a8cf2e6 rpc: Register calls where they are defined 9 years ago
Pieter Wuille 65751a3cf2 Add CHECKSEQUENCEVERIFY softfork through BIP9 9 years ago
Pieter Wuille d23f6c6a0d Softfork status report in RPC 9 years ago
Pavel Vasin a6ee0caa4e use cached block hash in blockToJSON() 9 years ago
Daniel Cousens a0eaff8a1d move rpc* to rpc/ 9 years ago
Gregory Sanders 94bdd71f9b Added help text for chainwork value 9 years ago
paveljanik 3a9dfe9d14 Fix typo, wrong information in gettxout help text. 9 years ago
James O'Beirne 4745636126 Add RPC documentation for getblockheader[chainwork]. 9 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
Suhas Daftuar eb306664e7 Fix mempool limiting for PrioritiseTransaction 9 years ago
Alex Morcos f3fe83673e Add a score index to the mempool. 9 years ago
Pavel Janík b212f94dd9 Describe maxmempool and mempoolminfee in the getmempoolinfo RPC help. 9 years ago
Jorge Timón 2e29e7e247 Globals: Remove a bunch of Params() calls from main.cpp: 9 years ago
Alex Morcos 6303051470 EstimateSmart functions consider mempool min fee 9 years ago
Peter Todd 6531f17a78
Add mediantime field to getblock and getblockheader 9 years ago
Peter Todd 7259769d7f Document new mediantime field in getblockchaininfo 9 years ago
Peter Todd 748321eb5b
Add mediantime field to getblockchaininfo RPC call 9 years ago
Jorge Timón 87cbdb8b41 Globals: Explicit Consensus::Params arg for main: 9 years ago
Wladimir J. van der Laan 10e2eae35c rpc: Add maxmempool and effective min fee to getmempoolinfo 9 years ago
Peter Todd 65ef372302
Add BIP65 to getblockchaininfo softforks list 9 years ago