Age | Commit message (Expand) | Author |
2021-05-01 | scripted-diff: Clarify that feerates are per virtual size | MarcoFalke |
2021-04-23 | validation: prepare VerifyDB for assumeutxo | James O'Beirne |
2021-04-23 | refactor: rename active_chainstate in VerifyDB | James O'Beirne |
2021-04-19 | Merge #21679: rpc: Keep default argument value in correct type | MarcoFalke |
2021-04-19 | Merge #21718: rpc: Improve error message for getblock invalid datatype. | fanquake |
2021-04-18 | rpc: Improve getblock error message for invalid data type. | klementtan |
2021-04-17 | Merge #21391: [Bundle 5/n] Prune g_chainman usage in RPC modules | MarcoFalke |
2021-04-17 | rpc: Keep default argument value in correct type | João Barbosa |
2021-04-15 | Merge #21377: Speedy trial support for versionbits | fanquake |
2021-04-14 | rpc/rest: Take and reuse local Chain/ChainState obj | Carl Dong |
2021-04-14 | rpc: style: Improve BuriedForkDescPushBack signature | Carl Dong |
2021-04-14 | rpc: Remove unnecessary casting of block height | Carl Dong |
2021-04-14 | rpc: Tidy up local references (see commit message) | Carl Dong |
2021-04-14 | rest/rpc: Remove now-unused old Ensure functions | Carl Dong |
2021-04-14 | scripted-diff: rest/rpc: Use renamed EnsureAny*() | Carl Dong |
2021-04-14 | rpc: Add renamed EnsureAny*() functions | Carl Dong |
2021-04-12 | rpc: Add alt Ensure* functions acepting NodeContext | Carl Dong |
2021-04-12 | versionbits: Add explicit NEVER_ACTIVE deployments | Anthony Towns |
2021-04-12 | versionbits: Add support for delayed activation | Anthony Towns |
2021-04-05 | move-only: Move *Disk functions to blockstorage | MarcoFalke |
2021-04-05 | rpc/blockchain: Use existing NodeContext | Carl Dong |
2021-04-05 | rpc/*,rest: Add review-only assertion to EnsureChainman | Carl Dong |
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 |