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-04-25
Remove not needed clang-format off comments
MarcoFalke
2022-04-24
Merge bitcoin/bitcoin#24812: util/check: Add CHECK_NONFATAL identity function...
MarcoFalke
2022-04-21
Merge bitcoin/bitcoin#24213: refactor: use Span in random.*
laanwj
2022-04-19
scripted-diff: Rename pindexBestHeader, fHavePruned
Carl Dong
2022-04-19
move-mostly: Make fHavePruned a BlockMan member
Carl Dong
2022-04-19
style-only: Miscellaneous whitespace changes
Carl Dong
2022-04-19
move-mostly: Make pindexBestHeader a ChainMan member
Carl Dong
2022-04-16
util/check: Add CHECK_NONFATAL identity function, NONFATAL_UNREACHABLE AND UN...
Aurèle Oulès
2022-04-08
RPC: Switch getblockfrompeer back to standard param name blockhash
Luke Dashjr
2022-04-06
doc: Convert remaining comments to clang-tidy format
MarcoFalke
2022-04-06
Merge bitcoin/bitcoin#24681: build: Bump libevent minimum version up to 2.1.8
fanquake
2022-04-06
Merge bitcoin/bitcoin#24732: Remove buggy and confusing IncrementExtraNonce
MarcoFalke
2022-04-05
Remove nHeightEnd and nHeight in generateBlocks helper
MarcoFalke
2022-04-04
refactor: fix clang-tidy named args usage
fanquake
2022-04-02
refactor: Remove outdated libevent logging code
Fabian Jahr
2022-04-01
Remove buggy and confusing IncrementExtraNonce
MarcoFalke
2022-03-31
doc: Use DecodeTxDoc helper
MarcoFalke
2022-03-31
Merge bitcoin/bitcoin#24716: rpc: Fix documentation assertion for `getrawtran...
MarcoFalke
2022-03-30
refactor: use named args when ScriptToUniv or TxToUniv are invoked
Michael Dietz
2022-03-30
refactor: merge ScriptPubKeyToUniv & ScriptToUniv into one function
Michael Dietz
2022-03-30
rpc: Fix documentation assertion for `getrawtransaction`
laanwj
2022-03-30
Merge bitcoin/bitcoin#24118: Add 'sendall' RPC née sweep
MarcoFalke
2022-03-29
Add sendall RPC née sweep
Murch
2022-03-28
Merge bitcoin/bitcoin#23083: rpc: Fail to return undocumented or misdocumente...
fanquake
2022-03-28
doc: Fix getpeerinfo doc
MarcoFalke
2022-03-28
Merge bitcoin/bitcoin#24656: refactor: Move mempool RPCs to rpc/mempool
MarcoFalke
2022-03-25
Merge bitcoin/bitcoin#21160: net/net processing: Move tx inventory into net_p...
fanquake
2022-03-24
rpc: Fail to return undocumented or misdocumented JSON
MarcoFalke
2022-03-24
rpc: Add m_skip_type_check to RPCResult
MarcoFalke
2022-03-24
Merge bitcoin/bitcoin#24636: rpc: Exclude descriptor when address is excluded
fanquake
2022-03-24
Move mempool RPCs to rpc/mempool
MarcoFalke
2022-03-24
style: Add static keyword where possible in rpc/mempool
MarcoFalke
2022-03-23
refactor: use Span in random.*
pasta
2022-03-23
Merge bitcoin/bitcoin#24582: Move txoutproof RPCs to txoutproof.cpp
fanquake
2022-03-23
rpc: Exclude descriptor when address is excluded
MarcoFalke
2022-03-22
Merge bitcoin/bitcoin#24579: doc: Fix getblockchaininfo/getdeploymentinfo RPC...
MarcoFalke
2022-03-18
scripted-diff: rename TxRelay members
John Newbery
2022-03-18
[net processing] Move tx relay data to Peer
John Newbery
2022-03-17
Move txoutproof RPCs to txoutproof.cpp
MarcoFalke
2022-03-17
Merge bitcoin/bitcoin#24515: Only load BlockMan in BlockMan member functions
MarcoFalke
2022-03-16
Merge bitcoin/bitcoin#24537: rpc: Split mempool RPCs from blockchain.cpp
MarcoFalke
2022-03-16
doc: Fix getblockchaininfo/getdeploymentinfo RPC docs
MarcoFalke
2022-03-15
Add RegisterMempoolRPCCommands helper
MarcoFalke
2022-03-11
refactor: Avoid int64_t -> size_t -> int64_t conversion
MarcoFalke
2022-03-11
rpc: Move mempool RPCs to new file
MarcoFalke
2022-03-11
rpc: rename getdeploymentinfo status-next to status_next
Jon Atack
2022-03-09
refactor: more const annotations for uses of CBlockIndex*
Anthony Towns
2022-03-07
Merge bitcoin/bitcoin#24050: validation: Give `m_block_index` ownership of `C...
MarcoFalke
2022-03-01
Merge bitcoin/bitcoin#22834: net: respect -onlynet= when making outbound conn...
laanwj
2022-02-22
style: Modernize range-based loops over m_block_index
Carl Dong
[next]