NethermindEth / NethermindEth/pluto
Implement `cmd/exit broadcast`
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_broadcast.go (~335 LOC) — the pluto exit broadcast subcommand that submits a previously-aggregated voluntary exit to the beacon network.
References
- Go: https://github.com/ObolNetwork/charon/blob/main/cmd/exit_broadcast.go
- Tests:
cmd/exit_broadcast_internal_test.go(~544 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 the referenced charon/cmd/exit_broadcast.go implementation with the Rust command area in pluto. Use cmd/exit_broadcast_internal_test.go as the test porting guide, then run its tests and cargo clippy --workspace --all-targets --all-features -- -D warnings. Done means flag/help parity, green ported tests, and a clean clippy run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, rust
- Domain
- blockchain, cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100