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: bring back old parameters for RPC call on solana_signTransaction #2692

Merged
merged 3 commits into from
Aug 14, 2024

Conversation

zoruka
Copy link
Contributor

@zoruka zoruka commented Aug 12, 2024

Description

Bring back old parameters for RPC call on solana_signTransaction to remove the breaking change introduced by #2677.

Type of change

  • Chore (non-breaking change that addresses non-functional tasks, maintenance, or code quality improvements)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Associated Issues

For Linear issues: Closes APKT-xxx
For GH issues: closes #...

Showcase (Optional)

If there is a UI change include the screenshots with before and after state.
If new feature is being introduced, include the link to demo recording.

Checklist

  • Code in this PR is covered by automated tests (Unit tests, E2E tests)
  • My changes generate no new warnings
  • I have reviewed my own code
  • I have filled out all required sections

Copy link

vercel bot commented Aug 12, 2024

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

Name Status Preview Updated (UTC)
web3modal-gallery ✅ Ready (Inspect) Visit Preview Aug 14, 2024 10:21pm
web3modal-laboratory ✅ Ready (Inspect) Visit Preview Aug 14, 2024 10:21pm

Copy link
Contributor

Coverage Report for Coverage

Status Category Percentage Covered / Total
🔵 Lines 106.57% 2725 / 9011
🔵 Statements 106.57% 2725 / 9011
🔵 Functions 150.75% 205 / 675
🔵 Branches 213.17% 342 / 736
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
packages/solana/src/providers/WalletConnectProvider.ts 79.05% 79.16% 73.33% 79.05% 43-45, 47-52, 54-56, 58, 61, 63-65, 67-68, 78, 163-168, 170-171, 174-175, 199-201, 203, 206, 210-212, 214, 217
Generated in workflow #5604

Copy link
Contributor

♻️ Vite-Size ♻️

Size Difference

Size (kb) Gzip (kb)
Total Diff. 0 0

Current Size

Name Size (kb) Gzip (kb)
assets/index-Db8-uiX4.js 1648.959 459.81
assets/ccip-r9Z6qsTl.js 3.029 1.379
assets/w3m-modal-D4AdJTdz.js 6.856 2.476
assets/index-D34n98X0.js 11.55 3.195
assets/index-CywL2Zf_.js 9.39 3.339
assets/index-Bo60jI0N.js 102.257 29.12
assets/index-CsNp9EU3.js 112.437 34.331
assets/hooks.module-CktZipCk.js 77.565 26.51
assets/index-ClN6YrIE.js 161.649 59.485
assets/index-ChT9XpaH.js 304.097 87.218
index.html 0.329 0.237
Total Size 2438.118 707.1

Base Size

Name Size (kb) Gzip (kb)
assets/index-Db8-uiX4.js 1648.959 459.81
assets/index-D34n98X0.js 11.55 3.195
assets/ccip-r9Z6qsTl.js 3.029 1.379
assets/index-CywL2Zf_.js 9.39 3.339
assets/w3m-modal-D4AdJTdz.js 6.856 2.476
assets/index-Bo60jI0N.js 102.257 29.12
assets/index-CsNp9EU3.js 112.437 34.331
assets/index-ClN6YrIE.js 161.649 59.485
assets/hooks.module-CktZipCk.js 77.565 26.51
assets/index-ChT9XpaH.js 304.097 87.218
index.html 0.329 0.237
Total Size 2438.118 707.1

@zoruka zoruka merged commit e768db8 into main Aug 14, 2024
12 checks passed
@zoruka zoruka deleted the fix/solana-wallet-rpc-old-params branch August 14, 2024 22:31
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