Age | Commit message (Expand) | Author |
2021-04-06 | rpc: add time_remaining field to listbanned | Jarol Rodriguez |
2021-04-06 | rpc: add ban_duration field to listbanned | Jarol Rodriguez |
2021-04-06 | doc: improve listbanned help | Jarol Rodriguez |
2021-04-06 | rpc: swap position of banned_until and ban_created fields | Jarol Rodriguez |
2021-04-05 | move-only: Move *Disk functions to blockstorage | MarcoFalke |
2021-04-05 | rpc/rawtx: Use existing NodeContext | Carl Dong |
2021-04-05 | rpc/mining: Use existing NodeContext | Carl Dong |
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-05 | miner: Pass in previous CBlockIndex to RegenerateCommitments | Carl Dong |
2021-04-05 | Merge #21302: wallet: createwallet examples for descriptor wallets | W. J. van der Laan |
2021-04-01 | rpc: Fail to return undocumented return values | MarcoFalke |
2021-04-01 | Merge #21525: [Bundle 4.5/n] Followup fixups to bundle 4 | MarcoFalke |
2021-04-01 | Merge #21311: rpc: document optional fields for getchaintxstats result | fanquake |
2021-03-31 | Merge #21366: refactor: replace util::Ref with std::any (C++17) | W. J. van der Laan |
2021-03-30 | Merge #20228: addrman: Make addrman a top-level component | MarcoFalke |
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-24 | miner: Add chainstate member to BlockAssembler | Carl Dong |
2021-03-24 | Revert "scripted-diff: Invoke CreateNewBlock with chainstate" | Carl Dong |
2021-03-23 | rpc: Improve gettxoutsetinfo help | Fabian Jahr |
2021-03-23 | rpc: deprecate `addresses` and `reqSigs` from rpc outputs | Michael Dietz |
2021-03-20 | [net] remove CConnman::AddNewAddresses | John Newbery |
2021-03-19 | Merge #21328: net, refactor: pass uint16 CService::port as uint16 | MarcoFalke |
2021-03-16 | p2p, refactor: pass and use uint16_t CService::port as uint16_t | Jon Atack |
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-17 | Merge #21415: refactor: remove Optional & nullopt | Wladimir J. van der Laan |
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-03 | rpc: Add HelpExampleCliNamed and use it for `createwallet` doc | Wladimir J. van der Laan |
2021-03-03 | rpc: Add HelpExampleRpcNamed | Ivan Metlushko |
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-27 | rpc: document optional fields for getchaintxstats result | Sebastian Falbesoner |
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 |