index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
Age
Commit message (
Expand
)
Author
2024-10-09
Merge bitcoin/bitcoin#30955: Mining interface: getCoinbaseMerklePath() and su...
Ava Chow
2024-10-01
refactor: Use wait_for predicate to check for interrupt
MarcoFalke
2024-10-01
doc: Clarify waitTipChanged docs
MarcoFalke
2024-09-30
Merge bitcoin/bitcoin#30043: net: Replace libnatpmp with built-in PCP+NATPMP ...
Ava Chow
2024-09-30
net: Replace libnatpmp with built-in NATPMP+PCP implementation in mapport
laanwj
2024-09-26
Add submitSolution to BlockTemplate interface
Sjors Provoost
2024-09-26
Add getCoinbaseMerklePath() to Mining interface
Sjors Provoost
2024-09-23
Merge bitcoin/bitcoin#30409: Introduce waitTipChanged() mining interface, rep...
Ava Chow
2024-09-20
Merge bitcoin/bitcoin#30828: interfaces: #30697 follow ups
Ava Chow
2024-09-17
Add waitTipChanged to Mining interface
Sjors Provoost
2024-09-17
Rename getTipHash() to getTip() and return BlockRef
Sjors Provoost
2024-09-17
refactor: rename BlockKey to BlockRef
Sjors Provoost
2024-09-13
Have createNewBlock return BlockTemplate interface
Sjors Provoost
2024-09-11
chain: simplify `deleteRwSettings` code and improve it's doc
ismaelsadeeq
2024-09-11
chain: dont check for null settings value in `overwriteRwSetting`
ismaelsadeeq
2024-09-11
chain: ensure `updateRwSetting` doesn't update to a null settings
ismaelsadeeq
2024-09-08
chain: uniformly use `SettingsAction` enum in settings methods
ismaelsadeeq
2024-09-06
multiprocess: Add -ipcbind option to bitcoin-node
Russell Yanofsky
2024-09-06
multiprocess: Add IPC connectAddress and listenAddress methods
Russell Yanofsky
2024-09-05
chain: move new settings safely in `overwriteRwSetting`
ismaelsadeeq
2024-09-03
Merge bitcoin/bitcoin#26619: log: expand BCLog::LogFlags (categories) to 64 bits
Ava Chow
2024-08-26
wallet: bugfix: ensure atomicity in settings updates
ismaelsadeeq
2024-08-13
log: expand BCLog::LogFlags (categories) to 64 bits
Larry Ruane
2024-08-13
gui: Use wallet name for wallet migration rather than WalletModel
Ava Chow
2024-08-13
wallet, interfaces: Include database format in listWalletDir
Ava Chow
2024-08-02
Merge bitcoin-core/gui#626: Showing Local Addresses in Node Window
Hennadii Stepanov
2024-08-02
net: Providing an interface for mapLocalHost
Jadi
2024-07-16
refactor: pass BlockCreateOptions to createNewBlock
Sjors Provoost
2024-07-14
Merge bitcoin-core/gui#825: Show maximum mempool size in information window
Hennadii Stepanov
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-20
add node interface method for getting maximum mempool size
Sebastian Falbesoner
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
2024-05-16
util: add TransactionError includes and namespace declarations
Ryan Ofsky
2024-05-16
common: Add PSBTError enum
Ryan Ofsky
2024-05-16
util: move util/message to common/signmessage
Ryan Ofsky
2024-04-16
wallet: return and display signer error
Sjors Provoost
2024-01-05
Merge bitcoin/bitcoin#28890: rpc: Remove deprecated -rpcserialversion
fanquake
2023-12-17
wallet, mempool: propagete `checkChainLimits` error message to wallet
ismaelsadeeq
2023-12-11
Remove deprecated -rpcserialversion
MarcoFalke
2023-11-14
Use ParamsWrapper for witness serialization
Anthony Towns
[next]