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
Age
Commit message (
Expand
)
Author
2024-09-17
doc: update NeedsRedownload() comment
Sjors Provoost
2024-09-16
Merge bitcoin/bitcoin#30884: streams: cache file position within AutoFile
Ava Chow
2024-09-16
Merge bitcoin/bitcoin#29436: net: call `Select` with reachable networks in `T...
Ava Chow
2024-09-16
Merge bitcoin/bitcoin#30410: rpc, rest: Improve block rpc error handling, che...
Ava Chow
2024-09-16
Merge bitcoin/bitcoin#28358: Drop -dbcache limit
Ava Chow
2024-09-16
Merge bitcoin/bitcoin#30868: refactor: add clang-tidy `modernize-use-starts-e...
Ava Chow
2024-09-16
Merge bitcoin/bitcoin#30440: Have createNewBlock() return a BlockTemplate int...
Ava Chow
2024-09-16
Merge bitcoin/bitcoin#30661: fuzz: Test headers pre-sync through p2p
glozow
2024-09-16
Merge bitcoin/bitcoin#30286: cluster mempool: optimized candidate search
glozow
2024-09-16
Merge bitcoin/bitcoin#30899: qt: Translations update
merge-script
2024-09-14
tidy: add clang-tidy `modernize-use-starts-ends-with` check
Roman Zeyde
2024-09-13
streams: remove AutoFile::Get() entirely
Pieter Wuille
2024-09-13
Merge bitcoin/bitcoin#30896: kernel: Move background load thread to node context
Ava Chow
2024-09-13
Merge bitcoin/bitcoin#30233: refactor: move m_is_inbound out of CNodeState
Ava Chow
2024-09-13
qt: Translations update
Hennadii Stepanov
2024-09-13
Merge bitcoin/bitcoin#30890: doc: unit test runner help fixup and improvements
merge-script
2024-09-13
Unit test runner documentation fix and improvements
Jon Atack
2024-09-13
rpc: check block index before reading block / undo data
Martin Zumsande
2024-09-13
rpc: Improve gettxoutproof error when only header is available.
Martin Zumsande
2024-09-13
rpc: Improve getblock / getblockstats error when only header is available.
Martin Zumsande
2024-09-13
rest: improve error when only header of a block is available.
Martin Zumsande
2024-09-13
kernel: Move background load thread to node context
TheCharlatan
2024-09-13
streams: cache file position within AutoFile
Pieter Wuille
2024-09-13
Drop unneeded nullptr check from CreateNewBlock()
Sjors Provoost
2024-09-13
Have createNewBlock return BlockTemplate interface
Sjors Provoost
2024-09-12
gui: fix crash when closing wallet
furszy
2024-09-12
clusterlin: only start/use search when enough iterations left
Pieter Wuille
2024-09-12
clusterlin: improve heuristic to decide split transaction (optimization)
Pieter Wuille
2024-09-12
clusterlin: include topological pot subsets automatically (optimization)
Pieter Wuille
2024-09-12
clusterlin: reduce computation of unnecessary pot sets (optimization)
Pieter Wuille
2024-09-12
clusterlin bench: add example hard cluster benchmarks
Pieter Wuille
2024-09-12
clusterlin: track upper bound potential set for work items (optimization)
Pieter Wuille
2024-09-12
clusterlin: use feerate-sorted depgraph in SearchCandidateFinder
Pieter Wuille
2024-09-12
clusterlin: add reordering support for DepGraph
Pieter Wuille
2024-09-12
clusterlin: separate initial search entries per component (optimization)
Pieter Wuille
2024-09-12
clusterlin bench: have low/high iter benchmarks instead of per-iter
Pieter Wuille
2024-09-12
Merge bitcoin/bitcoin#30546: util: Use consteval checked format string in Fat...
Ryan Ofsky
2024-09-12
Merge bitcoin/bitcoin#30618: test: support std::optional in BOOST_CHECK_* and...
Ryan Ofsky
2024-09-12
Merge bitcoin/bitcoin#30814: kernel: Create usable static kernel library
merge-script
2024-09-12
refactor: move m_is_inbound out of CNodeState
Sergi Delgado Segura
2024-09-12
build: Skip secp256k1 ctime tests when tests are not being built
Hennadii Stepanov
2024-09-12
util: Use compile-time check for LogConnectFailure
MarcoFalke
2024-09-12
util: Use compile-time check for FatalErrorf
MarcoFalke
2024-09-12
util: Add ConstevalFormatString
MarcoFalke
2024-09-12
Merge bitcoin/bitcoin#30847: test: Drop no longer needed workarounds
merge-script
2024-09-12
Merge bitcoin/bitcoin#30835: build: Introduce "Kernel" installation component
merge-script
2024-09-12
Merge bitcoin/bitcoin#30803: build: Minor build system fixes and amendments
merge-script
2024-09-11
Merge bitcoin/bitcoin#30807: Fix peers abruptly disconnecting from AssumeUTXO...
Ava Chow
2024-09-11
Compare FromUserHex result against other hex validators and parsers
Lőrinc
2024-09-11
Use BOOST_CHECK_EQUAL for optional, arith_uint256, uint256, uint160
Lőrinc
[next]