| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fuzz: Assert expected DecodeHexTx behaviour when using legacy decoding | practicalswift | 2020-11-04 | 1 | -1/+3 |
| | | |||||
| * | fuzz: Fix DecodeHexTx fuzzing harness issue | practicalswift | 2020-11-02 | 1 | -2/+1 |
| | | |||||
| * | refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o) | Wladimir J. van der Laan | 2020-06-24 | 1 | -1/+1 |
| | | | | | | HexStr can be called with anything that bas `begin()` and `end()` functions, so clean up the redundant calls. | ||||
| * | tests: Add fuzzing harness for DecodeHexTx(...) | practicalswift | 2019-12-19 | 1 | -0/+31 |