Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-22 | refactor: Remove SignetTxs::m_valid and use optional instead | MarcoFalke | |
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. | |||
2020-09-10 | add signet basic support (signet.cpp) | Karl-Johan Alm | |
Co-authored-by: Anthony Towns <aj@erisian.com.au> |