Age | Commit message (Expand) | Author |
2021-03-17 | Merge #21415: refactor: remove Optional & nullopt | Wladimir J. van der Laan |
2021-03-15 | rpc: remove scantxoutset EXPERIMENTAL warning | Jon Atack |
2021-03-15 | Merge #21035: Remove pointer cast in CRPCTable::dumpArgMap | MarcoFalke |
2021-03-15 | Merge #20556: rpc: Properly document return values (submitblock, gettxout, ge... | fanquake |
2021-03-15 | scripted-diff: remove Optional & nullopt | fanquake |
2021-03-08 | node/coinstats: Pass in BlockManager to GetUTXOStats | Carl Dong |
2021-03-08 | miner: Pass in blockman to ::RegenerateCommitments | Carl Dong |
2021-03-08 | scripted-diff: Invoke CreateNewBlock with chainstate | Carl Dong |
2021-03-04 | net: Replace enum CConnMan::NumConnections with enum class ConnectionDirection | Luke Dashjr |
2021-03-04 | Merge #21055: [Bundle 3/n] Prune remaining g_chainman usage in validation fun... | Wladimir J. van der Laan |
2021-03-03 | Change all ping times to std::chrono types | Pieter Wuille |
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-03-01 | init: introduce I2P connectivity options | Vasil Dimov |
2021-03-01 | Merge #18466: rpc: fix invalid parameter error codes for {sign,verify}message... | Wladimir J. van der Laan |
2021-02-25 | rpc: Properly document submitblock return value | MarcoFalke |
2021-02-25 | rpc: Properly document getblocktemplate return value | MarcoFalke |
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-23 | rpc: add external_signer option to createwallet | Sjors Provoost |
2021-02-22 | validation: Remove global ::{{Precious,Invalidate}Block,ResetBlockFailureFlags} | Carl Dong |
2021-02-18 | scripted-diff: Invoke ::AcceptToMemoryPool with chainstate | Carl Dong |
2021-02-16 | Merge #19806: validation: UTXO snapshot activation | Wladimir J. van der Laan |
2021-02-15 | [net processing] Move ping data fields to net processing | John Newbery |
2021-02-15 | Merge #20965: net, rpc: return NET_UNROUTABLE as not_publicly_routable, auto... | MarcoFalke |
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-11 | Merge #21062: refactor: return MempoolAcceptResult from ATMP | MarcoFalke |
2021-02-11 | Merge #21043: net: Avoid UBSan warning in ProcessMessage(...) | MarcoFalke |
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-09 | [refactor] return MempoolAcceptResult | gzhao408 |
2021-02-08 | Merge #20944: rpc: Return total fee in getmempoolinfo | MarcoFalke |
2021-02-02 | [refactor] clean up logic in testmempoolaccept | gzhao408 |
2021-02-02 | util: Disallow negative mocktime | MarcoFalke |
2021-02-02 | rpc: use GetNetworkNames() in getnetworkinfo and getpeerinfo helps | Jon Atack |
2021-02-01 | Merge #20464: refactor: Treat CDataStream bytes as uint8_t | Wladimir J. van der Laan |
2021-02-01 | Merge #20749: [Bundle 1/n] Prune g_chainman usage related to ::LookupBlockIndex | Wladimir J. van der Laan |
2021-02-01 | Merge #20941: rpc: document RPC_TRANSACTION_ALREADY_IN_CHAIN exception | MarcoFalke |
2021-01-30 | rpc: Add hash_type MUHASH to gettxoutsetinfo | Fabian Jahr |
2021-01-29 | Remove pointer cast in CRPCTable::dumpArgMap | Russell Yanofsky |
2021-01-29 | refactor: Add RPC server ExecuteCommands function | Russell Yanofsky |
2021-01-29 | refactor: Replace JSONRPCRequest fHelp field with mode field | Russell Yanofsky |
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 | validation: Pass in chainstate to TestBlockValidity | Carl Dong |
2021-01-28 | scripted-diff: Use BlockManager::LookupBlockIndex | Carl Dong |
2021-01-28 | rpc: Return total fee in mempool | MarcoFalke |