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-08-18
ci: Switch remaining tasks to self-hosted
MarcoFalke
2023-08-18
Merge bitcoin/bitcoin#28295: ci: Add missing amd64 to win64-cross task
fanquake
2023-08-18
Merge bitcoin/bitcoin#28296: ci: Add missing ${CI_RETRY_EXE} before curl
fanquake
2023-08-18
ci: Add missing amd64 to win64-cross task
MarcoFalke
2023-08-18
ci: Add missing ${CI_RETRY_EXE} before curl
MarcoFalke
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-18
Merge bitcoin/bitcoin#28289: rpc: remove one more quote from non-string oneli...
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#28278: ci: Refactor: Remove CI_USE_APT_INSTALL
fanquake
2023-08-17
Merge bitcoin/bitcoin#28282: ci: Ensure that only a single workflow processes...
fanquake
2023-08-17
Merge bitcoin/bitcoin#28123: Bugfix: RPC: Remove quotes from non-string oneli...
fanquake
2023-08-17
Merge bitcoin/bitcoin#27941: test: Fix intermittent issue in mining_getblockt...
fanquake
2023-08-17
Merge bitcoin/bitcoin#27981: Fix potential network stalling bug
fanquake
2023-08-17
ci: Refactor: Remove CI_USE_APT_INSTALL
MarcoFalke
2023-08-17
Merge bitcoin/bitcoin#28244: Break up script/standard.{h/cpp}
fanquake
2023-08-17
ci: Ensure that only a single workflow processes `github.ref` at a time
Hennadii Stepanov
2023-08-17
Merge bitcoin/bitcoin#28214: ci: Move tidy to persistent worker
fanquake
2023-08-17
Merge bitcoin/bitcoin#27675: p2p: Drop m_recently_announced_invs bloom filter
fanquake
2023-08-16
bitcoin-tidy: Apply bitcoin-unterminated-logprintf to spkm as well
MarcoFalke
2023-08-16
refactor: Enable all clang-tidy plugin bitcoin tests
MarcoFalke
2023-08-16
Merge bitcoin/bitcoin#28273: ci: Fix macOS-cross SDK rsync
fanquake
2023-08-16
Merge bitcoin/bitcoin#28257: test: check backup from `migratewallet` can be s...
fanquake
2023-08-16
ci: Avoid error on macOS native
MarcoFalke
2023-08-16
ci: Fix macOS-cross SDK rsync
MarcoFalke
2023-08-15
Merge bitcoin/bitcoin#28240: refactor: Remove unused boost signals2 from torc...
Andrew Chow
2023-08-15
Merge bitcoin/bitcoin#28187: ci: Run "macOS native x86_64" job on GitHub Actions
Andrew Chow
2023-08-15
Merge bitcoin/bitcoin#27460: rpc: Add importmempool RPC
Andrew Chow
2023-08-15
Merge bitcoin/bitcoin#28185: ci: Use hard-coded root path for CI containers (...
fanquake
2023-08-15
Merge bitcoin/bitcoin#28269: ci: Drop no longer needed `macos_sdk_cache`
fanquake
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: Remove PERSISTENT_WORKER_* yaml templates
MarcoFalke
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
ci: Drop no longer needed `macos_sdk_cache`
Hennadii Stepanov
[next]