The process_message(s) targets can't exercise the Erlay logic at the moment as the config setting is off by default and not switched on in the fuzz targets.
This PR enables the -txreconciliation setting in both targets.
The process_message(s) targets can't exercise the Erlay logic at the moment as the config setting is off by default and not switched on in the fuzz targets.
This PR enables the -txreconciliation setting in both targets.
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--021abf342d371248e50ceaed478a90ca-->
See the guideline for information on the review process.
| Type | Reviewers |
|---|---|
| ACK | fanquake |
| Concept ACK | glozow, naumenkogs |
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
Concept ACK based on description
I think the addition in process_messages might be not doing much right now, as the version handshake is hard coded (without sendtxrcncl) but the next Erlay PR is adding more messages so might as well flip the option on here.
Concept ACK
ACK 58c2bbdb55b97e350baf51cfd7f4692b681a8acb
Seems ok todo @MarcoFalke?