Skip to content

feat(wasm-utxo): size Zcash Orchard/Ironwood shielded outputs via Dimensions - #370

Merged
veetragjain merged 1 commit into
masterfrom
veetragjain/cshld-1380-wasm-utxo-orchard-bundle-sizing-in-dimensions
Aug 24, 2026
Merged

feat(wasm-utxo): size Zcash Orchard/Ironwood shielded outputs via Dimensions#370
veetragjain merged 1 commit into
masterfrom
veetragjain/cshld-1380-wasm-utxo-orchard-bundle-sizing-in-dimensions

Conversation

@veetragjain

Copy link
Copy Markdown
Contributor

Ticket: CSHLD-1380

@linear-code

linear-code Bot commented Aug 24, 2026

Copy link
Copy Markdown

CSHLD-1380

@veetragjain
veetragjain marked this pull request as ready for review August 24, 2026 14:16
@veetragjain
veetragjain requested a review from a team as a code owner August 24, 2026 14:16
* receiver should be sized as a shielded output
*/
static fromOutput(address: string, network: CoinName): Dimensions;
static fromOutput(address: string, network: CoinName, isShielded?: boolean): Dimensions;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's stay extensible

Suggested change
static fromOutput(address: string, network: CoinName, isShielded?: boolean): Dimensions;
static fromOutput(address: string, network: CoinName, options?: OutputOptions): Dimensions;

with OutputOptions = { isShielded?: boolean }

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

addressed

@veetragjain
veetragjain force-pushed the veetragjain/cshld-1380-wasm-utxo-orchard-bundle-sizing-in-dimensions branch from d805fc3 to 495eed7 Compare August 24, 2026 14:29
@veetragjain
veetragjain merged commit 09eb22e into master Aug 24, 2026
13 checks passed
@veetragjain
veetragjain deleted the veetragjain/cshld-1380-wasm-utxo-orchard-bundle-sizing-in-dimensions branch August 24, 2026 14:50
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