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
/
blockchain.cpp
Age
Commit message (
Expand
)
Author
2024-09-11
assumeUTXO: fix peers disconnection during sync
furszy
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-08
assumeutxo: Drop block height from metadata
Fabian Jahr
2024-08-04
scripted-diff: Modernize naming of nChainTx and nTxCount
Fabian Jahr
2024-08-02
Merge bitcoin/bitcoin#30544: rpc: fix maybe-uninitialized compile warning in ...
merge-script
2024-07-29
rpc: fix maybe-uninitialized compile warning in getchaintxstats
Michael Dietz
2024-07-28
Merge bitcoin/bitcoin#30515: rpc: add utxo's blockhash and number of confirma...
merge-script
2024-07-27
rpc: add utxo's blockhash and number of confirmations to scantxoutset output
Luis Schwab
2024-07-25
doc: rpc: Use "output script" consistently (2/2)
MarcoFalke
2024-07-23
Merge bitcoin/bitcoin#30408: rpc: doc: use "output script" terminology consis...
Ava Chow
2024-07-12
rpc: Use CHECK_NONFATAL over Assert
MarcoFalke
2024-07-10
Merge bitcoin/bitcoin#29668: prune, rpc: Check undo data when finding prunehe...
Ava Chow
2024-07-08
rpc: doc: use "output script" terminology consistently in "asm"/"hex" results
Sebastian Falbesoner
2024-07-05
rpc: Use untranslated error strings in loadtxoutset
MarcoFalke
2024-07-05
refactor: Use named arguments to get path arg in loadtxoutset
MarcoFalke
2024-07-02
Merge bitcoin/bitcoin#29720: rpc: Avoid getchaintxstats invalid results
Ava Chow
2024-07-02
rpc: Reorder getchaintxstats output
MarcoFalke
2024-07-02
rpc: Avoid getchaintxstats invalid results
MarcoFalke
2024-06-23
doc: Add note to getblockfrompeer on missing undo data
Fabian Jahr
2024-06-23
rpc: Make pruneheight also reflect undo data presence
Fabian Jahr
2024-06-21
refactor, blockstorage: Generalize GetFirstStoredBlock
Fabian Jahr
2024-06-19
refactor: Move early loadtxoutset checks into ActiveSnapshot
Fabian Jahr
2024-06-13
refactor: remove warnings globals
stickies-v
2024-06-13
move-only: move warnings from common to node
stickies-v
2024-06-12
Merge bitcoin/bitcoin#29015: kernel: Streamline util library
Ava Chow
2024-05-24
assumeutxo: Add network magic ctor param to SnapshotMetadata
Fabian Jahr
2024-05-23
Merge bitcoin/bitcoin#29612: rpc: Optimize serialization and enhance metadata...
Ava Chow
2024-05-21
rpc: Enhance metadata of the dumptxoutset output
Fabian Jahr
2024-05-21
assumeutxo: Add documentation on dumptxoutset serialization format
Fabian Jahr
2024-05-21
rpc: Optimize serialization disk space of dumptxoutset
Fabian Jahr
2024-05-20
rpc: avoid copying into UniValue
Cory Fields
2024-05-16
util: Move util/string.h functions to util namespace
Ryan Ofsky
2024-05-13
rpc: move UniValue in blockToJSON
willcl-ark
2024-05-01
rpc: return warnings as an array instead of just a single one
stickies-v
2024-04-29
Merge bitcoin/bitcoin#29277: RPC: access RPC arguments by name
Ryan Ofsky
2024-03-12
rpc: read raw block in getblock and deserialize for verbosity > 0
Andrew Toth
2024-03-08
Merge bitcoin/bitcoin#28960: kernel: Remove dependency on CScheduler
Ava Chow
2024-03-01
rpc: access some args by name
stickies-v
2024-02-15
refactor: De-globalize g_signals
TheCharlatan
2024-01-30
rpc: Do not wait for headers inside loadtxoutset
MarcoFalke
2024-01-17
rpc: Fix race in loadtxoutset
MarcoFalke
2024-01-08
Merge bitcoin/bitcoin#29184: RPC/Blockchain: scanblocks: Accept named param f...
glozow
2024-01-05
Merge bitcoin/bitcoin#28890: rpc: Remove deprecated -rpcserialversion
fanquake
2024-01-04
RPC/Blockchain: scanblocks: Accept named param for filter_false_positives
Luke Dashjr
2023-12-14
Merge bitcoin/bitcoin#29040: refactor: Remove pre-C++20 code, fs::path cleanup
Ava Chow
2023-12-14
refactor: Rename fs::path::u8string() to fs::path::utf8string()
MarcoFalke
2023-12-11
Remove deprecated -rpcserialversion
MarcoFalke
2023-12-07
refactor: rpc: Pass CBlockIndex by reference instead of pointer
MarcoFalke
[next]