NethermindEth / NethermindEth/Catalyst
Add `cancel_token` check to prevent blocking shutdown during proof retrieval
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 44
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Check the cancel_token in the get_proof function
https://github.com/NethermindEth/Catalyst/blob/54ba9a24c70b172c7c9c6f8b8c371eef30eab400/realtime/src/raiko/mod.rs
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.
Research direction
Start in realtime/src/raiko/mod.rs and inspect the get_proof function, focusing on how proof retrieval interacts with the cancellation token and shutdown. Done means cancellation is checked so proof retrieval no longer blocks shutdown when cancellation is requested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100