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
/
Makefile.am
Age
Commit message (
Expand
)
Author
2024-08-06
refactor: use c++20 std::views::reverse instead of reverse_iterator.h
stickies-v
2024-07-25
clusterlin: introduce cluster_linearize.h with Cluster and DepGraph types
Pieter Wuille
2024-07-17
Merge bitcoin/bitcoin#28893: Fix SSE4.1-related issues
merge-script
2024-07-11
remove truc_policy.cpp from libbitcoin_common_a_SOURCES
glozow
2024-07-08
Merge bitcoin/bitcoin#30141: kernel: De-globalize validation caches
Ryan Ofsky
2024-07-05
kernel: De-globalize signature cache
TheCharlatan
2024-07-02
Merge bitcoin/bitcoin#30272: doc: use TRUC instead of v3 and add release note
Ava Chow
2024-06-26
mempool: move LoadMempool/DumpMempool to node
Cory Fields
2024-06-26
kernel: remove mempool_persist.cpp
Cory Fields
2024-06-24
Merge bitcoin/bitcoin#30200: Introduce Mining interface
Ryan Ofsky
2024-06-21
build: Suppress warnings from boost and capnproto in multiprocess code
Ryan Ofsky
2024-06-18
Introduce Mining interface
Sjors Provoost
2024-06-18
rename policy/v3_policy.* to policy/truc_policy.*
glozow
2024-06-13
introduce and use the generalized `node::Warnings` interface
stickies-v
2024-06-13
move-only: move warnings from common to node
stickies-v
2024-06-12
Merge bitcoin/bitcoin#29015: kernel: Streamline util library
Ava Chow
2024-06-10
util: add BitSet
Pieter Wuille
2024-06-09
build: Remove --enable-gprof
MarcoFalke
2024-06-06
util: add VecDeque
Pieter Wuille
2024-05-21
Merge bitcoin/bitcoin#26606: wallet: Implement independent BDB parser
merge-script
2024-05-16
util: move fees.h and error.h to common/messages.h
Ryan Ofsky
2024-05-16
common: Add PSBTError enum
Ryan Ofsky
2024-05-16
util: move error.h TransactionError enum to node/types.h
Ryan Ofsky
2024-05-16
util: move spanparsing.h to script/parsing.h
Ryan Ofsky
2024-05-16
util: move HexStr and HexDigit from util to crypto
TheCharlatan
2024-05-16
util: move util/message to common/signmessage
Ryan Ofsky
2024-05-16
build: move memory_cleanse from util to crypto
Ryan Ofsky
2024-05-16
build: move chainparamsbase from util to common
Ryan Ofsky
2024-05-14
Merge bitcoin/bitcoin#30083: kernel: Remove batchpriority from kernel library
Ryan Ofsky
2024-05-14
kernel: Remove batchpriority from kernel library
TheCharlatan
2024-05-13
wallet: add dummy BerkeleyRODatabase and BerkeleyROBatch classes
Ava Chow
2024-05-09
kernel: Remove key module from kernel library
TheCharlatan
2024-04-30
Merge bitcoin/bitcoin#29623: Simplify network-adjusted time warning logic
Ava Chow
2024-04-25
Merge bitcoin/bitcoin#29904: refactor: Use our own implementation of urlDecode
Ryan Ofsky
2024-04-24
refactor: Replace libevent use in urlDecode with our own code
Fabian Jahr
2024-04-23
refactor: Rename `subprocess.hpp` to follow our header name conventions
Hennadii Stepanov
2024-04-10
Remove timedata
stickies-v
2024-04-10
Add TimeOffsets helper class
stickies-v
2024-04-10
Merge bitcoin/bitcoin#28981: Replace Boost.Process with cpp-subprocess
merge-script
2024-04-01
Merge bitcoin/bitcoin#29648: Remove libbitcoinconsensus
fanquake
2024-03-27
external_signer: replace boost::process with cpp-subprocess
Sebastian Falbesoner
2024-03-18
remove libbitcoinconsensus
fanquake
2024-03-18
Add FeeFrac utils
Greg Sanders
2024-03-08
Merge bitcoin/bitcoin#28960: kernel: Remove dependency on CScheduler
Ava Chow
2024-03-07
build: Add missed definition for `AM_OBJCXXFLAGS`
Hennadii Stepanov
2024-03-05
crypto: Guard code with `ENABLE_SSE41` macro
Hennadii Stepanov
2024-03-01
build: move sha256_sse4 into libbitcoin_crypto_base
fanquake
2024-02-29
build: remove confusing and inconsistent disable-asm option
Cory Fields
2024-02-16
kernel: Remove dependency on CScheduler
TheCharlatan
2024-02-09
Merge bitcoin/bitcoin#28948: v3 transaction policy for anti-pinning
Ava Chow
[next]