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
2024-04-26
[p2p] opportunistically accept 1-parent-1-child packages
glozow
2024-04-26
[p2p] add separate rejections cache for reconsiderable txns
glozow
2024-04-26
[fuzz] break out parent functions and add GetChildrenFrom* coverage
glozow
2024-04-26
[unit test] TxOrphanage::GetChildrenFrom*
glozow
2024-04-26
[txorphanage] add method to get all orphans spending a tx
glozow
2024-04-26
[txpackages] add canonical way to get hash of package
glozow
2024-04-16
[doc] restore comment about why we check if ptx HasWitness before caching rej...
glozow
2024-04-16
guard against MempoolAcceptResult::m_replaced_transactions
glozow
2024-04-11
Merge bitcoin/bitcoin#29735: AcceptMultipleTransactions: Fix workspace not be...
glozow
2024-04-10
Merge bitcoin/bitcoin#28981: Replace Boost.Process with cpp-subprocess
merge-script
2024-04-09
Merge bitcoin/bitcoin#29820: refactor, bench, fuzz: Drop unneeded `UCharCast`...
merge-script
2024-04-09
Merge bitcoin/bitcoin#29834: build: Change MAC_OSX macro to __APPLE__ in crypto
merge-script
2024-04-09
fuzz: Add coverage for client_maxfeerate
Greg Sanders
2024-04-09
AcceptMultipleTransactions: Fix workspace client_maxfeerate
Greg Sanders
2024-04-09
Merge bitcoin/bitcoin#29752: refactor: Use typesafe Wtxid in compact block en...
glozow
2024-04-09
Change MAC_OSX macro to __APPLE__ in crypto package
LÅ‘rinc
2024-04-09
Merge bitcoin/bitcoin#29786: Drop Windows Socket dependency for `randomenv.cpp`
fanquake
2024-04-08
Merge bitcoin/bitcoin#29691: Change Luke Dashjr seed to dashjr-list-of-p2p-no...
fanquake
2024-04-07
[clang-tidy] Enable the misc-no-recursion check
dergoegge
2024-04-06
Merge bitcoin/bitcoin#29815: crypto: chacha20: always use our fallback timing...
fanquake
2024-04-06
refactor: Simplify `extra_txn` to be a vec of CTransactionRef instead of a ve...
AngusP
2024-04-06
refactor, bench, fuzz: Drop unneeded `UCharCast` calls
Hennadii Stepanov
2024-04-06
Merge bitcoin/bitcoin#29803: Update libsecp256k1 subtree to latest master
fanquake
2024-04-05
Merge bitcoin/bitcoin#29805: test: Fix debug recommendation in argsman_tests
fanquake
2024-04-05
Merge bitcoin/bitcoin#29081: refactor: Remove gmtime*
fanquake
2024-04-05
crypto: chacha20: always use our fallback timingsafe_bcmp rather than libc's
Cory Fields
2024-04-04
Merge bitcoin/bitcoin#29776: ThreadSanitizer: Fix #29767
Ryan Ofsky
2024-04-04
test: Fix debug recommendation in argsman_tests
Fabian Jahr
2024-04-04
Update secp256k1 subtree to latest master
fanquake
2024-04-04
Squashed 'src/secp256k1/' changes from efe85c70a2..d8311688bd
fanquake
2024-04-02
Merge bitcoin/bitcoin#29419: log: deduplicate category names and improve logg...
Ryan Ofsky
2024-04-02
Drop Windows Socket dependency for `randomenv.cpp`
Hennadii Stepanov
2024-04-02
Merge bitcoin/bitcoin#29687: cli: improve bitcoin-cli error when not connected
fanquake
2024-04-01
Merge bitcoin/bitcoin#29648: Remove libbitcoinconsensus
fanquake
2024-04-01
Merge bitcoin/bitcoin#29738: doc: fix typos
fanquake
2024-04-01
Fix #29767, set m_synced = true after Commit()
nanlour
2024-03-29
Merge bitcoin/bitcoin#29724: 29242 Diagram check followups
Ava Chow
2024-03-29
Merge bitcoin/bitcoin#29130: wallet: Add `createwalletdescriptor` and `gethdk...
Ryan Ofsky
2024-03-28
refactor: Use typesafe Wtxid in compact block encoding message, instead of am...
AngusP
2024-03-28
Merge bitcoin/bitcoin#29402: mempool: Log added for dumping mempool transacti...
glozow
2024-03-27
Merge bitcoin/bitcoin#27307: wallet: track mempool conflicts with wallet tran...
Ryan Ofsky
2024-03-27
external_signer: replace boost::process with cpp-subprocess
Sebastian Falbesoner
2024-03-27
Add `cpp-subprocess` header-only library
Hennadii Stepanov
2024-03-27
log: renamed disk to file so wording was more accurate
kevkevin
2024-03-27
mempool: Log added for dumping mempool transactions to disk
kevkevin
2024-03-26
doc: fix some typos
crazeteam
2024-03-26
doc: Fix typos
RoboSchmied
2024-03-26
CalculateFeerateDiagramsForRBF: update misleading description of old diagram ...
Greg Sanders
2024-03-26
CompareFeerateDiagram: short-circuit comparison when detected as incomparable
Greg Sanders
2024-03-26
remove erroneous CompareFeerateDiagram comment about slope
Greg Sanders
[next]