| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: Remove SignetTxs::m_valid and use optional instead | MarcoFalke | 2020-09-22 | 1 | -12/+12 |
| | | | | | | | 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. | ||||
| * | add signet basic support (signet.cpp) | Karl-Johan Alm | 2020-09-10 | 1 | -0/+149 |
| Co-authored-by: Anthony Towns <[email protected]> | |||||