aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/decode_tx.cpp
AgeCommit message (Collapse)Author
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT-
2020-12-10fuzz: Link all targets onceMarcoFalke
2020-11-04fuzz: Assert expected DecodeHexTx behaviour when using legacy decodingpracticalswift
2020-11-02fuzz: Fix DecodeHexTx fuzzing harness issuepracticalswift
2020-06-24refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)Wladimir J. van der Laan
HexStr can be called with anything that bas `begin()` and `end()` functions, so clean up the redundant calls.
2019-12-19tests: Add fuzzing harness for DecodeHexTx(...)practicalswift