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
2024-05-13
refactor: Model the bech32 charlimit as an Enum
josibake
2024-05-10
Merge bitcoin/bitcoin#29252: kernel: Remove key module from kernel library
Ava Chow
2024-05-10
Merge bitcoin/bitcoin#29948: test: add missing comparison of node1's mempool ...
Ava Chow
2024-05-09
Merge bitcoin/bitcoin#30006: test: use sleepy wait-for-log in reindex readonly
Ava Chow
2024-05-09
Merge bitcoin/bitcoin#29939: test: add MiniWallet tagging support to avoid UT...
Ava Chow
2024-05-09
Merge bitcoin/bitcoin#29122: test: adds outbound eviction functional tests, u...
Ava Chow
2024-05-09
Merge bitcoin/bitcoin#28793: contrib: Add asmap-tool
Ava Chow
2024-05-09
Merge bitcoin/bitcoin#29973: test: Assumeutxo: ensure failure when importing ...
Ava Chow
2024-05-09
Refactor: Remove ECC_Start and ECC_Stop from key header
TheCharlatan
2024-05-09
kernel: Remove key module from kernel library
TheCharlatan
2024-05-09
tools: Use ECC_Context helper in bitcoin-tx and bitcoin-wallet tools
Ryan Ofsky
2024-05-09
test: Use ECC_Context helper in bench and fuzz tests
Ryan Ofsky
2024-05-09
common: Add ECC_Context RAII wrapper for ECC_Start/ECC_Stop
Ryan Ofsky
2024-05-09
Merge bitcoin/bitcoin#30063: build, test: Remove unused `TIMEOUT` environment...
merge-script
2024-05-08
Merge bitcoin/bitcoin#29292: rpc: improve submitpackage documentation and oth...
Ava Chow
2024-05-08
Merge bitcoin/bitcoin#29335: test: Handle functional test disk-full error
Ava Chow
2024-05-08
Merge bitcoin/bitcoin#26326: net: don't lock cs_main while reading blocks in ...
Ava Chow
2024-05-08
Merge bitcoin/bitcoin#28336: rpc: parse legacy pubkeys consistently with spec...
Ava Chow
2024-05-08
build, test: Remove unused `TIMEOUT` environment variable
Hennadii Stepanov
2024-05-08
Merge bitcoin/bitcoin#30053: test: added test coverage to loadtxoutset could ...
merge-script
2024-05-08
Merge bitcoin/bitcoin#30054: ci: Exclude feature_init for now in valgrind task
merge-script
2024-05-08
Merge bitcoin/bitcoin#30025: doc: fix broken relative md links
merge-script
2024-05-07
Merge bitcoin-core/gui#819: Fix misleading signmessage error with segwit
merge-script
2024-05-07
Merge bitcoin/bitcoin#29494: build: Assume HAVE_CONFIG_H, Add IWYU pragma kee...
Ava Chow
2024-05-07
ci: Exclude feature_init for now in valgrind task
MarcoFalke
2024-05-07
Merge bitcoin/bitcoin#29984: net: Replace ifname check with IFF_LOOPBACK in D...
merge-script
2024-05-07
doc: rpc: fix submitpackage examples
stickies-v
2024-05-07
rpc: update min package size error message in submitpackage
stickies-v
2024-05-07
doc: rpc: submitpackage takes sorted array
stickies-v
2024-05-07
test: add bounds checking for submitpackage RPC
stickies-v
2024-05-06
test: added test coverage to loadtxoutset
kevkevin
2024-05-06
Merge bitcoin/bitcoin#29845: rpc: return warnings as an array instead of just...
Ava Chow
2024-05-06
Merge bitcoin/bitcoin#29773: build, bench, msvc: Add missing benchmarks
merge-script
2024-05-06
Merge bitcoin/bitcoin#29960: depends: pass verbose through to cmake based mak...
merge-script
2024-05-06
Merge bitcoin/bitcoin#30031: msvc: Compile `test\fuzz\miniscript.cpp`
merge-script
2024-05-05
test: use tagged ephemeral MiniWallet instance in fill_mempool
Sebastian Falbesoner
2024-05-05
test: add MiniWallet tagging support to avoid UTXO mixing
Sebastian Falbesoner
2024-05-05
test: refactor: eliminate COINBASE_MATURITY magic number in fill_mempool
Sebastian Falbesoner
2024-05-05
test: refactor: move fill_mempool to new module mempool_util
Sebastian Falbesoner
2024-05-04
net: reduce LOCK(cs_main) scope in ProcessGetBlockData
Andrew Toth
2024-05-04
net: reduce LOCK(cs_main) scope in GETBLOCKTXN
Andrew Toth
2024-05-04
build, msvc: Compile test\fuzz\miniscript.cpp
Hennadii Stepanov
2024-05-04
Merge bitcoin/bitcoin#28657: miniscript: make operator""_mst consteval
merge-script
2024-05-04
Merge bitcoin/bitcoin#29907: test: Fix `test/streams_tests.cpp` compilation o...
merge-script
2024-05-04
Merge bitcoin/bitcoin#25972: build: no-longer disable WARN_CXXFLAGS when CXXF...
merge-script
2024-05-03
Merge bitcoin/bitcoin#30024: doc: replace remaining "520" magic nums with MAX...
Ava Chow
2024-05-03
Merge bitcoin/bitcoin#30029: test: remove duplicate `WITNESS_SCALE_FACTOR` co...
Ava Chow
2024-05-03
miniscript: make operator_mst consteval
Pieter Wuille
2024-05-03
doc: fix broken relative md links
willcl-ark
2024-05-03
Merge bitcoin/bitcoin#30026: refactor, test: Always initialize pointer
Ryan Ofsky
[next]