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

feat: add request validation #275

Merged
merged 5 commits into from
Sep 23, 2024
Merged

Conversation

luizstacio
Copy link
Member

closes: #260

Add signMessage before connecting to application.

Copy link

vercel bot commented Sep 22, 2024

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

Name Status Preview Comments Updated (UTC)
fuel-connectors ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 23, 2024 2:28pm

Copy link
Contributor

github-actions bot commented Sep 22, 2024

Coverage Report for Fuel Wallet (./packages/fuel-wallet)

Status Category Percentage Covered / Total
🔵 Lines 61.13% 140 / 229
🔵 Statements 61.13% 140 / 229
🔵 Functions 56.66% 17 / 30
🔵 Branches 86.95% 20 / 23
File CoverageNo changed files found.
Generated in workflow #708

Copy link
Contributor

github-actions bot commented Sep 22, 2024

Coverage Report for Fuel Development Wallet (./packages/fuel-development-wallet)

Status Category Percentage Covered / Total
🔵 Lines 100% 16 / 16
🔵 Statements 100% 16 / 16
🔵 Functions 100% 1 / 1
🔵 Branches 100% 1 / 1
File CoverageNo changed files found.
Generated in workflow #708

Copy link
Contributor

github-actions bot commented Sep 22, 2024

Coverage Report for Fuelet Wallet (./packages/fuelet-wallet)

Status Category Percentage Covered / Total
🔵 Lines 100% 19 / 19
🔵 Statements 100% 19 / 19
🔵 Functions 100% 1 / 1
🔵 Branches 100% 1 / 1
File CoverageNo changed files found.
Generated in workflow #708

if (wagmiConfig) {
const account = getAccount(wagmiConfig);
if (account) {
requestValidations();
Copy link
Contributor

Choose a reason for hiding this comment

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

Why would we request validations on connection error?

luizstacio and others added 2 commits September 23, 2024 11:02
Co-authored-by: Hélcio Franco <github@helciofranco.com>
Co-authored-by: Hélcio Franco <github@helciofranco.com>
@arthurgeron arthurgeron merged commit 17838cf into main Sep 23, 2024
10 checks passed
@arthurgeron arthurgeron deleted the ls/feat/add-request-validation branch September 23, 2024 14:39
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.

sign a message before connecting to evm
3 participants