mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
The *_RECENT_CONSENSUS_CHANGE variants in the validation result enumerations were always unused. They seem to have been kept around speculatively for a soft fork after segwit, however they were never used for taproot either. This points at them not having a clear purpose. Based on the original pull requests' comments their usage was never entirely clear: https://github.com/bitcoin/bitcoin/pull/11639#issuecomment-370234133 https://github.com/bitcoin/bitcoin/pull/15141#discussion_r271039747 Since they are part of the validation interface and need to exposed by the kernel library keeping them around may also be confusing to future users of the library. |
||
|---|---|---|
| .. | ||
| amount.h | ||
| consensus.h | ||
| merkle.cpp | ||
| merkle.h | ||
| params.h | ||
| tx_check.cpp | ||
| tx_check.h | ||
| tx_verify.cpp | ||
| tx_verify.h | ||
| validation.h | ||