Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test individual monitor update compl in chanmon_consistency fuzzer #2820

Conversation

TheBlueMatt
Copy link
Collaborator

When looking at #2819 I initially assumed we may have a bug (rather than just an undocumented requirement that leads to bugs) and added some fuzzing features to surface it. To my surprise, they didn't surface any new bugs (at least in the two CPU-weeks I was able to give the changes here today), but are worth upstreaming.

When users do async monitor updating, it may not be the case that all pending monitors will complete updating at once. Thus, we should fuzz monitor updates completing out of order, which we do here.

When users do async monitor updating, it may not be the case that
all pending monitors will complete updating at once. Thus, we
should fuzz monitor updates completing out of order, which we do
here.
@valentinewallace valentinewallace merged commit 3eec5d3 into lightningdevkit:main Jan 11, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants