35 Commits (5b2ea29cf4fd298346437bb16a54407f8c1f9dca)

Author SHA1 Message Date
Jorge Timón cdd79eb70f C++11: s/boost::scoped_ptr/std::unique_ptr/ 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 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
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