aboutsummaryrefslogtreecommitdiff
path: root/src/signet.cpp
AgeCommit message (Expand)Author
2023-11-28refactor: SpanReader without nVersionMarcoFalke
2023-11-17refactor: VectorWriter without nVersionMarcoFalke
2023-11-16Include version.h in fewer placesAnthony Towns
2023-09-19Remove unused GetType() from OverrideStream, CVectorWriter, SpanReaderMarcoFalke
2023-08-14Clean up things that include script/standard.hAndrew Chow
2023-05-20refactor: Move system from util to common libraryTheCharlatan
2023-04-19move-only: Extract common/args and common/config.cpp from util/systemTheCharlatan
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-06Remove unused (and broken) functionality in SpanReaderPieter Wuille
2021-12-03Merge bitcoin/bitcoin#23413: Replace MakeSpan helper with Span deduction guideMarcoFalke
2021-12-02Generalize/simplify VectorReader into SpanReaderPieter Wuille
2021-11-29More Span simplificationsPieter Wuille
2021-09-07Enable clang-tidy bugprone-argument-comment and fix violationsMarcoFalke
2021-04-13Merge #21330: Deal with missing data in signature hashes more consistentlyfanquake
2021-03-15Use PrecomputedTransactionData in signet checkPieter Wuille
2021-03-15Make all SignatureChecker explicit about missing dataPieter Wuille
2021-03-15scripted-diff: remove Optional & nulloptfanquake
2020-09-22refactor: Remove SignetTxs::m_valid and use optional insteadMarcoFalke
2020-09-10add signet basic support (signet.cpp)Karl-Johan Alm