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-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
2024-08-05
rpc: clarify ALREADY_IN_CHAIN rpc errors
willcl-ark
2024-08-05
Merge bitcoin/bitcoin#29656: chainparams: Change nChainTx type to uint64_t
glozow
2024-08-04
Merge bitcoin/bitcoin#29798: Logging cleanup
Ryan Ofsky
2024-08-04
scripted-diff: Modernize naming of nChainTx and nTxCount
Fabian Jahr
2024-08-04
rpc: make logging method reject "0" category and correct the help text
Vasil Dimov
2024-08-02
Merge bitcoin/bitcoin#30352: policy: Add PayToAnchor(P2A), `OP_1 <0x4e73>` as...
glozow
2024-08-02
[rpc, fees]: add more detail on the fee estimation modes
ismaelsadeeq
[next]