59 Commits (8d713f761b6ce5ab3cca3986b0888c8c78c6ebcc)

Author SHA1 Message Date
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
Luke Dashjr caa3d42f06 Bugfix: RPC: blockchain: Display correct defaults in help for verifychain method 9 years ago
Jonas Schnelli 9623e93473 [Univalue] add univalue over subtree 9 years ago
Suhas Daftuar 5add7a74a6 Track transaction packages in CTxMemPoolEntry 9 years ago
Ashley Holman 34628a1807 TxMemPool: Change mapTx to a boost::multi_index_container 9 years ago
Pavel Janík 70180b2e57 Implement REST mempool API, add test and documentation. 9 years ago
Ross Nicoll 9ca7857df7 Rationalize currency unit to "BTC" 9 years ago
Jorge Timón 9dd793f499 TRIVIAL: Missing includes 9 years ago
Simon Males 0ef9858707 Documenting pruned, pruneheight and softforks in getblockchaininfo 9 years ago
Pieter Wuille 5098c47b24 Implement accurate memory accounting for mempool 9 years ago
Jonas Schnelli c45c7ea0fa [REST] add JSON support for /rest/headers/ 9 years ago
Wladimir J. van der Laan 5ed10793c2 Show softfork status in getblockchaininfo 9 years ago
Wladimir J. van der Laan 57092ed9e7 rpc: make `gettxoutsettinfo` run lock-free 9 years ago
Peter Todd 076badb60f
Add getblockheader RPC call 9 years ago
Jonas Schnelli c7fbbc7e1d fix missing univalue types during constructing 9 years ago
Jonas Schnelli 9a8897f4ac Remove JSON Spirit wrapper, remove JSON Spirit leftovers 9 years ago
Jonas Schnelli 3df0411ad9 remove JSON Spirit UniValue wrapper 9 years ago
Jonas Schnelli 6c7bee0624 expicit set UniValue type to avoid empty values 9 years ago
Jonas Schnelli 53b4671a9d extend conversion to UniValue 9 years ago
Jeff Garzik 15982a8b69 Convert tree to using univalue. Eliminate all json_spirit uses. 9 years ago
jtimon da29ecbcc6 Consensus: MOVEONLY: Move CValidationState from main consensus/validation 10 years ago
Chris Arnesen 803f51efe4 Typo in GetRawMemPool RPC method help: "]" --> "}" 10 years ago
Jonas Schnelli 03c56872b5 appropriate response when trying to get a block in pruned mode 10 years ago
Cory Fields 11982d366d checkpoints: Decouple checkpoints from Params 10 years ago
Jonas Schnelli 1b2e555593 add autoprune information to RPC "getblockchaininfo" 10 years ago
Eric Lombrozo 4401b2d7c5 Removed main.h dependency from rpcserver.cpp 10 years ago
Wladimir J. van der Laan 34cdc41128 String conversions uint256 -> uint256S 10 years ago
Wladimir J. van der Laan 4f1524966a Replace direct use of 0 with SetNull and IsNull 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Jonas Schnelli 932ef50f77 [REST] JSON output: remove block infos from tx details if it is nested in block 10 years ago
Jonas Schnelli 73351c3686 [REST] /rest/block response with full tx details 10 years ago
Pieter Wuille 32b93a1bc2 Extra explanation for getchaintips 10 years ago
Pieter Wuille 1b91be49f5 Report status of chain tips 10 years ago
Pieter Wuille 9b0a8d3152 Add 'invalidateblock' and 'reconsiderblock' RPC commands. 10 years ago
Pieter Wuille 798faec3ea Add 'invalidateblock' and 'reconsiderblock' RPC commands. 10 years ago
Pieter Wuille 51ce901aa3 Improve chainstate/blockindex disk writing policy 10 years ago
Michael Ford 72fb3d295a Update comments in src/rpc* to be doxygen compatible 10 years ago
Philip Kaufmann 771d500283 minor cleanup: include orders, end comments etc. 10 years ago
dexX7 6261e6e6e0
getblockhash: throw JSONRPCError (not runtime_error) 10 years ago