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
/
rpc
Age
Commit message (
Expand
)
Author
2024-10-10
scripted-diff: drop config/ subdir for bitcoin-config.h, rename to bitcoin-bu...
Sebastian Falbesoner
2024-10-08
Merge bitcoin/bitcoin#30967: refactor: Replace g_genesis_wait_cv with m_tip_b...
Ryan Ofsky
2024-10-02
rpc: add getorphantxs
tdb3
2024-10-02
refactor: move verbosity parsing to rpc/util
tdb3
2024-10-01
refactor: Split up NodeContext shutdown_signal and shutdown_request
Ryan Ofsky
2024-10-01
bugfix: Mark m_tip_block_cv as guarded by m_tip_block_mutex
MarcoFalke
2024-09-26
doc: fix loadtxoutset example
fanquake
2024-09-17
Remove unused g_best_block
Ryan Ofsky
2024-09-17
rpc: use waitTipChanged for longpoll
Ryan Ofsky
2024-09-17
Remove unused CRPCSignals
Sjors Provoost
2024-09-17
Replace RPCNotifyBlockChange with waitTipChanged()
Sjors Provoost
2024-09-17
rpc: check for negative timeout arg in waitfor*
Sjors Provoost
2024-09-17
rpc: recommend -rpcclienttimeout=0 for waitfor*
Sjors Provoost
2024-09-17
rpc: fix waitfornewblock description
Sjors Provoost
2024-09-17
node: Track last block that received a blockTip notification
Sjors Provoost
2024-09-17
Rename getTipHash() to getTip() and return BlockRef
Sjors Provoost
2024-09-16
Merge bitcoin/bitcoin#30410: rpc, rest: Improve block rpc error handling, che...
Ava Chow
2024-09-13
rpc: check block index before reading block / undo data
Martin Zumsande
2024-09-13
rpc: Improve gettxoutproof error when only header is available.
Martin Zumsande
2024-09-13
rpc: Improve getblock / getblockstats error when only header is available.
Martin Zumsande
2024-09-13
Have createNewBlock return BlockTemplate interface
Sjors Provoost
2024-09-11
Merge bitcoin/bitcoin#30807: Fix peers abruptly disconnecting from AssumeUTXO...
Ava Chow
2024-09-10
assumeUTXO: fix peers disconnection during sync
furszy
2024-09-10
Merge bitcoin/bitcoin#30773: Remove unsafe uint256S() and test-only uint160S()
Ryan Ofsky
2024-09-05
refactor: Manage dumptxoutset RAII classes with std::optional
Fabian Jahr
2024-09-04
Merge bitcoin/bitcoin#30808: rpc: dumptxoutset height parameter follow-ups (2...
Ava Chow
2024-09-04
refactor: rpc: use uint256::FromHex for ParseHashV
stickies-v
2024-09-04
rpc: Manage dumptxoutset rollback with RAII class
Fabian Jahr
2024-09-04
doc: Add -rpcclienttimeout=0 to loadtxoutset examples
Fabian Jahr
2024-09-04
rpc: Don't re-enable previously disabled network after dumptxoutset
Fabian Jahr
2024-09-03
Merge bitcoin/bitcoin#26619: log: expand BCLog::LogFlags (categories) to 64 bits
Ava Chow
2024-09-03
Merge bitcoin/bitcoin#30742: kernel: Use spans instead of vectors for passing...
Ava Chow
2024-09-03
Merge bitcoin/bitcoin#29553: assumeutxo: Add dumptxoutset height param, remov...
Ava Chow
2024-09-01
rpc, refactor: Prevent potential race conditions in dumptxoutset
Fabian Jahr
2024-09-01
doc: Improve assumeutxo guide and add more docs/comments
Fabian Jahr
2024-09-01
RPC: Add type parameter to dumptxoutset
Fabian Jahr
2024-09-01
RPC: Extract ReconsiderBlock helper
Fabian Jahr
2024-09-01
RPC: Extract InvalidateBlock helper
Fabian Jahr
2024-08-30
validation: Use span for ProcessNewBlockHeaders
TheCharlatan
2024-08-29
scripted-diff: LogPrint -> LogDebug
MarcoFalke
2024-08-28
Merge bitcoin/bitcoin#22838: descriptors: Be able to specify change and recei...
glozow
2024-08-13
log: expand BCLog::LogFlags (categories) to 64 bits
Larry Ruane
2024-08-13
Deduplicate list of chain strings in RPC help texts
Martin Saposnic
2024-08-12
doc: add missing "testnet4" network string in RPC/init help texts
Sebastian Falbesoner
2024-08-12
Merge bitcoin/bitcoin#30524: doc: rpc: Use "output script" consistently (2/2)
merge-script
2024-08-09
Merge bitcoin/bitcoin#30598: assumeutxo: Drop block height from metadata
Ava Chow
2024-08-08
assumeutxo: Drop block height from metadata
Fabian Jahr
2024-08-08
rpc: Have deriveaddresses derive receiving and change
Ava Chow
2024-08-08
descriptors: Change Parse to return vector of descriptors
Ava Chow
2024-08-07
Merge bitcoin/bitcoin#30525: doc, rpc : `#30275` followups
Ava Chow
[next]