[LN Decentralization E] Update compliance engine to certify pending blocks
Open
@durkmurder is already working on this.
Since Jan 13, 2026.
Preserve
Protocol
S-BFT
- Dominant language
- Go
- Stars
- 575
- Forks
- 217
- Avg merge
- 4d 20h
- Merged PRs (30d)
- 9
Description
Context
Once we have a mempool for QCs and PendingTree integrated in the compliance engine we need to solve the liveness issue by combining QCs that were stored in the mempool to certify blocks that have been received from the sync engine.
Definition of done
- proposals received in the compliance engine are certified if possible using the QC mempool
- certified proposals are applied to the
PendingTree
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.