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(BC)_: Fix personal_sign RPC event processing #6090

Open
wants to merge 1 commit into
base: fix/BC_fix_event
Choose a base branch
from

Conversation

alexjba
Copy link
Contributor

@alexjba alexjba commented Nov 12, 2024

Fixing the personal_sign RPC event parsing. Changed params from object array to string array.

https://docs.metamask.io/wallet/reference/json-rpc-methods/personal_sign/

Needed for status-im/status-desktop#16015

The personal_sign RPC event parsing. Changed `params` from object array to string array.
@status-im-auto
Copy link
Member

status-im-auto commented Nov 12, 2024

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 43f355a #1 2024-11-12 12:46:32 ~4 min ios 📦zip
✔️ 43f355a #1 2024-11-12 12:46:36 ~4 min tests-rpc 📄log
✔️ 43f355a #1 2024-11-12 12:46:51 ~4 min macos 📦zip
✔️ 43f355a #1 2024-11-12 12:46:55 ~4 min windows 📦zip
✔️ 43f355a #1 2024-11-12 12:47:18 ~5 min macos 📦zip
✔️ 43f355a #1 2024-11-12 12:47:34 ~5 min linux 📦zip
✔️ 43f355a #1 2024-11-12 12:47:58 ~6 min android 📦aar
✔️ 43f355a #1 2024-11-12 13:17:10 ~35 min tests 📄log

Copy link

codecov bot commented Nov 12, 2024

Codecov Report

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

Project coverage is 60.88%. Comparing base (d4239ac) to head (43f355a).

Files with missing lines Patch % Lines
services/connector/commands/personal_sign.go 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@                 Coverage Diff                  @@
##           fix/BC_fix_event    #6090      +/-   ##
====================================================
+ Coverage             60.79%   60.88%   +0.08%     
====================================================
  Files                   811      811              
  Lines                108916   108915       -1     
====================================================
+ Hits                  66220    66308      +88     
+ Misses                34919    34844      -75     
+ Partials               7777     7763      -14     
Flag Coverage Δ
functional 13.09% <0.00%> (+0.02%) ⬆️
unit 60.23% <66.66%> (+0.07%) ⬆️

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

Files with missing lines Coverage Δ
services/connector/commands/personal_sign.go 75.00% <66.66%> (-0.76%) ⬇️

... and 41 files with indirect coverage changes

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