index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-01-26
Merge bitcoin/bitcoin#26960: refactor: Remove c_str from util/check
MarcoFalke
2023-01-25
Merge bitcoin/bitcoin#26929: rpc: Throw more user friendly arg type check err...
fanquake
2023-01-25
Merge bitcoin/bitcoin#26829: init: Remove unnecessary sensitive flag from rpc...
MarcoFalke
2023-01-25
Merge bitcoin/bitcoin#26961: ci: Fix APPEND_APT_SOURCES_LIST trying to modify...
MarcoFalke
2023-01-24
ci: Fix APPEND_APT_SOURCES_LIST trying to modify the host system
MarcoFalke
2023-01-24
Merge bitcoin/bitcoin#25987: build: compile depends sqlite with more recommen...
Andrew Chow
2023-01-24
Merge bitcoin/bitcoin#26707: clang-tidy: Fix `performance-*move*` warnings in...
MarcoFalke
2023-01-24
Merge bitcoin/bitcoin#26930: fuzz: Actually use mocked mempool in tx_pool target
MarcoFalke
2023-01-24
Merge bitcoin/bitcoin#26955: wallet: permit mintxfee=0
fanquake
2023-01-24
Merge bitcoin/bitcoin#26898: fuzz: Add PartiallyDownloadedBlock target
MarcoFalke
2023-01-24
Merge bitcoin/bitcoin#26954: test: Avoid rpc timeout in p2p_headers_sync_with...
MarcoFalke
2023-01-24
refactor: Remove c_str from util/check
MarcoFalke
2023-01-24
Merge bitcoin/bitcoin#26958: build: fix usage of `-Wloop-analysis`
MarcoFalke
2023-01-23
init: Remove sensitive flag from rpcbind
Andrew Chow
2023-01-23
build: fix usage of -Wloop-analysis
fanquake
2023-01-23
Merge bitcoin/bitcoin#26690: wallet: Refactor database cursor into its own ob...
fanquake
2023-01-23
[fuzz] Assert that omitting missing transactions always fails block reconstru...
dergoegge
2023-01-23
[fuzz] Add PartiallyDownloadedBlock target
dergoegge
2023-01-23
[block encodings] Avoid fuzz blocking asserts in PartiallyDownloadedBlock
dergoegge
2023-01-23
[block encodings] Make CheckBlock mockable for PartiallyDownloadedBlock
dergoegge
2023-01-23
Merge bitcoin/bitcoin#26826: refactor: remove windows-only compat.h usage in ...
MarcoFalke
2023-01-23
test: Avoid rpc timeout in p2p_headers_sync_with_minchainwork
MarcoFalke
2023-01-23
wallet: permit mintxfee=0
willcl-ark
2023-01-23
build: pass --enable-debug to sqlite when DEBUG=1
fanquake
2023-01-23
build: use more recommended sqlite3 compile options
fanquake
2023-01-23
Merge bitcoin/bitcoin#26919: scripted-diff: use RPCArg::Optional::OMITTED ove...
MarcoFalke
2023-01-23
Merge bitcoin/bitcoin#26944: depends: fix systemtap download URL
MarcoFalke
2023-01-22
depends: fix systemtap download URL
fanquake
2023-01-22
doc: improve doc for RPCArg::Optional::OMITTED
fanquake
2023-01-22
scripted-diff: use RPCArg::Optional::OMITTED over OMITTED_NAMED_ARG
fanquake
2023-01-22
Merge bitcoin/bitcoin#26471: Reduce default mempool size in -blocksonly mode
fanquake
2023-01-22
Merge bitcoin/bitcoin#26941: test: Fix intermittent feature_rbf issue
fanquake
2023-01-21
test: Fix intermittent feature_rbf issue
MarcoFalke
2023-01-20
Merge bitcoin/bitcoin#26934: test: Add unit test for ComputeTapleafHash
MarcoFalke
2023-01-20
Add unit test for ComputeTapleafHash
Greg Sanders
2023-01-20
doc: release note on mempool size in -blocksonly
willcl-ark
2023-01-20
doc: Update blocksonly behaviour in reduce-memory
willcl-ark
2023-01-20
mempool: Don't share mempool with dbcache in blocksonly
willcl-ark
2023-01-20
rpc: Throw more user friendly arg type check error
MarcoFalke
2023-01-20
[fuzz] Actually use mocked mempool in tx_pool target
dergoegge
2023-01-20
Merge bitcoin/bitcoin#26924: refactor: Add missing includes to fix gcc-13 com...
fanquake
2023-01-20
Merge bitcoin/bitcoin#26887: RPC: make RPCResult::MatchesType return useful e...
MarcoFalke
2023-01-19
Merge bitcoin/bitcoin#25877: refactor: Do not use CScript for tapleaf scripts...
Andrew Chow
2023-01-20
RPC: make RPCResult::MatchesType return useful errors
Anthony Towns
2023-01-19
Add missing includes to fix gcc-13 compile error
MarcoFalke
2023-01-19
Merge bitcoin/bitcoin#26906: test: add an easy way to run linters locally
MarcoFalke
2023-01-19
Merge bitcoin/bitcoin#26909: net: prevent peers.dat corruptions by only seria...
MarcoFalke
2023-01-19
Merge bitcoin/bitcoin#26686: fuzz: Enable erlay setting in process_message(s)...
MarcoFalke
2023-01-19
Merge bitcoin/bitcoin#26920: doc: add release note for #25957 (fast wallet re...
fanquake
2023-01-19
doc: add release note for #25957 (fast wallet rescan)
Sebastian Falbesoner
[next]