| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fuzz: Remove needless guard | MarcoFalke | 2020-09-22 | 1 | -4/+2 |
| | | |||||
| * | refactor: Remove SignetTxs::m_valid and use optional instead | MarcoFalke | 2020-09-22 | 1 | -1/+1 |
| | | | | | | | m_valid implies the block solution has been checked, which is not the case. It only means the txs could be parsed. C++17 comes with std::optional, so just use that instead. | ||||
| * | test: add small signet fuzzer | practicalswift | 2020-09-18 | 1 | -0/+34 |