-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lykhoyda/dashboard #54
Conversation
Cargo.toml
Outdated
zip32 = { git = "https://github.com/zcash/zip32.git", branch = "diversifier_index_ord" } | ||
zip32 = { git = "https://github.com/zcash/zip32.git" } |
There was a problem hiding this comment.
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
@@ -79,7 +81,7 @@ byte-unit = { version = "5.1.4", features = ["byte"] } | |||
|
|||
|
|||
[patch.crates-io] | |||
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" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
await requestSnap(); | ||
|
||
const viewKey = (await invokeSnap({ method: 'getViewingKey' })) as string; | ||
console.log(viewKey); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀
There was a problem hiding this comment.
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 :)
Account summary page