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
/
primitives
Age
Commit message (
Expand
)
Author
2024-02-27
[validation] Cache merkle root and witness commitment checks
dergoegge
2023-11-28
Merge bitcoin/bitcoin#28766: Improve peformance of CTransaction::HasWitness (...
Andrew Chow
2023-11-21
Use Txid in COutpoint
dergoegge
2023-11-16
Include version.h in fewer places
Anthony Towns
2023-11-14
Drop CHashWriter
Anthony Towns
2023-11-14
Use ParamsWrapper for witness serialization
Anthony Towns
2023-11-01
[primitives] Precompute result of CTransaction::HasWitness
dergoegge
2023-10-27
refactor: Add LIFETIMEBOUND to all (w)txid getters
MarcoFalke
2023-10-12
Introduce types for txids & wtxids
dergoegge
2023-09-19
Remove CHashWriter type
MarcoFalke
2023-09-08
Remove version/hashing options from CBlockLocator/CDiskBlockIndex
Cory Fields
2023-08-28
Replace READWRITEAS macro with AsBase wrapping function
MarcoFalke
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-09
wallet: Move fee underpayment check to after fee setting
Andrew Chow
2022-08-31
CBlockLocator: performance-move-const-arg Clang tidy fixups
Jon Atack
2022-08-05
Add time helpers
MacroFake
2022-07-25
refactor: Make CTransaction constructor explicit
MacroFake
2022-02-19
Merge bitcoin/bitcoin#24350: Primitives: Correct CTransaction deserialization...
MarcoFalke
2022-02-15
Primitives: Correct CTransaction deserialization docstring
TheCharlatan
2022-01-26
Extract CTxIn::MAX_SEQUENCE_NONFINAL constant
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-10-22
Make GenTxid boolean constructor private
MarcoFalke
2021-10-21
create explicit GenTxid::{Txid, Wtxid} ctors
glozow
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-12-15
Merge #20611: Move TX_MAX_STANDARD_VERSION to policy
Wladimir J. van der Laan
2020-12-10
Move TX_MAX_STANDARD_VERSION to policy
MarcoFalke
2020-12-07
Remove unused and confusing CTransaction constructor
MarcoFalke
2020-10-12
Report and verify expirations
Pieter Wuille
2020-09-17
net: CNetAddr: add support to (un)serialize as ADDRv2
Vasil Dimov
2020-07-30
refactor: add GenTxid (=txid or wtxid) type and use it for tx request logic
Pieter Wuille
2020-05-20
Merge #18317: Serialization improvements step 6 (all except wallet/gui)
MarcoFalke
2020-05-03
Remove CCoinsViewCache::GetValueIn(...)
practicalswift
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-30
Convert everything except wallet/qt to new serialization
Pieter Wuille
2020-03-23
Check for overflow when calculating sum of outputs
Elichai Turkel
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-10-15
Remove unused includes
practicalswift
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-04-25
Merge #14039: Disallow extended encoding for non-witness transactions
MarcoFalke
2018-12-17
Made expicit constructor CTransaction(const CMutableTransaction &tx).
lucash-dev
2018-11-30
Use const in COutPoint class
Hennadii Stepanov
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-18
Avoid 1 << 31 (UB) in calculation of SEQUENCE_LOCKTIME_DISABLE_FLAG
practicalswift
2018-09-26
doxygen: Fix member comments
MarcoFalke
2018-09-11
Drop unused GetType() from CSizeComputer
Ben Woosley
2018-08-23
Disallow extended encoding for non-witness transactions
Pieter Wuille
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-06-10
Removed unused == operator from CMutableTransaction.
lucash.dev@gmail.com
2018-05-04
Cache witness hash in CTransaction
MarcoFalke
[next]