-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Hook up webwallet to wallet API #951
Comments
@CriesofCarrots if you have a list of methods that you’re looking adding in #702, I can get those implemented in the webwallet real quick. Then you could potentially use the webwallet as a client to actually develop the RPC API implementation |
getBalance() - solana-labs/obsolete-dontuse-example-webwallet@47b2cd7 |
confirmTransaction() - solana-labs/obsolete-dontuse-example-webwallet@f2f7755 |
What remains here is now a duplicate of what remains for #1022 |
* extract curve25519 crate * remove obsolete comment * fix Cargo.toml files * fix imports * update lock file * remove unused deps from zk-token-sdk * fmt * add solana-curve25519 patch * add missing override to programs/sbf/Cargo.toml * copy over an allow() * move new crate to curves dir * use workspace version * add back missing dev dep * add missing dependencies to programs/sbf * fmt * move dep to the correct dependency table * remove #[cfg(not(target_os = "solana"))] above errors mod
The webwallet is now ready to be connected up with #702.
Notes:
The text was updated successfully, but these errors were encountered: