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
2023-08-25
miniscript: make GetStackSize independent of P2WSH context
Antoine Poinsot
2023-08-18
Merge bitcoin/bitcoin#28237: refactor: Enforce C-str fmt strings in WalletLog...
fanquake
2023-08-18
Merge bitcoin/bitcoin#28100: crypto: more `Span<std::byte>` modernization & f...
fanquake
2023-08-17
rpc: remove one more quote from non-string oneline description
Martin Zumsande
2023-08-17
crypto: make ChaCha20::SetKey wipe buffer
Pieter Wuille
2023-08-17
tests: miscellaneous hex / std::byte improvements
Pieter Wuille
2023-08-17
fuzz: support std::byte in Consume{Fixed,Variable}LengthByteVector
Pieter Wuille
2023-08-17
crypto: require key on ChaCha20 initialization
Pieter Wuille
2023-08-17
random: simplify FastRandomContext::randbytes using fillrand
Pieter Wuille
2023-08-17
crypto: refactor ChaCha20 classes to use Span<std::byte> interface
Pieter Wuille
2023-08-17
Merge bitcoin/bitcoin#28123: Bugfix: RPC: Remove quotes from non-string oneli...
fanquake
2023-08-17
Merge bitcoin/bitcoin#27981: Fix potential network stalling bug
fanquake
2023-08-17
Merge bitcoin/bitcoin#28244: Break up script/standard.{h/cpp}
fanquake
2023-08-17
Merge bitcoin/bitcoin#27675: p2p: Drop m_recently_announced_invs bloom filter
fanquake
2023-08-16
refactor: Enable all clang-tidy plugin bitcoin tests
MarcoFalke
2023-08-15
Merge bitcoin/bitcoin#28240: refactor: Remove unused boost signals2 from torc...
Andrew Chow
2023-08-15
Merge bitcoin/bitcoin#27460: rpc: Add importmempool RPC
Andrew Chow
2023-08-15
Merge bitcoin/bitcoin#28267: crypto: BIP324 ciphersuite follow-up
fanquake
2023-08-15
Merge bitcoin/bitcoin#28215: fuzz: fix a couple incorrect assertions in the `...
fanquake
2023-08-15
refactor: add missing headers for BIP324 ciphersuite
stratospher
2023-08-14
Rename script/standard.{cpp/h} to script/solver.{cpp/h}
Andrew Chow
2023-08-14
Clean up script/standard.{h/cpp} includes
Andrew Chow
2023-08-14
Clean up things that include script/standard.h
Andrew Chow
2023-08-14
MOVEONLY: Move datacarrier defaults to policy.h
Andrew Chow
2023-08-14
Move CTxDestination to its own file
Andrew Chow
2023-08-14
Move Taproot{SpendData/Builder} to signingprovider.{h/cpp}
Andrew Chow
2023-08-14
Move CScriptID to script.{h/cpp}
Andrew Chow
2023-08-14
Remove ScriptHash from CScriptID constructor
Andrew Chow
2023-08-14
Move MANDATORY_SCRIPT_VERIFY_FLAGS from script/standard.h to policy/policy.h
Anthony Towns
2023-08-14
crypto: BIP324 ciphersuite follow-up
stratospher
2023-08-11
fuzz: coins_view: remove an incorrect assertion
Antoine Poinsot
2023-08-10
Merge bitcoin/bitcoin#28008: BIP324 ciphersuite
fanquake
2023-08-09
Merge bitcoin/bitcoin#28149: net processing: clamp PeerManager::Options user ...
glozow
2023-08-08
Sort includes in compat.h
MarcoFalke
2023-08-08
remove unused limits.h include in compat.h
MarcoFalke
2023-08-08
Replace LocaleIndependentAtoi with ToIntegral
MarcoFalke
2023-08-08
iwyu on torcontrol
MarcoFalke
2023-08-08
Remove unused boost signals2 from torcontrol
MarcoFalke
2023-08-08
refactor: Enforce C-str fmt strings in WalletLogPrintf()
MarcoFalke
2023-08-07
Merge bitcoin/bitcoin#28186: kernel: Prune leveldb headers
fanquake
2023-08-07
Merge bitcoin/bitcoin#26296: ci: Integrate `bitcoin-tidy` clang-tidy plugin
fanquake
2023-08-07
Merge bitcoin/bitcoin#27401: tracepoints: Disables `-Wgnu-zero-variadic-macro...
fanquake
2023-08-07
mempool_entry: improve struct packing
Anthony Towns
2023-08-07
Add importmempool RPC
MarcoFalke
2023-08-07
refactor: Add and use kernel::ImportMempoolOptions
MarcoFalke
2023-08-07
doc: Clarify the getmempoolinfo.loaded RPC field documentation
MarcoFalke
2023-08-07
Remove Chainstate::LoadMempool
MarcoFalke
2023-08-07
Merge bitcoin/bitcoin#28191: refactor: Remove unused MessageStartChars parame...
fanquake
2023-08-06
Merge bitcoin/bitcoin#27213: p2p: Diversify automatic outbound connections wi...
fanquake
2023-08-05
refactor: Correct dbwrapper key naming
TheCharlatan
[next]