NethermindEth / NethermindEth/pluto
Implement `cmd/exit delete`
Open
@varex83 is already working on this.
Since Sep 8, 2026.
enhancement
rust
track:validator-api
- Dominant language
- Rust
- Stars
- 8
- Forks
- 5
- Avg merge
- 4d 16h
- Merged PRs (30d)
- 37
Description
Scope
Port charon/cmd/exit_delete.go (~140 LOC) — the pluto exit delete subcommand that removes a partial exit from the obol-api store.
References
- Go: https://github.com/ObolNetwork/charon/blob/main/cmd/exit_delete.go
- Tests:
cmd/exit_delete_internal_test.go(~179 LOC)
Acceptance
- Flag/help parity with charon
- Tests ported and green
cargo clippy --workspace --all-targets --all-features -- -D warningsclean
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.