Age | Commit message (Expand) | Author |
2024-07-16 | refactor: pass BlockCreateOptions to createNewBlock | Sjors Provoost |
2024-07-08 | tidy: modernize-use-equals-default | MarcoFalke |
2024-06-27 | Have testBlockValidity hold cs_main instead of caller | Sjors Provoost |
2024-06-26 | refactor: testBlockValidity make out argument last | Sjors Provoost |
2024-06-26 | Add missing include for mining interface | Sjors Provoost |
2024-06-18 | rpc: call IsInitialBlockDownload via miner interface | Sjors Provoost |
2024-06-18 | rpc: minize getTipHash() calls in gbt | Sjors Provoost |
2024-06-18 | rpc: call processNewBlock via miner interface | Sjors Provoost |
2024-06-18 | rpc: getTransactionsUpdated via miner interface | Sjors Provoost |
2024-06-18 | rpc: call CreateNewBlock via miner interface | Sjors Provoost |
2024-06-18 | rpc: getblocktemplate getTipHash() via Miner interface | Sjors Provoost |
2024-06-18 | rpc: call TestBlockValidity via miner interface | Sjors Provoost |
2024-06-18 | Introduce Mining interface | Sjors Provoost |