chore: add coinsshield as codeowner for wasm privacy coin and zec paths - #345
Merged
Merged
Conversation
Scope @BitGo/coinsshield CODEOWNERS to the Zcash/privacy-coin paths the Coins Shield team maintains, so PRs touching them auto-request their review while shared PSBT files stay under the default @BitGo/btc-team. Covered paths: - packages/wasm-privacy-coin (whole module) - packages/wasm-utxo/src/zcash/ (ironwood_pczt, ironwood_build, v6, blake2b, transaction, unified_address) - packages/wasm-utxo/src/wasm/zcash.rs (wasm binding) - packages/wasm-utxo/src/fixed_script_wallet/bitgo_psbt/zcash_psbt.rs (Zcash PSBT; touched by the Ironwood PR #342/#343 stack) - packages/wasm-utxo/js/fixedScriptWallet/Zcash*.ts (TS wrappers) - packages/wasm-utxo/test/fixedScript/zcash*.ts (TS tests) Refs: T1-3783
OttoAllmendinger
marked this pull request as ready for review
July 29, 2026 10:53
davidkaplanbitgo
approved these changes
Jul 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Scope @BitGo/coinsshield CODEOWNERS to the Zcash/privacy-coin paths the
Coins Shield team maintains, so PRs touching them auto-request their
review while shared PSBT files stay under the default @BitGo/btc-team.
Covered paths:
blake2b, transaction, unified_address)
(Zcash PSBT; touched by the Ironwood PR feat(wasm-utxo): wire v6 (Ironwood) build/sign/combine into ZcashBitG… #342/feat(wasm-utxo): expose v6 (Ironwood) PSBT flow via wasm + TS #343 stack)