Age | Commit message (Expand) | Author |
2019-10-15 | Remove unused includes | practicalswift |
2019-08-06 | refactor: pcoinsTip -> CChainState::CoinsTip() | James O'Beirne |
2019-07-05 | rpc: migrate JSONRPCRequest functionality into request.cpp | Karl-Johan Alm |
2019-05-03 | scripted-diff: replace chainActive -> ::ChainActive() | James O'Beirne |
2019-02-25 | rpc: Pass mempool into MempoolToJSON | MarcoFalke |
2019-01-30 | Merge #15159: [RPC] Remove lookup to UTXO set from GetTransaction | MarcoFalke |
2019-01-26 | [RPC] Update getrawtransaction interface | Amiti Uttarwar |
2019-01-22 | Merge #14353: REST: add blockhash call, fetch blockhash by height | Jonas Schnelli |
2019-01-21 | REST: add "blockhashbyheight" call, fetch blockhash by height | Jonas Schnelli |
2019-01-04 | Merge #12151: rpc: Remove cs_main lock from blockToJSON and blockheaderToJSON | MarcoFalke |
2018-11-05 | Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort ... | practicalswift |
2018-11-04 | scripted-diff: Move util files to separate directory. | Jim Posen |
2018-09-25 | Consolidate redundant implementations of ParseHashStr | Ben Woosley |
2018-09-23 | [REST] improve performance for JSON calls | Antoine Le Calvez |
2018-09-09 | rpc: Remove cs_main lock from blockToJSON and blockHeaderToJSON | João Barbosa |
2018-09-03 | Increase signal to noise in appveyor build output by reducing the MSVC warnin... | practicalswift |
2018-08-11 | Cleanup StartRest() | DesWurstes |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-05-30 | refactor: add a function for determining if a block is pruned or not | Karl-Johan Alm |
2018-05-06 | Remove enum specifier (to avoid re-declare scoped enum as unscoped) | donaloconnor |
2018-04-25 | [rpc] Public interfaces to GetTransaction block until synced. | Jim Posen |
2018-03-27 | Merge #12717: [REST] Handle UTXO retrieval when ignoring the mempool | Wladimir J. van der Laan |
2018-03-27 | Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class") | Wladimir J. van der Laan |
2018-03-25 | [REST] Handle UTXO retrieval when ignoring the mempool | Roman Zeyde |
2018-03-09 | scripted-diff: Convert 11 enums into scoped enums (C++11) | practicalswift |
2018-03-06 | Add LookupBlockIndex function | João Barbosa |
2018-02-13 | Remove useless string initialization. | Alin Rus |
2018-02-10 | scripted-diff: Use UniValue.pushKV instead of push_back(Pair()) | Karel Bilek |
2018-01-11 | Use the character based overload for std::string::find. | Alin Rus |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-11-07 | Add missing cs_main locks when calling blockToJSON/blockheaderToJSON | practicalswift |
2017-10-02 | Remove duplicate uriParts.size() > 0 check | practicalswift |
2017-09-06 | Merge #10845: Remove unreachable code | Wladimir J. van der Laan |
2017-08-16 | Declare single-argument (non-converting) constructors "explicit" | practicalswift |
2017-08-07 | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in... | practicalswift |
2017-07-16 | Remove unreachable code | practicalswift |
2017-06-22 | Fixed multiple typos | Dimitris Tsapakidis |
2017-06-05 | scripted-diff: Fully remove BOOST_FOREACH | Jorge Timón |
2017-06-01 | scripted-diff: various renames for per-utxo consistency | Pieter Wuille |
2017-06-01 | Switch CCoinsView and chainstate db from per-txid to per-txout | Pieter Wuille |
2017-06-01 | Replace CCoins-based CTxMemPool::pruneSpent with isSpent | Pieter Wuille |
2017-05-26 | Remove/ignore tx version in utxo and undo | Pieter Wuille |
2017-04-28 | refactor TxToJSON() and ScriptPubKeyToJSON() | jonnynewbs |
2017-03-29 | refactor: Make rest.cpp dependency on `*toJSON` in `blockchain.cpp` explicit | Wladimir J. van der Laan |
2017-01-27 | Refactor: Remove using namespace <xxx> from src/*.cpp. | Karl-Johan Alm |
2017-01-12 | Avoid boost dynamic_bitset in rest_getutxos | Pieter Wuille |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-12-05 | Adapt ZMQ/rest serialization to take rpcserialversion arg | instagibbs |
2016-12-02 | Switch GetTransaction to returning a CTransactionRef | Pieter Wuille |