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-07-26
crypto: add the ChaCha20Poly1305 AEAD as specified in RFC8439
Pieter Wuille
2023-07-26
crypto: remove outdated variant of ChaCha20Poly1305 AEAD
Pieter Wuille
2023-07-26
test: remove unused `totalOut` code
brunoerg
2023-07-26
test: remove unecessary `decoderawtransaction` calls
brunoerg
2023-07-26
Merge bitcoin/bitcoin#28127: refactor: Remove C-style const-violating cast, U...
fanquake
2023-07-26
Merge bitcoin/bitcoin#28139: test: create wallet specific for test_locked_wal...
fanquake
2023-07-26
Merge bitcoin/bitcoin#28150: test: Avoid intermittent issues due to async eve...
fanquake
2023-07-26
Merge bitcoin/bitcoin#28147: suppressions: note that `type:ClassName::MethodN...
fanquake
2023-07-26
Merge bitcoin/bitcoin#27529: test: fix `feature_addrman.py` on big-endian sys...
fanquake
2023-07-26
Merge bitcoin/bitcoin#28145: valgrind: add suppression for bug 472219
fanquake
2023-07-26
Merge bitcoin/bitcoin#28035: test: Ignore UTF-8 errors in assert_debug_log
fanquake
2023-07-25
Merge bitcoin/bitcoin#27930: util: Don't derive secure_allocator from std::al...
Andrew Chow
2023-07-25
Merge bitcoin/bitcoin#28113: kernel: Remove UniValue from kernel library
Andrew Chow
2023-07-25
net processing: clamp -blockreconstructionextratxn to uint32_t bounds
stickies-v
2023-07-25
net processing: clamp -maxorphantx to uint32_t bounds
stickies-v
2023-07-25
doc: document PeerManager::Options members
stickies-v
2023-07-25
test: refactor: deduplicate segwitv0 ECDSA signing for tx inputs
Sebastian Falbesoner
2023-07-25
kernel: Remove Univalue from kernel library
TheCharlatan
2023-07-25
kernel: Split ParseSighashString
TheCharlatan
2023-07-25
test: Avoid intermittent issues due to async events in validationinterface_tests
MarcoFalke
2023-07-25
test: drop duplicate getaddrs from p2p_getaddr_caching
Martin Zumsande
2023-07-25
test: fix intermittent failure in p2p_getaddr_caching
Martin Zumsande
2023-07-25
scripted-diff: Use blocks_path where possible
MarcoFalke
2023-07-25
test: Add blocks_path property to TestNode
MarcoFalke
2023-07-25
test: Drop 22.x node from TxindexCompatibilityTest
MarcoFalke
2023-07-25
refactor: deduplicate ignores_incoming_txs
stickies-v
2023-07-25
refactor: set ignore_incoming_txs in ApplyArgsManOptions
stickies-v
2023-07-25
test: Use clean chain in MempoolCompatibilityTest
MarcoFalke
2023-07-25
doc: misc changes in release-process
fanquake
2023-07-25
suppressions: note that 'type:ClassName::MethodName' should be used
fanquake
2023-07-25
doc: filter out merge-script from list of authors
josibake
2023-07-25
doc: remove generate changelog section from release-process.md
fanquake
2023-07-25
doc: remove note to update bips.md version number
fanquake
2023-07-25
Merge bitcoin/bitcoin#28124: fuzz: Re-enable symbolize=1 in ASAN_OPTIONS
fanquake
2023-07-25
Merge bitcoin/bitcoin#27499: net processing, refactor: Decouple PeerManager f...
fanquake
2023-07-25
valgrind: add suppression for bug 472219
fanquake
2023-07-24
Don't derive secure_allocator from std::allocator
Casey Carter
2023-07-24
Remove unused function `reliesOnAssumedValid`
Suhas Daftuar
2023-07-24
Cache block index entry corresponding to assumeutxo snapshot base blockhash
Suhas Daftuar
2023-07-24
Move CheckBlockIndex() from Chainstate to ChainstateManager
Suhas Daftuar
2023-07-24
Documentation improvements for assumeutxo
Ryan Ofsky
2023-07-24
Fix initialization of setBlockIndexCandidates when working with multiple chai...
Suhas Daftuar
2023-07-24
Tighten requirements for adding elements to setBlockIndexCandidates
Suhas Daftuar
2023-07-24
[net processing] Move -capturemessages to PeerManager::Options
dergoegge
2023-07-24
[net processing] Move -blockreconstructionextratxn to PeerManager::Options
dergoegge
2023-07-24
[net processing] Move -maxorphantx to PeerManager::Options
dergoegge
2023-07-24
[net processing] Move -txreconciliation to PeerManager::Options
dergoegge
2023-07-24
[net processing] Use ignore_incoming_txs from m_opts
dergoegge
2023-07-24
[net processing] Introduce PeerManager options
dergoegge
2023-07-24
ci: Keep system env vars as-is
MarcoFalke
[prev]
[next]