NethermindEth / NethermindEth/pluto
Implement `cmd/exit list`
Open
Nobody has claimed this yet.
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_list.go (~131 LOC) — the pluto exit list subcommand that lists pending partial exits.
References
- Go: https://github.com/ObolNetwork/charon/blob/main/cmd/exit_list.go
- Tests:
cmd/exit_list_internal_test.go(~241 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.
Research direction
Start by comparing charon/cmd/exit_list.go with the existing Pluto command structure, then review cmd/exit_list_internal_test.go for expected behavior and flag/help details. Port the command and its tests until the parity tests pass, then run cargo clippy --workspace --all-targets --all-features -- -D warnings; done means tests are green and clippy is clean.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, rust
- Domain
- blockchain, cli, distributed-systems
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 76/100