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
2022-02-14
Merge bitcoin/bitcoin#24187: Followups for getdeploymentinfo
MarcoFalke
2022-02-04
rpc/blockchain: rename getdeploymentinfo tip/active_chain_tip to blockindex
Anthony Towns
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2022-01-31
Merge bitcoin/bitcoin#24136: Extract CTxIn::MAX_SEQUENCE_NONFINAL constant, r...
MarcoFalke
2022-01-30
doc: Fix typos pointed out by lint-spelling
brunoerg
2022-01-28
rpc/blockchain: a constant craving
Anthony Towns
2022-01-28
trivial: comment tweaks
Anthony Towns
2022-01-28
rpc documentation improvements
Anthony Towns
2022-01-28
Merge bitcoin/bitcoin#23508: Add getdeploymentinfo RPC
MarcoFalke
2022-01-27
Merge bitcoin/bitcoin#22932: Add CBlockIndex lock annotations, guard nStatus/...
laanwj
2022-01-26
Merge bitcoin/bitcoin#16795: rpc: have raw transaction decoding infer output ...
Andrew Chow
2022-01-26
Extract CTxIn::MAX_SEQUENCE_NONFINAL constant
MarcoFalke
2022-01-26
transaction decoding infer output descriptors
Gregory Sanders
2022-01-25
Guard CBlockIndex::nStatus/nFile/nDataPos/nUndoPos by cs_main
Jon Atack
2022-01-25
Require IsBlockPruned() to hold mutex cs_main
Jon Atack
2022-01-25
doc: Fix rpc docs
MarcoFalke
2022-01-25
Merge bitcoin/bitcoin#23706: rpc: getblockfrompeer followups
MarcoFalke
2022-01-19
scripted-diff: rename cs_mapLocalHost -> g_maplocalhost_mutex
w0xlt
2022-01-15
rpc: getdeploymentinfo: include signalling info
Anthony Towns
2022-01-15
rpc: getdeploymentinfo: include block hash/height
Anthony Towns
2022-01-15
rpc: getdeploymentinfo: change stats to always refer to current period
Anthony Towns
2022-01-15
rpc: getdeploymentinfo: allow specifying a blockhash other than tip
Anthony Towns
2022-01-15
rpc: move softfork info from getblockchaininfo to getdeploymentinfo
Anthony Towns
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2022-01-07
Merge bitcoin/bitcoin#23974: Make blockstorage globals private members of Blo...
fanquake
2022-01-05
Move functions to BlockManager
MarcoFalke
2022-01-05
doc: Fix typo in getmempoolinfo
MarcoFalke
2022-01-05
Merge bitcoin/bitcoin#23411: refactor: Avoid integer overflow in ApplyStats w...
MarcoFalke
2022-01-04
doc: Mark proprietary array optional
MarcoFalke
2022-01-04
Merge bitcoin/bitcoin#23936: rpc: Add and use EnsureArgsman helper
MarcoFalke
2022-01-04
Merge bitcoin/bitcoin#23320: rpc: Add RPC help for getblock verbosity level 3
W. J. van der Laan
2022-01-02
doc: Fix dumptxoutset RPC help doc
MarcoFalke
2022-01-02
rpc: Use EnsureAnyArgsman in rpc/blockchain
MarcoFalke
2022-01-02
rpc: Add EnsureArgsman helper
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-24
rpc: use peer_id, block_hash for FetchBlock
Sjors Provoost
2021-12-24
rpc: more detailed errors for getblockfrompeer
Sjors Provoost
2021-12-24
rpc: turn already downloaded into error in getblockfrompeer
Sjors Provoost
2021-12-24
rpc: clarify getblockfrompeer behavior when called multiple times
Sjors Provoost
2021-12-24
refactor: drop redundant hash argument from FetchBlock
Sjors Provoost
2021-12-24
rpc: allow empty JSON object result
Sjors Provoost
2021-12-17
refactor: Avoid integer overflow in ApplyStats when activating snapshot
MarcoFalke
2021-12-17
style: Remove unused whitespace
MarcoFalke
2021-12-16
Merge bitcoin/bitcoin#23721: wallet, refactor: Move restorewallet() logic to ...
MarcoFalke
2021-12-15
refactor: Move restorewallet() RPC logic to the wallet section
w0xlt
2021-12-15
Merge bitcoin/bitcoin#22674: validation: mempool validation and submission fo...
W. J. van der Laan
2021-12-15
Merge bitcoin/bitcoin#23758: net: Use type-safe mockable time for peer connec...
MarcoFalke
2021-12-14
Merge bitcoin/bitcoin#22777: net processing: don't request tx relay on feeler...
MarcoFalke
2021-12-14
refactor: remove unneeded calls to strprintf()
fanquake
2021-12-13
rpc: Quote user supplied strings in error messages
MarcoFalke
[next]