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
/
signet.cpp
Age
Commit message (
Expand
)
Author
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-06
Remove unused (and broken) functionality in SpanReader
Pieter Wuille
2021-12-03
Merge bitcoin/bitcoin#23413: Replace MakeSpan helper with Span deduction guide
MarcoFalke
2021-12-02
Generalize/simplify VectorReader into SpanReader
Pieter Wuille
2021-11-29
More Span simplifications
Pieter Wuille
2021-09-07
Enable clang-tidy bugprone-argument-comment and fix violations
MarcoFalke
2021-04-13
Merge #21330: Deal with missing data in signature hashes more consistently
fanquake
2021-03-15
Use PrecomputedTransactionData in signet check
Pieter Wuille
2021-03-15
Make all SignatureChecker explicit about missing data
Pieter Wuille
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2020-09-22
refactor: Remove SignetTxs::m_valid and use optional instead
MarcoFalke
2020-09-10
add signet basic support (signet.cpp)
Karl-Johan Alm