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
/
validation.cpp
Age
Commit message (
Expand
)
Author
2024-12-13
Merge bitcoin/bitcoin#31346: Set notifications m_tip_block in LoadChainTip()
Ryan Ofsky
2024-12-06
Set notifications m_tip_block in LoadChainTip()
Sjors Provoost
2024-12-04
scripted-diff: Replace strprintf(Untranslated) with Untranslated(strprintf)
Ryan Ofsky
2024-12-04
refactor: Use + instead of strformat to concatenate translated & untranslated...
Ryan Ofsky
2024-12-04
refactor: Don't embed translated string in untranslated string.
Ryan Ofsky
2024-12-03
Merge bitcoin/bitcoin#31313: refactor: Clamp worker threads in ChainstateMana...
Ava Chow
2024-12-03
Merge bitcoin/bitcoin#31096: Package validation: accept packages of size 1
Ava Chow
2024-12-03
Merge bitcoin/bitcoin#31175: rpc: Remove submitblock pre-checks
Ava Chow
2024-12-02
[validation] merge all ConnectBlock debug logging code paths
Pieter Wuille
2024-12-02
[validation] include all logged information in BlockValidationState
Pieter Wuille
2024-12-02
[validation] Add detailed txin/txout information for script error messages
Pieter Wuille
2024-12-02
[validation] Make script error messages uniform for parallel/single validation
Pieter Wuille
2024-12-02
[checkqueue] support user-defined return type through std::optional
Pieter Wuille
2024-11-25
rpc: Allow single transaction through submitpackage
glozow
2024-11-25
Merge bitcoin/bitcoin#31279: policy: ephemeral dust followups
glozow
2024-11-21
rpc: Remove submitblock invalid-duplicate precheck
TheCharlatan
2024-11-20
CheckEphemeralSpends: return boolean, and set child state and txid outparams
Greg Sanders
2024-11-20
Merge bitcoin/bitcoin#31122: cluster mempool: Implement changeset interface f...
glozow
2024-11-18
refactor: Clamp worker threads in ChainstateManager constructor
TheCharlatan
2024-11-15
Have HasDust and PreCheckValidEphemeralTx take CTransaction
Greg Sanders
2024-11-15
Rename CheckValidEphemeralTx to PreCheckEphemeralTx
Greg Sanders
2024-11-14
Merge bitcoin/bitcoin#30666: validation: fix m_best_header tracking and BLOCK...
Ava Chow
2024-11-14
Merge bitcoin/bitcoin#31269: validation: Remove RECENT_CONSENSUS_CHANGE valid...
merge-script
2024-11-13
tracing: pass if replaced by tx/pkg to tracepoint
0xb10c
2024-11-13
Remove m_all_conflicts from SubPackageState
Suhas Daftuar
2024-11-13
Move CalculateChunksForRBF() to the mempool changeset
Suhas Daftuar
2024-11-13
Move prioritisation into changeset
Suhas Daftuar
2024-11-13
Public mempool removal methods Assume() no changeset is outstanding
Suhas Daftuar
2024-11-13
Apply mempool changeset transactions directly into the mempool
Suhas Daftuar
2024-11-13
Clean up FinalizeSubpackage to avoid workspace-specific information
Suhas Daftuar
2024-11-13
Move LimitMempoolSize to take place outside FinalizeSubpackage
Suhas Daftuar
2024-11-13
Move changeset from workspace to subpackage
Suhas Daftuar
2024-11-13
Introduce mempool changesets
Suhas Daftuar
2024-11-13
Add package hash to package-rbf log message
Suhas Daftuar
2024-11-12
policy: Allow dust in transactions, spent in-mempool
Greg Sanders
2024-11-11
Merge bitcoin/bitcoin#26593: tracing: Only prepare tracepoint arguments when ...
merge-script
2024-11-11
validation: Remove RECENT_CONSENSUS_CHANGE validation result
TheCharlatan
2024-11-08
Merge bitcoin/bitcoin#30592: Remove mempoolfullrbf
Ava Chow
2024-10-29
Merge bitcoin/bitcoin#31064: init: Correct coins db cache size setting
Ava Chow
2024-10-28
Remove -mempoolfullrbf option
Greg Sanders
2024-10-28
tracing: only prepare tracepoint args if attached
0xb10c
2024-10-28
tracing: dedup TRACE macros & rename to TRACEPOINT
0xb10c
2024-10-28
scripted-diff: Rename `PACKAGE_*` variables to `CLIENT_*`
Hennadii Stepanov
2024-10-24
Merge bitcoin/bitcoin#30849: refactor: migrate `bool GetCoin` to return `opti...
Ava Chow
2024-10-21
Merge bitcoin/bitcoin#31097: validation: Improve input script check error rep...
merge-script
2024-10-17
Merge bitcoin/bitcoin#29877: tracing: explicitly cast block_connected duratio...
merge-script
2024-10-16
[validation] Improve script check error reporting
dergoegge
2024-10-10
scripted-diff: drop config/ subdir for bitcoin-config.h, rename to bitcoin-bu...
Sebastian Falbesoner
2024-10-10
init: Correct coins db cache size setting
TheCharlatan
2024-10-01
doc: Clarify waitTipChanged docs
MarcoFalke
[next]