Skip to content

fix: wallet issues in roblox widget #912

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

albertfolch-redeemeum
Copy link
Collaborator

No description provided.

@albertfolch-redeemeum albertfolch-redeemeum linked an issue Feb 11, 2025 that may be closed by this pull request
Comment on lines +35 to +44
constructor(provider: Provider, signer?: Signer, connectedSigner?: Signer) {
this._provider = provider;
this.uuid = crypto.randomUUID();
this._signer = signer
? signer.connect(this._provider)
: this._provider.getSigner();
if (connectedSigner) {
this._signer = connectedSigner;
} else {
this._signer = signer
? signer.connect(this._provider)
: this._provider.getSigner();
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I have to check again if this can be reverted

Copy link

codecov bot commented Feb 11, 2025

Codecov Report

Attention: Patch coverage is 85.71429% with 1 line in your changes missing coverage. Please review.

Project coverage is 90.01%. Comparing base (7eb8019) to head (f03dd85).
Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
packages/ethers-sdk/src/ethers-adapter.ts 85.71% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #912      +/-   ##
==========================================
- Coverage   90.02%   90.01%   -0.02%     
==========================================
  Files         163      163              
  Lines        6056     6059       +3     
  Branches      945      947       +2     
==========================================
+ Hits         5452     5454       +2     
- Misses        604      605       +1     
Flag Coverage Δ
common 92.76% <ø> (ø)
core-sdk 60.37% <ø> (ø)
e2e 86.59% <85.71%> (-0.02%) ⬇️
eth-connect-sdk 94.87% <ø> (ø)
ethers-sdk 69.59% <85.71%> (-0.04%) ⬇️
ipfs-storage 89.41% <ø> (ø)
metadata 94.70% <ø> (ø)
unittests 63.78% <85.71%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

fix wallet issues in roblox widget
1 participant