Skip to content
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

fix: solana broken examples #683

Merged
merged 2 commits into from
Aug 28, 2024
Merged

fix: solana broken examples #683

merged 2 commits into from
Aug 28, 2024

Conversation

zoruka
Copy link
Contributor

@zoruka zoruka commented Aug 28, 2024

Description

  • Adding transaction param over solana_signTransaction for react-dapp-v2;
  • Add signature in solana_signTransaction response for react-wallet-v2;
  • Add parsing for both base58 and base64 in solana_signTransaction request for react-wallet-v2

Copy link

vercel bot commented Aug 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
appkit-react-ethersv5 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 28, 2024 4:04pm
appkit-react-wagmi-example ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 28, 2024 4:04pm
decentralized-relay-wallet ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 28, 2024 4:04pm
react-wallet-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 28, 2024 4:04pm
vue-web-examples ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 28, 2024 4:04pm
10 Skipped Deployments
Name Status Preview Comments Updated (UTC)
decentralized-relay-app ⬜️ Ignored (Inspect) Aug 28, 2024 4:04pm
malicious-dapp-verify-simulation ⬜️ Ignored (Inspect) Aug 28, 2024 4:04pm
react-auth-dapp ⬜️ Ignored (Inspect) Aug 28, 2024 4:04pm
react-auth-wallet ⬜️ Ignored (Inspect) Aug 28, 2024 4:04pm
react-dapp-v2 ⬜️ Ignored (Inspect) Aug 28, 2024 4:04pm
react-dapp-v2-cosmos-provider ⬜️ Ignored (Inspect) Aug 28, 2024 4:04pm
react-dapp-v2-with-ethers ⬜️ Ignored (Inspect) Aug 28, 2024 4:04pm
react-dapp-v2-with-web3js ⬜️ Ignored (Inspect) Aug 28, 2024 4:04pm
svelte-web3modal ⬜️ Ignored (Inspect) Aug 28, 2024 4:04pm
vue-dapp-auth ⬜️ Ignored (Inspect) Aug 28, 2024 4:04pm

})),
transaction: transaction
.serialize({ verifySignatures: false })
.toString('base64'),
Copy link
Contributor

Choose a reason for hiding this comment

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

how come everything but this is on base58?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is from our specs https://docs.walletconnect.com/advanced/multichain/rpc-reference/solana-rpc#solana_signtransaction, I'm moving the proposal to change it to base58, but so far is what it is 😢

@zoruka zoruka merged commit 2a6fc94 into main Aug 28, 2024
16 checks passed
@zoruka zoruka deleted the fix/solana-broken-examples branch August 28, 2024 16:08
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