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
2023-09-08
consensus/validation.h: remove needless GetTransactionOutputWeight helper
Antoine Poinsot
2023-08-25
wallet: use descriptor satisfaction size to estimate inputs size
Antoine Poinsot
2023-06-12
Use `int32_t` type for most transaction size/weight values
Hennadii Stepanov
2023-02-06
Merge bitcoin/bitcoin#26345: refactor: modernize the implementation of uint256.*
Andrew Chow
2023-01-04
Merge bitcoin/bitcoin#26603: doc: CalculateSequenceLocks: prevHeights entries...
glozow
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-10
refactor: modernize the implementation of uint256.*
pasta
2022-11-29
doc: fix: prevHeights entries are set to 0, not removed
stickies-v
2022-09-23
refactor: use <cstdlib> over stdlib.h
fanquake
2022-08-29
Require callers of AcceptBlockHeader() to perform anti-dos checks
Suhas Daftuar
2022-08-05
Add time helpers
MacroFake
2022-06-22
Remove LOCKTIME_MEDIAN_TIME_PAST constant
MarcoFalke
2022-05-26
Merge bitcoin/bitcoin#24032: Add defaults to vDeployments to avoid uninitiali...
laanwj
2022-05-05
Sanity assert GetAncestor() != nullptr where appropriate
Adam Jonas
2022-04-05
consensus/params: set default values for BIP9Deployment
Anthony Towns
2022-03-25
Merge bitcoin/bitcoin#23536: Enforce Taproot script flags whenever WITNESS is...
laanwj
2022-01-29
Enforce Taproot script flags whenever WITNESS is set
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-27
doc: Remove TODO comment in tx_verify
MarcoFalke
2021-11-16
doc: Fix typos in endif header comments
MarcoFalke
2021-11-03
[validation] Add CChainState::ProcessTransaction()
John Newbery
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
[next]