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
2023-01-03
Merge bitcoin/bitcoin#26289: Use util::Result in for calculating mempool ance...
Andrew Chow
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-21
doc: Refactor/Format getrawtransaction RPC docs and add ScriptPubKeyDoc function
Douglas Chimento
2022-12-19
Merge bitcoin/bitcoin#26515: rpc: skip getpeerinfo for a peer without CNodeSt...
MarcoFalke
2022-12-13
Merge bitcoin/bitcoin#23319: rpc: Return fee and prevout (utxos) to getrawtra...
Andrew Chow
2022-12-13
Merge bitcoin/bitcoin#26628: RPC: Reject RPC requests with same named paramet...
MarcoFalke
2022-12-13
mempool: log/halt when CalculateMemPoolAncestors fails unexpectedly
stickies-v
2022-12-13
mempool: use util::Result for CalculateMemPoolAncestors
stickies-v
2022-12-10
Merge bitcoin/bitcoin#26213: rpc: Strict type checking for RPC boolean parame...
fanquake
2022-12-07
refactor: Replace isTrue with get_bool
MarcoFalke
2022-12-07
bugfix: Strict type checking for RPC boolean parameters
MarcoFalke
2022-12-06
rpc: reduce LOCK(cs_main) scope in gettxoutproof
Andrew Toth
2022-12-06
rpc: reduce LOCK(cs_main) scope in GetUndoChecked and getblockstats
Andrew Toth
2022-12-06
rpc: reduce LOCK(cs_main) scope in blockToJSON
Andrew Toth
2022-12-06
rpc: reduce LOCK(cs_main) scope in GetBlockChecked and getblock
Andrew Toth
2022-12-06
Merge bitcoin/bitcoin#26609: refactor: Move `txmempool_entry.h` --> `kernel/m...
MarcoFalke
2022-12-06
Merge bitcoin/bitcoin#26238: clang-tidy: fixup named argument comments
MarcoFalke
2022-12-05
Merge bitcoin/bitcoin#19888: rpc, test: Improve getblockstats for unspendables
Andrew Chow
2022-12-05
Fixup clang-tidy named argument comments
fanquake
2022-12-05
Merge bitcoin/bitcoin#24226: rpc: warn that nodes ignore requests for old sta...
MarcoFalke
2022-12-02
bitcoin-cli: Make it an error to specify the "args" parameter two different ways
Ryan Ofsky
2022-12-02
rpc: Make it an error server-side to specify same named parameter multiple times
Ryan Ofsky
2022-11-30
refactor: Move `txmempool_entry.h` --> `kernel/mempool_entry.h`
Hennadii Stepanov
2022-11-29
Merge bitcoin/bitcoin#19762: rpc: Allow named and positional arguments to be ...
Andrew Chow
2022-11-28
rpc: Require NodeStateStats object in getpeerinfo
Martin Zumsande
2022-11-25
Merge bitcoin/bitcoin#26558: doc: add tr() descriptor example to deriveaddresses
fanquake
2022-11-23
doc: add tr() descriptor example to deriveaddresses
FractalEncrypt
2022-11-21
Merge bitcoin/bitcoin#26508: RPC/Blockchain: Minor improvements for scanblock...
MacroFake
2022-11-18
Merge bitcoin/bitcoin#17786: refactor: Nuke policy/fees->mempool circular dep...
glozow
2022-11-16
refactor: Move `CTxMemPoolEntry` class to its own module
Hennadii Stepanov
2022-11-16
RPC/blockchain: scan{blocks,txoutset>: Further doc improvements
Luke Dashjr
2022-11-16
RPC/Blockchain: Clarify invalid-action error in scanblocks & scantxoutset
Luke Dashjr
2022-11-14
Merge bitcoin/bitcoin#26240: rpc: Adjust RPCTypeCheckObj error string
MacroFake
2022-11-05
rpc: Allow named and positional arguments to be used together
Ryan Ofsky
2022-10-30
rpc: Return fee and prevout(s) to getrawtransaction
Douglas Chimento
2022-10-26
rpc: add missing lock around chainman.ActiveTip()
Andrew Toth
2022-10-26
Merge bitcoin/bitcoin#23927: rpc: Pruning nodes can not fetch blocks before s...
Andrew Chow
2022-10-26
Merge bitcoin/bitcoin#26275: Fix crash on deriveaddresses when index is 21474...
MacroFake
2022-10-23
rpc: Improve getblockstats
Fabian Jahr
2022-10-13
Merge bitcoin/bitcoin#25412: rest: add `/deploymentinfo` endpoint
Andrew Chow
2022-10-13
Merge bitcoin/bitcoin#26109: rpc, doc: getpeerinfo updates
Andrew Chow
2022-10-13
Merge bitcoin/bitcoin#23549: Add scanblocks RPC call (attempt 2)
Andrew Chow
2022-10-13
Merge bitcoin/bitcoin#25858: psbt: Only include PSBT_OUT_TAP_TREE when the ou...
glozow
2022-10-12
Merge bitcoin/bitcoin#26280: rpc: Return coinbase flag in scantxoutset
fanquake
2022-10-10
Adjust RPCTypeCheckObj error string
Leonardo Araujo
2022-10-10
Merge bitcoin/bitcoin#26118: log: Use steady clock for bench logging
MacroFake
2022-10-07
rpc: Return coinbase flag in scantxoutset
MacroFake
2022-10-06
psbt: Change m_tap_tree to store just the tuples
Andrew Chow
2022-10-06
rpc: fix crash in deriveaddresses when derivation index is 2147483647
muxator
2022-10-05
refactor: mempool: use CTxMempool::Limits
stickies-v
[next]