Skip to content

Conversation

@Lykhoyda
Copy link
Contributor

@Lykhoyda Lykhoyda commented Dec 12, 2024

Account summary page

@Lykhoyda Lykhoyda requested review from BeroBurny and ec2 December 12, 2024 16:44
Cargo.toml Outdated
Comment on lines 82 to 84
zip32 = { git = "https://github.com/zcash/zip32.git", branch = "diversifier_index_ord" }
zip32 = { git = "https://github.com/zcash/zip32.git" }
Copy link
Contributor Author

Choose a reason for hiding this comment

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

branch was merged into main zcash/zip32@ea6a62c

Cargo.toml Outdated
zip32 = { git = "https://github.com/zcash/zip32.git", branch = "diversifier_index_ord" }
zip32 = { git = "https://github.com/zcash/zip32.git" }
# TODO: See: https://github.com/RReverser/wasm-bindgen-rayon/pull/12
wasm-bindgen-rayon = { git = "https://github.com/9SMTM6/wasm-bindgen-rayon", rev = "d1816e5bc2bf928ff5442355c04500a381d66a41" }
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Lykhoyda Lykhoyda marked this pull request as ready for review December 16, 2024 19:26
await requestSnap();

const viewKey = (await invokeSnap({ method: 'getViewingKey' })) as string;
console.log(viewKey);

Choose a reason for hiding this comment

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

👀

Copy link
Contributor Author

Choose a reason for hiding this comment

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

need for development purposes so far :)

@Lykhoyda Lykhoyda merged commit e569ff1 into main Dec 18, 2024
5 checks passed
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.

3 participants