Age | Commit message (Expand) | Author |
2021-04-01 | Merge #21311: rpc: document optional fields for getchaintxstats result | fanquake |
2021-03-29 | refactor: replace util::Ref by std::any (C++17) | Sebastian Falbesoner |
2021-03-29 | Merge #20286: rpc: deprecate `addresses` and `reqSigs` from rpc outputs | MarcoFalke |
2021-03-26 | Merge #21390: test: Test improvements for UTXO set hash tests | MarcoFalke |
2021-03-23 | rpc: Improve gettxoutsetinfo help | Fabian Jahr |
2021-03-23 | rpc: deprecate `addresses` and `reqSigs` from rpc outputs | Michael Dietz |
2021-03-15 | rpc: remove scantxoutset EXPERIMENTAL warning | Jon Atack |
2021-03-15 | Merge #20556: rpc: Properly document return values (submitblock, gettxout, ge... | fanquake |
2021-03-08 | node/coinstats: Pass in BlockManager to GetUTXOStats | Carl Dong |
2021-03-04 | Merge #21055: [Bundle 3/n] Prune remaining g_chainman usage in validation fun... | Wladimir J. van der Laan |
2021-03-01 | validation: Pass in chainstate to CVerifyDB::VerifyDB | Carl Dong |
2021-03-01 | validation: Remove global ::VersionBitsTip{State,SinceHeight,Statistics} | Carl Dong |
2021-03-01 | validation: Pass in chainstate to ::PruneBlockFilesManual | Carl Dong |
2021-02-27 | rpc: document optional fields for getchaintxstats result | Sebastian Falbesoner |
2021-02-25 | rpc: Properly document scantxoutset return value | MarcoFalke |
2021-02-25 | rpc: Properly document gettxout return value | MarcoFalke |
2021-02-23 | Merge #21053: rpc, test: document {previous,next}blockhash as optional | MarcoFalke |
2021-02-22 | validation: Remove global ::{{Precious,Invalidate}Block,ResetBlockFailureFlags} | Carl Dong |
2021-02-12 | move-onlyish: break out CreateUTXOSnapshot from dumptxoutset | James O'Beirne |
2021-02-12 | Merge #19145: Add hash_type MUHASH for gettxoutsetinfo | Wladimir J. van der Laan |
2021-02-10 | Merge #21114: Deduplicate some block-to-JSON code | Wladimir J. van der Laan |
2021-02-10 | Deduplicate some block-to-JSON code. | Daniel Kraft |
2021-02-08 | Merge #20944: rpc: Return total fee in getmempoolinfo | MarcoFalke |
2021-02-01 | Merge #20749: [Bundle 1/n] Prune g_chainman usage related to ::LookupBlockIndex | Wladimir J. van der Laan |
2021-01-30 | rpc: Add hash_type MUHASH to gettxoutsetinfo | Fabian Jahr |
2021-01-29 | rpc, test: document {previous,next}blockhash as optional | Sebastian Falbesoner |
2021-01-28 | validation: Remove global ::ActivateBestChain | Carl Dong |
2021-01-28 | scripted-diff: Use BlockManager::LookupBlockIndex | Carl Dong |
2021-01-28 | rpc: Return total fee in mempool | MarcoFalke |
2021-01-28 | rpc: Remove duplicate name and argNames from CRPCCommand | MarcoFalke |
2021-01-15 | Replace fs::absolute calls with AbsPathJoin calls | Kiminuo |
2021-01-12 | doc, rpc: add missing signet mentions in network name lists | Sebastian Falbesoner |
2021-01-07 | Merge #20584: Declare de facto const reference variables/member functions as ... | MarcoFalke |
2020-12-24 | Merge #18772: rpc: calculate fees in getblock using BlockUndo data | MarcoFalke |
2020-12-06 | Don't declare de facto const reference variables as non-const | practicalswift |
2020-12-03 | Remove the remaining fee estimation globals | Antoine Poinsot |
2020-11-01 | docs: Correct getblockstats documentation for (sw)total_weight | Nadav Ivgi |
2020-10-15 | Merge #19953: Implement BIP 340-342 validation (Schnorr/taproot/tapscript) | Wladimir J. van der Laan |
2020-10-12 | Activate Taproot/Tapscript on regtest (BIP 341, BIP 342) | Pieter Wuille |
2020-10-09 | RPC: getblock: tx fee calculation for verbosity 2 via Undo data | Elliott Jin |
2020-10-03 | RPC: remove duplicate line in getblock help | Fabian Jahr |
2020-09-22 | Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas | Gregory Sanders |
2020-09-22 | Merge #19849: Assert that RPCArg names are equal to CRPCCommand ones (blockch... | MarcoFalke |
2020-09-04 | Remove mapLinks in favor of entry inlined structs with iterator type erasure | Jeremy Rubin |
2020-08-31 | Assert that RPCArg names are equal to CRPCCommand ones (blockchain) | MarcoFalke |
2020-08-21 | docs: Correct description for getblockstats's txs field | Nadav Ivgi |
2020-08-19 | doc: Fix getmempoolancestor RPC result doc | MarcoFalke |
2020-08-02 | refactor: Use C++11 range based for loops to simplify rpc code | MarcoFalke |
2020-07-24 | rpc: RPCResult Type of MempoolEntryDescription should be OBJ. If multiple ent... | Chris L |
2020-07-14 | Merge #19323: gui: Fix regression in *txoutset* in GUI console | MarcoFalke |