10 Commits (9ad1a518574b9afed3e66a1e1658ead1d3d7ce54)

Author SHA1 Message Date
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
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
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 9 years ago
Chris Arnesen 803f51efe4 Typo in GetRawMemPool RPC method help: "]" --> "}" 9 years ago
Jonas Schnelli 03c56872b5 appropriate response when trying to get a block in pruned mode 9 years ago
Cory Fields 11982d366d checkpoints: Decouple checkpoints from Params 9 years ago
Jonas Schnelli 1b2e555593 add autoprune information to RPC "getblockchaininfo" 9 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