-
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
Clean up / ship webwallet #1022
Comments
Lots of progress/cleanup at https://github.com/solana-labs/webwallet today. Main pieces remaining:
|
Mostly done. All that remains is to decide what we're going to do about sending tokens for v0.8 via the RPC API. If we'll support this then:
|
As of @solana/web3.js v0.0.5, sending tokens from the web wallet works:
The transaction format is horribly hardcoded in @solana/web3.js and it'll break in the future, but happy to run on that treadmill for a while in exchange for proving that the end-to-end integration works. |
…olana-labs#1022) Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.87.1 to 0.88.0. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Commits](solana-labs/solana-web3.js@v0.87.1...v0.88.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This is just a web version of the wallet cli, no additional scope in v0.8.
The text was updated successfully, but these errors were encountered: