lambdaclass / lambdaclass/ethlambda
Verify blocks before storing them as pending
Open
@Aliemeka is already working on this.
Since Sep 7, 2026.
- Dominant language
- Rust
- Stars
- 82
- Forks
- 28
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 20
Description
We currently store pending blocks in our DB, which makes our P2P layer serve them to peers on request. We should instead first do as many checks we can (or at least verify their signature), before storing them.
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.