Add orbitchain-cli tx-history subcommand
Labels: cli, feature, priority/medium
Difficulty: Medium · Effort: M
Backlog slot: 51
Problem Statement
No command-line surface to inspect per-campaign / per-donor transaction history.
Why it Matters
- Common diagnostic need for both operators and donors.
Expected Outcome
orbitchain-cli tx-history --campaign-id <id> [--donor <addr>] [--page N] returns parsed event stream.
Acceptance Criteria
Files Likely Affected
Dependencies
Issue #43.
Add
orbitchain-cli tx-historysubcommandLabels:
cli,feature,priority/mediumDifficulty: Medium · Effort: M
Backlog slot: 51
Problem Statement
No command-line surface to inspect per-campaign / per-donor transaction history.
Why it Matters
Expected Outcome
orbitchain-cli tx-history --campaign-id <id> [--donor <addr>] [--page N]returns parsed event stream.Acceptance Criteria
Files Likely Affected
crates/tools/src/Dependencies
Issue #43.