Skip to content

feat(wasm-utxo-cli): add Pearl/Tpearl to CLI NetworkArg [CECHO-1749] - #334

Merged
manojkumar138 merged 1 commit into
masterfrom
manojkumar138/cecho-1749-duplex-wasm-utxo-cli
Jul 23, 2026
Merged

feat(wasm-utxo-cli): add Pearl/Tpearl to CLI NetworkArg [CECHO-1749]#334
manojkumar138 merged 1 commit into
masterfrom
manojkumar138/cecho-1749-duplex-wasm-utxo-cli

Conversation

@manojkumar138

Copy link
Copy Markdown
Contributor

Summary

  • PR feat(wasm-utxo): add Pearl (PEARL) network support #328 added Pearl/PearlTestnet to the library's Network enum but missed the CLI's separate NetworkArg clap enum
  • This adds Pearl and Tpearl variants to NetworkArg and the corresponding From<NetworkArg> for Network match arms
  • Enables wasm-utxo-cli --network pearl / --network tpearl for Pearl transaction construction

Test plan

  • cargo build --release -p wasm-utxo-cli succeeds
  • cargo clippy passes (verified by pre-commit hook)
  • psbt add-input --help lists pearl, tpearl in network options

🤖 Generated with Claude Code

CECHO-1749

PR #328 added Pearl/PearlTestnet to the library's Network enum but
missed the CLI's separate NetworkArg clap enum. This adds the Pearl
and Tpearl variants so `wasm-utxo-cli --network pearl` works.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@manojkumar138
manojkumar138 requested a review from a team as a code owner July 23, 2026 10:10
@linear-code

linear-code Bot commented Jul 23, 2026

Copy link
Copy Markdown

CECHO-1749

@manojkumar138
manojkumar138 enabled auto-merge July 23, 2026 10:19
@manojkumar138
manojkumar138 merged commit 3bef8b6 into master Jul 23, 2026
13 checks passed
@manojkumar138
manojkumar138 deleted the manojkumar138/cecho-1749-duplex-wasm-utxo-cli branch July 23, 2026 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants