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-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
2023-12-07
refactor: Use reference instead of pointer in IsBlockPruned
MarcoFalke
2023-11-21
Use Txid in COutpoint
dergoegge
2023-11-16
serialize: Drop useless version param from GetSerializeSize()
Anthony Towns
2023-11-14
Use ParamsWrapper for witness serialization
Anthony Towns
2023-10-20
scripted-diff: Rename hash_serialized_2 to hash_serialized_3
Fabian Jahr
2023-10-17
Merge bitcoin/bitcoin#28652: assumeutxo: fail early if snapshot block hash do...
fanquake
2023-10-16
assumeutxo: fail early if snapshot block hash doesn't match AssumeUTXO parame...
Sebastian Falbesoner
2023-10-16
Merge bitcoin/bitcoin#28583: refactor: [tidy] modernize-use-emplace
fanquake
2023-10-12
tidy: modernize-use-emplace
MarcoFalke
2023-10-12
refactor: Remove unused nchaintx from SnapshotMetadata constructor
MarcoFalke
2023-10-06
rpc: Use Ensure(Any)Chainman in assumeutxo related RPCs
Fabian Jahr
2023-10-06
doc: Drop references to assumevalid in assumeutxo docs
Fabian Jahr
2023-10-06
chain: Rename HaveTxsDownloaded to HaveNumChainTxs
Fabian Jahr
2023-10-05
assumeutxo: change getchainstates RPC to return a list of chainstates
Ryan Ofsky
2023-09-30
rpc: add getchainstates
James O'Beirne
2023-09-30
rpc: add loadtxoutset
James O'Beirne
2023-08-18
assumeutxo cleanup: Move IsInitialBlockDownload & NotifyHeaderTip to Chainsta...
Ryan Ofsky
2023-07-22
Bugfix: RPC: Remove quotes from non-string oneline descriptions
Luke Dashjr
2023-07-10
make GetFirstStoredBlock assert that 'start_block' always has data
furszy
2023-05-30
Merge bitcoin/bitcoin#27636: kernel: Remove util/system from kernel library, ...
fanquake
2023-05-23
Support up to 3 parallel compact block txn fetchings
Greg Sanders
2023-05-20
kernel: Add progress method to notifications
TheCharlatan
2023-05-10
refactor: Move functions to BlockManager methods
TheCharlatan
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
[next]