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
/
consensus
Age
Commit message (
Expand
)
Author
2021-10-16
Add comment to COIN constant.
Kennan Mell
2021-09-30
consensus: use <cstdint> over <stdint.h> in amount.h
fanquake
2021-09-30
consensus: make COIN & MAX_MONEY constexpr
fanquake
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-08-02
consensus/params: simplify ValidDeployment check to avoid gcc warning
Anthony Towns
2021-07-20
Merge bitcoin/bitcoin#22232: refactor: Pass interpreter flags as uint32_t ins...
MarcoFalke
2021-07-01
doc: Move buried deployment doc to the enum that enumerates them
MarcoFalke
2021-07-01
Merge bitcoin/bitcoin#19438: Introduce deploymentstatus
MarcoFalke
2021-06-30
Merge bitcoin/bitcoin#18096: doc: IsFinalTx comment about nSequence & OP_CLTV
MarcoFalke
2021-06-30
[move-only] Rename versionbitsinfo to deploymentinfo
Anthony Towns
2021-06-30
[refactor] Add versionbits deployments to deploymentstatus.h
Anthony Towns
2021-06-29
[refactor] Add deploymentstatus.h
Anthony Towns
2021-06-14
refactor: Pass script verify flags as uint32_t
MarcoFalke
2021-05-25
Mark `CheckTxInputs` `[[nodiscard]]` (out-param `txfee` only set if call is s...
practicalswift
2021-04-27
doc: IsFinalTx comment about nSequence & OP_CLTV
Yuval Kogman
2021-04-12
versionbits: Add explicit NEVER_ACTIVE deployments
Anthony Towns
2021-04-12
versionbits: Add support for delayed activation
Anthony Towns
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-10-15
doc: Move assumed-values doxygen comments to header
MarcoFalke
2020-10-12
Activate Taproot/Tapscript on regtest (BIP 341, BIP 342)
Pieter Wuille
2020-09-10
add signet basic support (signet.cpp)
Karl-Johan Alm
2020-09-10
validation: move GetWitnessCommitmentIndex to consensus/validation
Karl-Johan Alm
2020-08-04
Add txids with non-standard inputs to reject filter
Suhas Daftuar
2020-07-22
Merge #18044: Use wtxid for transaction relay
Wladimir J. van der Laan
2020-07-19
Make TX_WITNESS_STRIPPED its own rejection reason
Suhas Daftuar
2020-07-15
refactor: Switch ValidationState mode to C++11 enum class
MarcoFalke
2020-05-26
refactor: replace pointers by references within tx_verify.{h,cpp}
Sebastian Falbesoner
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-18
Update merkle.cpp
4d55397500
2020-02-27
Templatize ValidationState instead of subclassing
Jeffrey Czyz
2020-02-27
Remove ValidationState's constructor
Jeffrey Czyz
2020-02-27
Refactor FormatStateMessage into ValidationState
Jeffrey Czyz
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-11-27
net: Fix uninitialized read in ProcessMessage(...)
practicalswift
2019-10-29
[validation] Remove fMissingInputs from AcceptToMemoryPool()
John Newbery
2019-10-29
[validation] Remove useless ret parameter from Invalid()
John Newbery
2019-10-29
[validation] Tidy Up ValidationResult class
John Newbery
2019-10-29
[validation] Add CValidationState subclasses
John Newbery
2019-10-24
consensus: Explain why fCheckDuplicateInputs can not be skipped and remove it
MarcoFalke
2019-10-24
Merge #17004: validation: Remove REJECT code from CValidationState
Wladimir J. van der Laan
2019-10-15
Remove unused includes
practicalswift
2019-10-10
[validation] Remove REJECT code from CValidationState
John Newbery
2019-09-27
Merge #16713: Ignore old versionbit activations to avoid 'unknown softforks' ...
MarcoFalke
2019-09-18
Merge #14696: qa: Add explicit references to related CVE's in p2p_invalid_blo...
Wladimir J. van der Laan
2019-09-05
Ignore old versionbit activations
Anthony Towns
2019-08-14
[Consensus] Bury segwit deployment
John Newbery
2019-08-14
[Consensus] Bury CSV deployment height
John Newbery
2019-06-02
Added comments referencing multiple CVEs in tests and production code.
lucash-dev
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-02
Separate reason for premature spends (coinbase/locktime)
Suhas Daftuar
[next]