From aef689742954cc11ea4d276cf58622c316b833a0 Mon Sep 17 00:00:00 2001 From: Otto Allmendinger Date: Wed, 29 Jul 2026 12:37:33 +0200 Subject: [PATCH] chore: add coinsshield as codeowner for wasm privacy coin and zec paths 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 --- CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 3bd9639cdeb..72e45026960 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -5,3 +5,11 @@ # These owners and first officers will be the default owners for everything in the repo. * @BitGo/btc-team packages/wasm-mps @BitGo/hsm +packages/wasm-privacy-coin @BitGo/coinsshield + +# Zcash-specific paths in wasm-utxo +packages/wasm-utxo/src/zcash/ @BitGo/coinsshield +packages/wasm-utxo/src/wasm/zcash.rs @BitGo/coinsshield +packages/wasm-utxo/src/fixed_script_wallet/bitgo_psbt/zcash_psbt.rs @BitGo/coinsshield +packages/wasm-utxo/js/fixedScriptWallet/Zcash*.ts @BitGo/coinsshield +packages/wasm-utxo/test/fixedScript/zcash*.ts @BitGo/coinsshield